/* main styles for the web site */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #dddddd;

}
.headingGreen {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #006633}
.headingBlue {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #000099}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.paragraphBlue {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000099}
.headingRed {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #CC0000}
.blueHyperlink {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000099; text-decoration: underline}
.paragraphGreen {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #006600}
.caption	{  
	font-family: Arial, Helvetica, sans-serif; font-size: 8pt; text-align: left; color: #008b8b
}



/* link styles for the articles */	
a.article 	{  
				font-family: Arial, Helvetica, sans-serif; 
				font-size: 14px; 
				font-weight: bold; 
				color: #CC0000;
				text-decoration: none;
				}

a.article:link 	{  
				font-family: Arial, Helvetica, sans-serif; 
				font-size: 14px; 
				font-weight: bold; 
				color: #CC0000;
				text-decoration: none;
				}
				
a.article:hover 	{  
				font-family: Arial, Helvetica, sans-serif; 
				font-size: 14px; 
				font-weight: bold; 
				color: #999999;
				text-decoration: underline;
				}
/* end of link styles for the articles */


/* link styles for the footer and for the links within the corporate site pages*/
a.footer	{
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			color: #CC0033; 
			text-decoration: underline;
			
}

a.footer:link	{
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			color: #CC0033; 
			text-decoration: underline;
			
}

a.footer:hover	{
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			color: #03C;
			text-decoration: none;
			
}

.footerTitle	{
				font-family: Arial, Helvetica, sans-serif; 
				font-size: 18px; 
				color: #CC0033; 
				font-weight: bold;
}
/* end of link styles for the footer and for the corporate site pages*/





/* styles for the top links */
div.topNav	{
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; 
			color: #FFFFFF;
			
}

div.topNav a	{
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; 
			color: #FFFFFF; 
			text-decoration: none;
			
}

div.topNav a:link	{
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; 
			color: #FFFFFF;
			 
}

div.topNav a:hover	{
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 11px; 
			color: #999999; 
			text-decoration: none;
			 
}
/* end of styles for the top  links */
.boldBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.paragraphRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.paragraphYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
.sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.smlBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.paragraphLtBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1A87FF;
}
.headingGold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC9900;
}

