body
{
	font-size: 11px;
	color: black;
	font-family: verdana;
	background-color: white;
}

TD
{
	font-size: 11px;
	color: black;
	font-family: verdana;
}

.Label
{
	font-size: 11px;
	color: black;
	font-family: verdana;
}
.LabelHeader
{
	font-size: 14px;
	color: black;
	font-family: verdana;
}
.WelcomeLabel
{
	font-size: 11px;
	color: black;
	font-family: verdana;
}
.Error
{
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: verdana;
}
.ErrorAsterisk
{
	font-weight: bold;
	font-size: 18px;
	color: red;
	font-family: verdana;
}
A
{
	font-size: 11px;
	color: Blue;
	font-family: verdana;
}
A:hover
{
	text-decoration:none;
	font-weight:bold;
}

.linkNoUnderline
{
	font-size: 11px;
	color: Blue;
	font-family: verdana;
	text-decoration:none;
}

TH, .Header
{
	font-weight: bold;
	font-size: 11px;
	font-family: verdana;
	background-color: #C6C6E7;
	color:black;
	text-align: left;
}
.Row
{
	background-color:White;
	font-size:11px;
}
.AlternatingRow
{
	background-color:#DDDDDD;
	font-size:11px;
}
.Menu
{
	font-size: 11px;
	color: black;
	font-family: verdana;
}