A
{
	color: Black;
}

.VRMInput 
{
	font-family:Arial;
	font-size:11pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:Black;
}
.ErrorMessage 
{
	font-family:Arial;
	font-size:12pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:Red;
}

.WebLabel
{
	color:#000000;
	font-weight:bold;
	font-size: 12px;
}

.Ratechart
{
background:transparent;
font-size: 11px;
}

.headerLabel
{
	font-weight: bold;
font-size: 16px;
color: #336699;
}

.inputLabel
{
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
}
.SearchLabel
{
	color:#000000;
font-weight:bold;
}

.button 
{ 

} 

.paging
{
font-family:Verdana;
border:none; 
background-color: 
transparent; 
cursor:hand;	
}

select.button2, input.button2, a.button2
{
	padding: 4px; font-size: 13px; color: #000; 
	/**/background:transparent url(../images/button_gradient.png) repeat-x scroll 0pt 0pt;
	border: 1px solid #999999;
	border-color:#808080;
	/*border-style:solid;
	border-width:1px 1pt;*/
	text-decoration: none;
}
select.button2:hover, select.button2:focus, input.button2:hover, input.button2:focus, a.button2:hover, a.button2:focus
{
	padding: 4px; font-size: 13px; color: #000; /**/border: 1px solid #779397; 
	/**/background:transparent url(../images/button_hov_gradient.png) repeat-x scroll 0pt 0pt;
	cursor:pointer;
}