BODY  {	
	font-family : Verdana; 
	color : #000000; 
	font-size : 8 pt;
	scrollbar-face-color: #E1E7F5; 
	scrollbar-shadow-color: #eeeeee;
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #000000; 
	scrollbar-arrow-color: #333333; 
	scrollbar-track-color: #ffffff;

}

.sizable {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.TextBox {
	border-left: 1px inset #000000;
	border-right: 1px inset #666666;
	border-top: 1px inset #000000;
	border-bottom: 1px inset #666666;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url('admin/images/boxshadow.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #433724;
}

.TextBox1 {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #433724;
	background: transparent;
}

a  { font-size : 11px; color : #666666; font-family : verdana; }
a:Visited  { font-size : 11px; color : #666666; font-family : verdana; }
a:Active  { font-size : 11px; color : #666666; font-family : verdana; }
a:Hover  { font-size : 11px; color : #666666; font-family : verdana; }

.text {font-family: verdana;font-size: 11px;color: #666666;}
.textlight {font-family: verdana;font-size: 11px;color: #cccccc;}
.textsmalllight {font-family: verdana;font-size: 10px;color: #cccccc;}

input.required{
	border-left: 1px inset #000000;
	border-right: 1px inset #666666;
	border-top: 1px inset #000000;
	border-bottom: 1px inset #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #F7BBC5;
}

select.required{
	border-left: 1px inset #000000;
	border-right: 1px inset #666666;
	border-top: 1px inset #000000;
	border-bottom: 1px inset #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #F7BBC5;
}

textarea.required{
	border-left: 1px inset #000000;
	border-right: 1px inset #666666;
	border-top: 1px inset #000000;
	border-bottom: 1px inset #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #F7BBC5;
}