.text {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 10px;
}

.textblue {
	font-family: Microsoft Sans serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#003399;
} 
.textblack {
	font-family: Microsoft Sans serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#333333;
} 
.textred {
	font-family: Microsoft Sans serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#FF0000;
} 
.textredb {
	font-family: Microsoft Sans serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#993300;
} 
.inputbox {  
	font-family: Microsoft Sans serif;
	font-size: 9pt; 	
	background : #ffffff;
	border-color:#0054A8;
	color:#0054A8;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.linkred {
	font-family: Microsoft Sans serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#CC0000;
}
A:hover.linkred {
	font-family: Microsoft Sans serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration:underline;
	color:#FF0000;
}
.linkgray {
	font-family: Microsoft Sans serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#666666;
}
A:hover.linkgray {
	font-family: Microsoft Sans serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration:underline;
	color:#333333;
}
.linksmall{
	font-family: Microsoft Sans serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color:#0066CC;
}
A:hover.linksmall {
	font-family: Microsoft Sans serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-decoration:underline;
	color:#FFFFFF;
}

.groovybutton
{
   font-size:12px;
   font-family:Cordia,Verdana, Arial, Helvetica, sans-serif;
   color:#222222;
   width:200px;
   height:21px;
   background-color:#888888;
   background-image:url(back03.gif);
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffAAAAAA',EndColorStr='#ffFFFFFF');
   border-style:solid;
   border-color:#DDDDDD;
   border-width:1px;
}
