.button {
	background-color : #85AECF;
	border : 1px solid #696969;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 8pt;
	color : White;
}
A:LINK, A:VISITED {
	text-decoration : none;
}

A:HOVER, A:ACTIVE {
	text-decoration : underline;
	color : Red;
}

td, body{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : Black;
}
.title_gray{
	font-size : 8pt;
	font-weight : bold;
	color : Gray;
}
.header{
	font-size : 14px;
	font-weight : bold;
	color : #4682B4;
}
.input{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :8pt;
}
.unerlineform{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	border : none;
	border-bottom : 1px solid Gray;
}
.field_title{
font-weight : bold;
}
.instructions{
	font-size : 12px;
	color : black;
}
.warning_instructions{
	font-size : 12px;
	font-weight : bold;
	color : black;
}
.error{
	font-size : 12px;
	color : red;
}
SELECT
{
    FONT-SIZE: 8pt;
    COLOR: blue;
    FONT-FAMILY: Arial, Verdana
}