﻿.GridHeader
{
	background-color:Navy;
	color:White;
	font-family:Verdana;
	font-size:12px;
}

.GridItem
{
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:Black;
	border-color:Black;
	border-style:solid;
	border-width:thin;
}

.FormLabel
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:Blue;
}

.loginTextBox
{
	font-family:Arial;
	font-size:7pt;
}

.FormLink
{
	font-family:Verdana;
	font-size:12px;
	color:Blue;
}

.FormTitleLabel
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:Blue;
	text-decoration:underline;
}

.FormValidation
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:Red;
}

.FormTextBox
{
	font-family:Verdana;
	font-size:12px;
}

.formValidation
{
	color:Red;
	font-weight: bold;
	Display:Dynamic;
}

body 
{
	color:White;
}
