/* CSS definition file containing sitestyle stylesheets */
BODY { color: rgb(0,0,0); background-color: rgb(255,255,255); FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt;}

.copymain {
	color : #555555;
	font-weight : normal;
	font-size : 10pt;
	font-family: Verdana, Arial, Geneva, sans-serif;
	}

.RedBoldLarge {
	color: rgb(205,50,0);
	font-weight : bold;
	font-size : 11pt;
	font-family: Verdana, Arial, Geneva, sans-serif;
	}

.BlackBoldLarge {
	color: rgb(55,55,55);
	font-weight : bold;
	font-size : 10pt;
	font-family: Verdana, Arial, Geneva, sans-serif;
	}

.GrayBoldMed {
	color: rgb(140,140,140);
	font-weight : bold;
	font-size : 9pt;
	font-family: Verdana, Arial, Geneva, sans-serif;
	}

.GraySmall {
	color: rgb(140,140,140);
	font-weight : normal;
	font-size : 7pt;
	font-family: Verdana, Arial, Geneva, sans-serif;
	}
	
 A:link { 
 	color: rgb(205,50,0); 
	font-weight: bold;
	font-size: 12pt;
	padding-bottom : 12px;
	text-decoration: none;
	font-family: Times, serif;
	}

 A:visited { 
   	color: rgb(205,50,0); 
	font-weight: bold;
	font-size: 12pt;
	padding-bottom : 12px;
	text-decoration: none;
	font-family: Times, serif;
	}
	
 A:hover { 
 	color: rgb(0,153,51); 
	font-weight: bold;
	font-size: 12pt;
	padding-bottom : 12px;
	text-decoration: none;
	font-family: Times, serif;
	}