/* Set Page Attributes here */



body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	}
	

/* Set fonts here. */

H1{
	font: normal 18pt "Verdana", "Geneva", "Arial";	color: #00277C}

H2{font: normal 12pt "Verdana", "Geneva", "Arial"; color: #00277C}
H2.black{
	font: normal 12pt  "Verdana", "Geneva", "Arial"; color:#000000}	

/* H3_highlight is used for front page and menu items on the side bar that are currently selected*/
H3{
	font: bold 12pt  "Verdana", "Geneva", "Arial"; color: #00277C}
	
h3.black{
	font: bold 12pt  "Verdana", "Geneva", "Arial"; color:#000000}	
		
/*H4 is used for items on the side bar that are currently not selected*/
H4{font: normal 10pt  "Verdana", "Geneva", "Arial";}



H5{font: bold 8pt "Verdana", "Geneva", "Arial"; }

H6{font: normal xx-small "Verdana", "Geneva", "Arial"; }

/*Most ordinary text is in the paragraph style */
P{font: normal 8pt "Verdana", "Geneva", "Arial"}
/*.item-text is used for text that is separated from a heading by a *single* <br> (i.e., there is no blank line). Make sure .item-text.p=p */

.item-text{font: normal 8pt "Verdana", "Geneva", "Arial"}
.pic-caption{
	font: normal 7pt "Verdana", "Geneva", "Arial";
	color: #999999;
}

/* for lists */
ul{font: normal 8pt "Verdana", "Geneva", "Arial"}
ol{font: normal 8pt "Verdana", "Geneva", "Arial"}



/* Set color for color blocks in table here. */
td.HPScolor {background-color: #EBE5D7}
hr.HPScolor {background-color: #EBE5D7}
/*td.HPScolor {background-color: #ECE3D0}


/*Set color for all ordinary links here. */

A:link{font: bold; color: #00277C; text-decoration: none}

A:visited{font: bold; color: #00277C; text-decoration: none}

A:hover{font: bold; color: #FF0000;	text-decoration: none}

A:active{font: bold; color: #FF9966; text-decoration: none}

/* Set color for links that are also headings so that they do not gray out when visited. */

A.heading:link{color: #00277C; text-decoration: none}

A.heading:visited{color: #00277C; text-decoration: none}

A.heading:hover{color: #FF5522; text-decoration: none}

A.heading:active{color: #FF9966; text-decoration: none}


A.reverse:link{color: #FF5522; text-decoration: none}

A.reverse:visited{color: #FF5522; text-decoration: none}

A.reverse:hover{color: #00277C; text-decoration: none}

A.reverse:active{color: #00277C; text-decoration: none}


/* Set colors here for hidden links that are revealed by change of background color. Used for navigation bar*/

A.hidden{font: normal 8pt "Verdana", "Geneva", "Arial"}

A.hidden:link{color: #EBE5D7; text-decoration: none}

A.hidden:visited{color: #EBE5D7; text-decoration: none}

A.hidden:hover{color: #FF5522; text-decoration: none}

A.hidden:active{color: #EBE5D7; text-decoration: none}

.hidden_text{font: normal 8pt "Verdana", "Geneva", "Arial";
			color: #EBE5D7; text-decoration: none}

/* Set colors here for items in the navigation bar that are *not* hidden by default (like "quicklinks").*/

A.menuhidden{font: normal 8pt "Verdana", "Geneva", "Arial"}

A.menuhidden:link{color: #00277C; text-decoration: none}

A.menuhidden:visited{color: #00277C; text-decoration: none}

A.menuhidden:hover{color: #FF5522; text-decoration: none}

A.menuhidden:active{color: #FF5522; text-decoration: none}



.menubar{ background: #ebe5d7; }
.menubar_off{ background: #ebe5d7;}
.menubar_on{ background: #00277C; }
