﻿body 
{
	font-family: Verdana;
	font-size:10pt;
}

a 
{
	color:#4381b1;
	text-decoration:none;
	font-weight:normal;
}
a:hover 
{
	color:#4381b1;
	text-decoration:underline;
}

.HeaderDiv 
{
	background-image: url('../../srs/images/header.gif');
	background-repeat:repeat-x; 
}

.BodyHeading
{
	font-size: 12pt;
	color: #346891;
	font-weight: bold;
	border: none;
	padding-left: 0px; 
	margin-bottom: 10px;
}

.SectionLabel{
	color: #346891;
	font-weight: bold;
	border:1px solid #cccccc; 
	padding-left:8px; 
	margin-bottom:10px;
}

.Label 
{
	font-size:8pt;
	font-weight:normal;
	color: #444466;
}

.FieldDiv 
{
	 margin-bottom:3px;
}

.FieldLabel 
{
	font-size:8pt;
	color:#888888;
	font-weight:bold;
}

.FormRow 
{
	margin-bottom:3px;
}

.FormField 
{
	height: 15px;
	font-size: 10pt;
	font-weight: normal;
	color: #444466;
}
.DropDownList 
{
	height: 19px;
	font-size: 10pt;
	font-weight: normal;
	color: #444466;
}