﻿html { height:100%; }

body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
p, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
img {
	border:0px;
	}
	
.highlight
    {
		background-color: #F25F39; 
    }
    
.sectionHeader
{
	background-color: Black;
	color: White;
	text-align: left;
	font-size: 15px;
	height: 25px;
}

.formTitle
{
	font-size:		30px;
	font-weight:	normal;
	text-align:		left;
}

.entryLabel
{
	width:			140px;
}

.entryLabelLong
{
	width:			280px;
}

.entryLong
{
	width:			710px;
}

.entryText
{
	width:			175px;
}

.entryNumber
{
	width:			100px;
}

.dropdownShort
{
	width:			125px;
}

.disclaimer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	padding-left: 50px;
	padding-right: 50px;
}

.validationSummary
{
	text-align:		left;
	color:			Red;
}

.errorSummary
{
	text-align:		center;
	color:			Red;
}

/* Validation Summary list items: */
li
{
	color: red;
}

