.nof_HaloBlueBanners1-Default{
font-family:Georgia; font-size:24pt; color:rgb(127,170,202) }

.nof_HaloBlueNavbar4-Regular{
font-family:Tahoma; font-size:10; color:rgb(255,255,255) 
}

.nof_HaloBlueNavbar5-Rollover{
font-family:Tahoma; font-size:10; color:rgb(51,51,51) 
}

.nof_HaloBlueNavbar6-Highlighted{
font-family:Tahoma; font-size:10; color:rgb(51,51,51) ;
	font-style : normal;
	font-weight : bold
}

.nof_HaloBlueNavbar7-HighlightedRollover{
font-family:Tahoma; font-size:10; color:rgb(255,255,255) ;
	font-style : normal;
	font-weight : bold
}

.nof_HaloBlueNavbar9-Regular{
font-family:Arial; font-size:10; color:rgb(255,255,255) 
}

.nof_HaloBlueNavbar10-Rollover{
font-family:Arial; font-size:10; color:rgb(51,51,51) 
}

.nof_HaloBlueNavbar11-Highlighted{
font-family:Arial; font-size:10; color:rgb(0,0,0) ;
	font-style : italic;
	font-weight : bold
}

.nof_HaloBlueNavbar12-HighlightedRollover{
font-family:Arial; font-size:10; color:rgb(255,255,255) ;
	font-style : italic;
	font-weight : bold
}


BODY {
	background-image: url( "../assets/images/Background1.jpg" );
	background-repeat : repeat-x;
	background-color : rgb(255,255,255);
	font-family : Arial;
	color : rgb(51,51,51);
	font-size : 14px
}
.nof_HaloBlueNavbar21-Regular{
font-family:MS Sans Serif ; font-size:10; font-weight:400; font-style:normal; color:#ffffff 
}

.nof_HaloBlueNavbar22-Rollover{
font-family:MS Sans Serif ; font-size:10; font-weight:400; font-style:normal; color:#ffffff 
}

.nof_HaloBlueNavbar23-Highlighted{
font-family:MS Sans Serif ; font-size:10; font-weight:400; font-style:normal; color:#ffffff 
}

.nof_HaloBlueNavbar24-HighlightedRollover{
font-family:MS Sans Serif ; font-size:10; font-weight:400; font-style:normal; color:#ffffff 
}

.nof_HaloBlueNavbar25-Regular{
font-family:MS Sans Serif ; font-size:10; font-weight:400; font-style:normal; color:#ffffff 
}

.nof_HaloBlueNavbar26-Rollover{
font-family:MS Sans Serif ; font-size:10; font-weight:400; font-style:normal; color:#ffffff 
}

.nof_HaloBlueNavbar27-Highlighted{
font-family:MS Sans Serif ; font-size:10; font-weight:400; font-style:normal; color:#ffffff 
}

.nof_HaloBlueNavbar28-HighlightedRollover{
font-family:MS Sans Serif ; font-size:10; font-weight:400; font-style:normal; color:#ffffff 
}


P {
	font-family: Arial;
	color : rgb(51,51,51);
	font-size : 14px}

.TextObject{
	font-family: Arial;
	color : rgb(51,51,51);
	font-size : 14px
}

A:link {
	font-family: Arial,           Helvetica,           Geneva,           Sans-serif;
	font-size : 14px;
	color : rgb(127,170,202)
}

A:visited {
	font-family: Arial,           Helvetica,           Geneva,           Sans-serif;
	font-size : 14px;
	color : rgb(153,153,153)
}

A:active {
	font-family: Arial,           Helvetica,           Geneva,           Sans-serif;
	font-size : 14px;
	color : rgb(51,51,51)
}

UL {
	font-family: Arial,           Helvetica,           Geneva,           Sans-serif;
	color : rgb(51,51,51);
	font-size : 14px
}

OL {
	font-family: Arial,           Helvetica,           Geneva,           Sans-serif;
	color : rgb(51,51,51);
	font-size : 14px
}

H1 {
	font-family: Georgia,           Palatino,           "Times New Roman",           Times,           Serif;
	font-weight : normal;
	color : rgb(51,51,51)
}

.TextNavBar{
	font-family: Arial,           Helvetica,           Geneva,           Sans-serif;
	font-size : 14px;
	color : rgb(127,170,202)
}



H2 {
	font-family: Georgia,           Palatino,           "Times New Roman",           Times,           Serif;
	color : rgb(51,51,51)
}

H4 {
	font-family: Georgia,           Palatino,           "Times New Roman",           Times,           Serif;
	font-weight : normal;
	color : rgb(51,51,51)
}

H3 {
	color: rgb(127,170,202)
}

H5 {
	color: rgb(51,51,51)
}

H6 {
	color: rgb(127,170,202)
}



A {
	font-family: Arial,           Helvetica,           Geneva,           Sans-serif;
	font-size : 14px;
	color : rgb(127,170,202)
}A:hover {
	font-family: Arial,           Helvetica,           Geneva,           Sans-serif;
	font-size : 14px;
	color : rgb(182,220,229)
}

/* Accordion */
.ui-accordion{
	border: 1px solid #888888 !important;
	border-top: none !important
}
 .ui-accordion a {
	border: none !important
}
div.ui-accordion.selected a.head.selected           {
	background-image: url( "../assets/images/AccordionTabOpen.png" ) !important;
	color: #333333 !important
}
.ui-accordion a.head {
	background-image: url( "../assets/images/AccordionTabClosed.png" ) !important;
	background-color: #ffffff !important;
	border: none !important;
	font-size: 11px !important;
	color: #f2f2f2 !important;
	font-weight: normal !important;
	text-indent: 25px !important;
	height: 30px !important;
	line-height: 30px !important
}
.ui-accordion .ui-accordion-panel a {
	display: inline !important
}

/* Tabs */
.ui-tabs-panel{
	border: 1px solid #888888 !important;
	padding: 5px !important
}
.ui-tabs-nav a {
	background-image: url( "../assets/images/tab_top.png" ) !important;
	font-weight: normal !important;
	color: #f2f2f2 !important;
	font-size: 11px !important;
	line-height: 22px !important
}
.ui-tabs-nav .ui-tabs-selected a {
	color: #333333 !important
}
.ui-tabs-nav a span           {
	background-image: url( "../assets/images/tab_top.png" ) !important;
	max-height: 50px;
	height: 22px !important
}
/*
.ui-tabs-nav a:hover span{
	background-position: 0 -50px !important
}
.ui-tabs-nav a:hover{
	background-position: 100% -150px !important;
	color: #f2f2f2 !important
}
*/
/* Toggle Pane */
div.TogglePaneFancyHeader {
	font-family: inherit !important;
	font-size: 11px !important;
	font-weight: normal !important;
	line-height: 30px;
	height: 30px !important;
	padding: 0px !important;
	text-indent: 25px;
	cursor: pointer;
	border: 1px solid #888888 !important;
	border-width: 0px 1px !important;
	background-color: transparent !important;
	background-image: url( "../assets/images/TogglePaneOpen.png" ) !important;
	background-position: 0% 0% !important;
	color: #333333 !important
}
div.TogglePaneFancyHeaderClosed {
	background-color: transparent !important;
	background-image: url( "../assets/images/TogglePaneClosed.png" ) !important;
	background-position: 0% 0% !important;
	color: #f2f2f2 !important
}
div.TogglePanePlainContent {
	border: 1px solid #888888 !important;
	border-top: none !important
}
