.button
{
	background-color :LightSteelBlue;
	border-color :Black;
	border-width :1px; 

}
.label
{
	color :#6D82A2;
    font-family:Tahoma;
}  
.labelbold
{
	color :#6D82A2;
    font-family:Tahoma;
	font-weight :bold ;
	font-size :8pt;
}
.field
{
	background-color :AliceBlue;
	font-family:Tahoma;
	font-size :9pt;
}
.heading
{
	font-family :Verdana ;
	font-size :18pt; 
	color :#6D82A2;
}
.subheading
{
	font-family :verdana ;
	font-size :14pt;
	color :#6D82A2;
	font-weight :bold ;
}
.text
{
	font-family :Tahoma ;
	font-size :10pt;
	color :Black; 
}
.topmenu
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:WhiteSmoke;
	text-decoration: none;
}