﻿body
{
	font-size:12px;	
	background-color: #fdfeff; 
	font-family: Arial, Verdana, Helvetica, 'Trebuchet MS', 'Times New Roman';	
}

H1
{
	margin-top: 4;	
	font-weight:lighter;
	font-size: 20px;
	color: black;	
	font-family: Arial, 'Trebuchet MS' , Verdana, Helvetica;	
}
H2
{
	font-weight: bolder;
	font-size:16px;
	color: #286592;	
	font-family: Arial, 'Trebuchet MS' , Verdana, Helvetica;	
}
H3
{
	font-weight: bolder;
	font-size: 14px;
	font-family: Arial, 'Trebuchet MS' , Verdana, Helvetica;		
}

TD
{
	font-family: Arial;
	font-size: 12px;
}

.NormalRow
{
	font-family: Arial;
	font-size: 10px;
	background-color: #E8EFF4;
}

.HeaderRow
{
	font-weight: bolder;
	font-size: 12px;
	vertical-align: bottom;
	font-family: Arial;
	background-color: #92bfd6;
	text-align: center;
}

.AlternatingRow
{
	font-family: Arial;
	font-size: 10px;
	background-color: #D3E1EA;
}

.DarkColor
{
    background-color: #D3E1EA;
}

.LightColor
{
    background-color: #E7E7E7;
}

.BrightColor
{
    background-color: #92bfd6;
}

.Required
{
	background-color: #A3D9F5;	
}

.Optional
{
	background-color: #EEEEEE;	
}

.Automatic
{
	background-color: #CBCBBB;	
}

INPUT.button
{
	color: #F2F2F2;	
	background-color: #696969;
	font-weight: normal;
	font-family: Verdana, Arial;	
}