﻿body
{
}
.mosttext,.largetext,.error,.bodylink,.menuheader,.bodytext,.gridtext,.smalltext,.DLHeader,.DLSubHeader
{
 padding: 5px 4px;
	font-family:Arial;
 	font-size:12px;
 	color:#202020;

}
.mosttextbold
{
 padding: 5px 4px;
	font-family:Arial;
 	font-size:12px;
 	color:#202020;	
	font-weight:bold;
}
.smalltext
{
	font-size:10px;
}
.error
{
	color:#500000;
	font-weight:bold;
}
.menuheader
{
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	background-color:#000040;
	width: 752px;
}
.largetext
{
	font-size:14px;
	font-weight:bold;
	color:#101060;
}
.DLHeader
{
	font-size:18px;
	font-weight:bold;
	color:#404080;	
}
.DLSubHeader
{
	font-size:12px;
	font-weight:bold;
	color:#101060;	
}
.bodylink, a.bodylink:Link, a.bodylink:Visited 
{
 font-size:13px;
 color:#404080;
 text-decoration:none;
 font-weight:bold;
}


a.bodylink:Hover{
font-size:13px;
color:#208020;
text-decoration:underline;
}

/* form styles */

.form_field_small, .form_field_medium, .form_field_large{
	font-family: Verdana, helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:left;
	border:1px solid #B6C7D7;
}

.form_field_small {
	width:120px;
}

.form_field_medium {
	width:150px;
}

.form_field_large {
	width:180px;
	font-size:11px;
}

.formbutton {
	width:80px;
	background:#0380B8;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
}

.form_label {
 font-size:11px;
 color:#333333;
 text-align:right;

}
.form_text {
 font-size:11px;
 color:#282828;
 text-align:left;

}
.dropdown_label {
 font-size:11px;
 color:#333333;
 text-align:left;
 
}
