﻿body 
{
 font-family:Verdana;
 font-size:small;
}

.Validator
{
	font-weight:bold;
	color:Red;
}

.ApplicationTitle
{
	font-family:Verdana;
	font-size:large;
	color:#003399;
}


.PageTitle
{
	font-family:Arial;
	font-size:large;
	font-weight:bold;
}

.TableSeparatorRow
{
	background-color:#5D7B9D;
	color:white;
	font-weight:bold;
}

.InformationMessage
{
	font-weight:bold;
	color:Blue;
}

.ErrorMessage
{
	font-weight:bold;
	color:Red;
}

.MainBorder
{
	background-color:#F5F5DC;
}

