/* CSS Document */

.form_input
{
	font-family:Verdana,Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: black;
	
}


.smallcontent
{
	font-family: Verdana,Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: black;
}

.largecontent
{
	font-family: Verdana,Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: black;
}
.largecontentBold
{
	font-family: Verdana,Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.smallcontentgray
{
	font-family: Verdana,Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: gray;
}
.menu_text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: black}

A:link {
	COLOR: #000099; TEXT-DECORATION: underline; font-weight: bold
}
A:visited {
	COLOR: #000099; TEXT-DECORATION: underline; font-weight: bold
}
A:hover {
	COLOR: #000099; TEXT-DECORATION: underline; font-weight: bold
}
.headerText {
	font-family: Verdana,Arial, Helvetica;
	font-size: 14px;
	color: #000099;
	font-weight: bold;
}