﻿body
{
	background-color:#333333;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
}

img
{
	border: 0px 0px 0px 0px;
	vertical-align:bottom;
}

A:link
{ 
	color: yellow; 
	text-decoration: none; 
}
A:visited	     
{ 
	color: #ff9; 
	text-decoration: none; 
}
A:active	     
{ 
	color: #ff9; 
	text-decoration: none; 
}
A:hover		     
{ 
	color: #ff3; 
	text-decoration: underline; 
	background-color: #000; 
}

.headingLarge1     
{ 
	color: #fff; 
	font-size: 25px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold; 
	line-height: 25px;
	padding-right:25px;
	text-align:right;
	width:95%;
}

th
{
	font-weight:bold;
	text-align:right;
	color:White;
	font-size:10px;
	text-transform:uppercase;
	padding-right:5px;
}

td
{
	text-align:left;
}

.required
{
	font-style:italic;
	font-weight:normal;
	color:White;
	font-size:10px;
}

input.FormText
{
	font-size: 12px;
	font-weight: normal;
	margin-left: 2px;
	padding: 2px;
	margin-bottom: 2px;
	width: 200px;
}

select.FormDropDownSmall
{
	font-size: 12px;
	font-weight: normal;
	margin-left: 2px;
	width:75px;
}

input.FormButton
{
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	color: Black;
	font-weight: bold;
	text-transform:uppercase;
}

.ValidationSummary LI
{
	font-size: 12px;
    color: Yellow;
    font-style: normal;
    font-weight: bold;
    list-style-type: square;
}

p
{
	color:White;
	font-size:12px;
}

