/* The following styles are applied automatically when you use this style sheet. This style sheet is organized by style categories: Main Body; Navigation and Footer; Forms; Tables */

/* MAIN BODY */

body  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	background : #ffffff;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	}	
	


/* Standard Text Links */
A:link  {
   	color : #000099;
	text-decoration : none;
	font-weight : bold;
    }

A:active  {
   	color : #000099;
	text-decoration : underline;
	font-weight : bold;
    }

A:visited  {
   	color : #000099;
	text-decoration : none;
	font-weight : bold;
    }

A:hover  {
   	color : #000099;
	text-decoration : underline;
	font-weight : bold;
    }	

/* NAVIGATION LINKS */	
	
/* Side Nav Links */
.sidenav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #CE0002;
	text-decoration : none;
}

.sidenav a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #CE0002;
	text-decoration : none;
}	
	
.sidenav a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #CE0002;
	text-decoration : none;
}

.sidenav a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #CE0002;
	text-decoration : none;
}

.sidenav a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #CE0002;
	text-decoration : underline;
}


/*HEADINGS*/
.H1Black {
	font-family: arial, verdana, sans-serif, helvetica, helv;
	font-size: 16px;
	color : #000000;
	font-weight : bold;
	}		

.H2red {
	font-family: arial, verdana, sans-serif, helvetica, helv;
	font-size: 12px;
	color : #CE0002;
	font-weight : bold;
	}		

.sidenote {
	font-family: arial, verdana, sans-serif, helvetica, helv;
	font-size: 12px;
	color : #000000;
	font-weight : normal;
	}			

H1 {
	font-family: arial, verdana, sans-serif, helvetica, helv;
	font-size: 21px;
	}

H2 {
	font-family: arial, verdana, sans-serif, helvetica, helv;
	font-size: 18px;
	}	

H3 {
	font-family: arial, verdana, sans-serif, helvetica, helv;
	font-size: 16px;
	}

H4 {
	font-family: arial, verdana, sans-serif, helvetica, helv;
	font-size: 14px;
	}
	
H5 {
	font-family: arial, verdana, sans-serif, helvetica, helv;
	font-size: 12px;
	}
	
H6 {
	font-family: arial, verdana, sans-serif, helvetica, helv;
	font-size: 11px;
	}	
	

/* ARIAL TEXT */
P  {
    font-family : arial, sans-serif, helvetica, helv;
    font-size : 12px;
   }
   
OL  {
   	font-family : arial, sans-serif, helvetica, helv;
   	font-size : 12px;
    }   
	
UL  {
   	font-family : arial, sans-serif, helvetica, helv;
   	font-size : 12px;
    } 

EM  {
   	font-family : arial, sans-serif, helvetica, helv;
   	font-size : 13px;
	font-weight : normal;
	font-style : italic;	
    } 	

center  {
   	font-family : arial, sans-serif, helvetica, helv;
   	font-size : 12px;
    } 	  	

TD  {
   	font-family : arial, sans-serif, helvetica, helv;
   	font-size : 12px;
    } 	  	

/* Footer and Footer Nav */

.txtfooter  {
		font-family: arial, sans-serif, helvetica, helv;
		font-size:11px; 
		font-style:normal; 
		color:#ffffff
    }	
	
/* Buttons */
.buttonBlue {
	background : #cccccc;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
   	text-align : center;
}	


