﻿/*	RoyalBlue		#4169e1
	LightSteelBlue	#b0c4de
	lightslategray	#778899
	lightgrey		#d3d3d3
*/

body
{
	font-size: small;
	font-family: Tahoma, Sans-Serif;
	background-color: White;
}

h2
{
	font-weight: 700;
	font-size: x-large;
	color: #4169E1
}

hr
{
	color: #4169e1;
}

.AlternateText
{
	color: #4169e1;
}

.DataGridHeader
{
	font-weight: bold;
	color: White;
	background-color: #4169e1;
}

.DataGridItem
{
	color: black;
	vertical-align: top;
}

.DataGridAlternateItem
{
	color: black;
	vertical-align: top;
}

.ErrorMessage
{
	font-weight: bold;
	font-size: medium;
	color: Red;
	background-color: Yellow;
}

.HyperLink
{
	font-weight: bold;
	text-decoration: none;
}

.InformationMessage
{
	font-weight: bold;
	font-size: medium;
	color: white;
	background-color: #778899;
}

.SectionHeading
{
	font-weight: bold;
	font-size: small;
	color: White;
	background-color: #4169e1;
}

.SiteInfo
{
	font-size: x-small;
	color: #778899;
	background-color: White;
}

.MaintenanceMessage
{
	font-weight: bold;
	font-size: small;
	color: Red;
	font-style: italic;
}