	P, DIV, SPAN, TD, BODY, UL, LAYER {
 	font-size : 8pt;
 	font-family : Georgia;times; color:#000000
 	} 
	

	A, TD A  {
	font-size : 8pt;
 	font-weight : bold;
 	font-family : Georgia;times; color:#CC0000
	} 
	
	.font16 { font-size : 16pt; }
	.font14 { font-size : 14pt; } 
	.font12 { font-size : 12pt; } 
	.font10 { font-size : 10pt; } 
	.font8 { font-size : 8pt; } 
	.font07 { font-size : 7pt; }
	.font06 { font-size : 6pt; }
	
		A:hover { text-decoration: underline; color: #6699FF; font-weight:bold}
	
		LI { list-style-image : url('/images/shared/graphics/arrow_red.gif'); } 
		 
	#bold { font-weight : bold; }
	#italic { font-style : italic; }
	#bolditalic { font-style : italic; font-weight : bold; }
	#maroon { color : #990000; }
	#maroonbold { font-weight : bold; color : #990000; }
	#black { color : #000000; }
	#blackbold { font-weight : bold; color : #000000; }
	#blue {color : #003366;}
	#bluebold { color : #003366; font-weight : bold; }
	#redbold { font-weight : bold; color : #CC3333; } 
	#red { font-weight : color : #CC6666; } 
	#white { color : #FFFFFF; }
	#whitebold { font-weight : bold; color : #FFFFFF; }
	#redmessage { color : #CC3333; }
	#redmessagebold { color : #CC3333; font-weight : bold; }
	#greenbold { color : #003300; font-weight : bold;}
	#graybold { color : #999999; font-weight : bold;}
	
	
a.btn {
  background-color: #3366CC;
  width: 250px;
  padding: 10px 25px 10px 25px;
  font-family:  Helvetica, Arial, sans-serif ;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-shadow: -1px -1px 2px #000000;
  background: -moz-linear-gradient(#3366CC, #3366CC 35%, #3366CC);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3366CC),color-stop(.35, #3366CC),color-stop(1, #003366));
  border: 1px solid #666;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
a.btn:hover {
  text-shadow: -1px -1px 2px #000000;
  background: -moz-linear-gradient(#003366, #3366CC 75%, #003366);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3366CC),color-stop(.5, #003366),color-stop(1, #003366));
  border: 1px solid #999;
}

