body {
	background-position-x:0%; background-repeat: repeat-x;
	background-position:  0% center; ; background-color:#CDD9F1; background-attachment:scroll
}

	P, DIV, SPAN, TD, BODY, UL, LAYER, FONT {
 	font-size : 11pt;
 	font-weight : Normal;
 	font-family : Verdana, Helvetica, Arial, Times, Sans-Serif;
 	color : #CCC;
 	} 
	

	A, TD A  {
	font-size : 11pt;
	font-family : Verdana, Helvetica, Arial, Times, Sans-Serif;
	text-decoration: none;
	color : #D6DEFE;
	} 
	
	h1 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14pt; }
	h2 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12pt; }
	
	.navon { font-size : 10pt; color : #9999FF;} 
	.navoff { font-size : 10pt; color : #FE5603;} 
	.credits { font-size : 8pt; color : #999;} 
	.font14 { font-size : 14pt; } 
	.font12 { font-size : 12pt; } 
	.font11b { color: #e6e6e6; font-size : 11pt; } 
	.font11 { font-size : 11pt; } 
	.font10 { font-size : 10pt; } 
	.font9 { font-size : 9pt; } 
	.font8 { font-size : 8pt; } 
	.georgia { font-family: ge; font-size: 10pt }
	.smfont { font-size : 7pt; }
	.smfont2 { font-size : 6pt; }
	.lgfont { font-size : 14pt; }
	.header { font-size : 16pt; }
	.font4 { font-size : 6pt; line-height : 22px;}
	
	A:hover { color: #fff; text-decoration:underline}
	
	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 : #1F457E;}
	#bluebold { color : #1F457E; 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;}
	#gray { color : #CCC;}
	#graybold { color : #CCC; font-weight : bold;}
	#gray2 { color : #5D5D5D;}
	
a.btn {
  background-color: #336699;
  width: 136px;
  padding: 10px 15px 10px 15px;
  font-family:  Verdana, Helvetica, Arial, sans-serif; 
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  text-shadow: -1px -1px 2px #000000;
  background: -moz-linear-gradient(#336699, #336699 35%, #424DA0);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #336699),color-stop(.35, #336699),color-stop(1, #424DA0));
  border: 1px solid #666666;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
a.btn:hover {
  text-shadow: -1px -1px 2px #000000;
  background: -moz-linear-gradient(#336699, #424DA0 75%, #336699);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #336699),color-stop(.5, #424DA0),color-stop(1, #336699));
  border: 1px solid #999999;
}
