/**** Set the PAGE BG color for the content, and footer of the page below *****/

body { background-color:#0E5061}



/**** Set the font family (face), color, and size below *****/

body, tr, td, p { font-family: 'Arial'; color:#000000; font-size:10pt;} 


/**** Style for subheadings (med-blue) ****/
.subhead1 { 
		  color: #17849F;
		  font-size: 11pt;
		  font-weight: bold;
}

/**** Style for larger size standard page links ****/
A.link_med {color:#20B2D9; text-decoration:underline; font-size:11pt; font-weight:bold; } 
A.link_med:visited {color:#20B2D9; text-decoration:Underline;} 
A.link_med:hover {color:#AE4AE3; text-decoration:Underline; } 
A.link_med:active {color:#20B2D9; text-decoration:Underline;}


/**** Set the background color for the LEFT menu, and the color for the menu's border(same as .hr_style's color) *****/ 

.menu_style {background-color: #0E5061;}




/**** Set the background color the COMPANY NAME TABLE & COMPANY NAME font size w/color , and footer of the page below *****/

.header_style {background-color:#CBC9CA; color:#071EAD; font-size:28; }




/**** Set the font color, and font size of the text for the CONTENT PARAGRAPH HEADER below *****/

.paragraph_header {color:#071EAD; font-size:22; font-weight: bold}




/**** Set the color of the SMALL HRs (lines below left nav and some text) below *****/

.hr_style {color:#17849F; height:1}




/**** Set the background color for the 3 COLORED HR bars below *****/

.colorbar_style {background-color:#CC0033}




/**** Set the colors for the Main Menu link types *****/

A.menulink1:link {color:#ffffff; text-decoration:None; font-size:14pt;} 
A.menulink1:visited {color:#ffffff; text-decoration:None; font-size:14pt;} 
A.menulink1:hover {color:#ffffff; text-decoration:None; font-size:14pt;} 
A.menulink1:active {color:#ffffff; text-decoration:None; font-size:14pt;} 

/**** Set the colors for the Alternate Menu links *****/

A.altmenulink1:link {color:#ffffff; text-decoration:None; font-size:12} 
A.altmenulink1:visited {color:#ffffff; text-decoration:None; font-size:12} 
A.altmenulink1:hover {color:#ffffff; text-decoration:None; font-size:12} 
A.altmenulink1:active {color:#ffffff; text-decoration:None; font-size:12} 

/**** Set the colors for the footer links *****/

A.footerlink1:link {color:#000000; text-decoration:underline; font-size:10} 
A.footerlink1:visited {color:#000000; text-decoration:Underline; font-size:10} 
A.footerlink1:hover {color:#AE4AE3; text-decoration:Underline; font-size:10} 
A.footerlink1:active {color:#000000; text-decoration:Underline; font-size:10}

/**** Set the colors for the standard page links *****/

A.link1 {color:#20B2D9; text-decoration:underline;} 
//A.link1:visited {color:#000000; text-decoration:Underline;} 
A.link1:hover {color:#AE4AE3; text-decoration:Underline;} 
A.link1:active {color:#20B2D9; text-decoration:Underline;}  

/**** Same as the standard page links, but larger fonts *****/

A.link2 {color:#20B2D9; text-decoration:underline; font-size: 11pt;} 
//A.link2:visited {color:#000000; text-decoration:Underline;} 
A.link2:hover {color:#AE4AE3; text-decoration:Underline;} 
A.link2:active {color:#20B2D9; text-decoration:Underline;}  




