 /* General Fonts, Links, Structural Elements and Body Tags */
 
 body 		 	 		{ font-family: Arial, Verdana, Helvetica, sans-serif; background-color: #484848; background-image: url("images/bg_lines.gif"); background-repeat: repeat-x; margin: 40px; color: #F4F4F4; line-height: 15px; font-size: 100%; margin-top: 31px; }
 font				  	{ font-family: Arial, Verdana, Helvetica, sans-serif; }
 a						{ text-decoration: underline; color: #7D047D; } 
 a:hover				{ text-decoration: underline; color: #7D047D; }
 form					{ margin: 0px; }
 .iconlist 				{ list-style: none; margin: 0; padding: 5;  margin-left: 3em; }
 li						{ list-style-image: url("images/list.gif");  margin: .5em 0;}
  
 /* Main Menu */
 
 td.menuHolder			{ background-color: #666666; }
 IMG 					{ BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px; margin: 0px; }
 .plainbackground 		{ height: 15px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; margin: 0px;}
 #content 				{ font-size: 75%; color: #E8E8E8; margin: 25px 15px 15px 15px; line-height: 16px; }
 #focus 				{ color:#EEE; text-decoration:none;  font-size: 90%; font-weight: bold; }
 
 /* Links */
 
 A 						{ COLOR: #CCFF99; TEXT-DECORATION: none; }
 A:link 				{ COLOR: #CCFF99; }
 A:hover 				{ COLOR: #CCFF99; TEXT-DECORATION: underline; }

 /*-----------------*/

 a.details				{ COLOR: #8D8B8B; TEXT-DECORATION: none; }
 a.details:link  		{ COLOR: #8D8B8B; }
 a.details:hover 		{ COLOR: #8D8B8B; TEXT-DECORATION: underline; }

 /* Details */
 
 td.detailsText {font-size: 70%; color: #8D8B8B; text-align:right; padding-right: 5px; padding-bottom: 5px; }

 /* Footer */
 
 td.footer				{ font-size: 70%; color: #E3E6DA; }
 td.footer	 a			{ text-decoration: none; color: #E3E6DA; }
 td.footer	 a:hover	{ text-decoration: underline; color: #E3E6DA; }
 
 #footer				{ width: 765px; background: #222222; }
 .large					{ font-size: 125%; font-family: Arial, verdana; font-weight: bold; }
 