/* sbdf Style Sheet
 * 05/09/04 Created by Chimera Computing
 */
body	{	
   	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #ffffff; scrollbar-face-color: #000099; SCROLLBAR-ARROW-COLOR: #FFFFFF;
   }
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
/*	background-image :  url(images/xxx.gif); */
}
select { 
 background-color: #ccccff; 
 text-decoration: underline;
 color: #000066; 
}




.heading_text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 600 ; color: #ffffff; line-height: 12pt;}
.main_heading_text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 600 ; color: #ffffff; line-height: 12pt;}
.description_text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600 ; color: #ffffff; line-height: 12pt;}



a:link,
a:visited
{
	color: #ffffff;
	text-decoration: none;
}

a:hover,
a:active
{
	color: #ffffff;
	text-decoration: underline;
	background-color: #000066; 
}

a.none:link,
a.none:visited,
a.none:hover,
a.none:active
{
	text-decoration: none;
	background-color: transparent; 
}

