﻿body
{
    background-color: #cfe5ad;
    margin: 15px;
}
.Error
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: #cc0000;
	font-weight: bold;	
}
.TextPlain
{
    font-family: Arial;
    font-size: 10pt;
    color: #000000;
}
.TitleBlue
{
    font-family: 'Arial Rounded MT Bold', Arial;
    font-size: 16pt;
    color: #23408f;
}
.TitleGreen
{
    font-family: 'Arial Rounded MT Bold', Arial;
    font-size: 16pt;
    color: #8cc63f;
}
.TextGreen
{
    font-family: 'Arial Rounded MT Bold', Arial;
    font-size: 12pt;
    color: #8cc63f;
}
.TextBlue
{
    font-family: 'Arial Rounded MT Bold', Arial;
    font-size: 12pt;
    color: #23408f;
}
a.TextBlue
{
    font-family: 'Arial Rounded MT Bold', Arial;
    font-size: 12pt;
    color: #23408f;
    text-decoration: none;
}
a.TextBlue:hover
{
    font-family: 'Arial Rounded MT Bold', Arial;
    font-size: 12pt;
    color: #3366ff;
    text-decoration: underline;
}
a.TextBlue:visited
{
    font-family: 'Arial Rounded MT Bold', Arial;
    font-size: 12pt;
    color: #23408f;
    text-decoration: none;
}
a.TextBlue:visited:hover
{
    font-family: 'Arial Rounded MT Bold', Arial;
    font-size: 12pt;
    color: #3366ff;
    text-decoration: underline;
}
.TextBlack
{
    font-family: 'Arial Rounded MT Bold', Arial;
    font-size: 10pt;
    color: #000000;
}
.TextBlackSmall
{
    font-family: 'Arial Rounded MT Bold', Arial;
    font-size: 8pt;
    color: #000000;
}
a
{
    font-family: 'Arial Rounded MT Bold', Arial;
    color: #016599;
    text-decoration: none;
}
a:hover
{
    font-family: 'Arial Rounded MT Bold', Arial;
	color: #05A7FF;
	text-decoration: underline
}
a:visited
{
    font-family: 'Arial Rounded MT Bold', Arial;
	color: #016599;
	text-decoration: none;
}
a:visited:hover
{
    font-family: 'Arial Rounded MT Bold', Arial;
	color: #05A7FF;
	text-decoration: underline
}
.Link-Small
{
	color: #ff3300;
	text-decoration: none;
	font-family: Trebuchet MS, Arial;
	font-size: 8pt;
}
a.Link-Small:link
{
	color: #ff3300;
	text-decoration: none;
	font-family: Trebuchet MS, Arial;
	font-size: 8pt;
}
a.Link-Small:hover
{
	color: #ff9900;
	text-decoration: underline;
	font-family: Trebuchet MS, Arial;
	font-size: 8pt;
}
a.Link-Small:visited
{
	color: #ff3300;
	text-decoration: none;
	font-family: Trebuchet MS, Arial;
	font-size: 8pt;
}
a.Link-Small:visited:hover
{
	color: #ff9900;
	text-decoration: underline;
	font-family: Trebuchet MS, Arial;
	font-size: 8pt;
}
.Label
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}
.Field
{
	color: #000000;
	font-family: Trebuchet MS, Arial;
	font-size: 10pt;
	text-align: left;
	vertical-align: middle;
}
.Text-Black
{
    font-family: Trebuchet MS, Tahoma, Arial;
    font-size: 10pt;
    color: #000000;
}
.Text-White
{
    font-family: Trebuchet MS, Tahoma, Arial;
    font-size: 10pt;
    color: #ffffff;
}
.Text-Gray
{
    font-family: Trebuchet MS, Tahoma, Arial;
    font-size: 10pt;
    color: #999999;
}
.Text-Red
{
    font-family: Trebuchet MS, Tahoma, Arial;
    font-size: 10pt;
    color: #990000;
}
.Text-Green
{
    font-family: Trebuchet MS, Tahoma, Arial;
    font-size: 10pt;
    color: #009900;
}
.Success
{
    font-family: Trebuchet MS, Tahoma, Arial;
    font-size: 10pt;
    color: #009900;
}
.Error
{
    font-family: Trebuchet MS, Tahoma, Arial;
    font-size: 10pt;
    color: #990000;
}
tr.Item
{
    background-color: #f5f5f5;
}
tr.AltItem
{
    background-color: #e5e5e5;
}
.Title-Black
{
	font-family: Trebuchet MS, Arial;
	font-size: 14pt;
	color: #000000;
}
.SubTitle-Blue
{
	font-family: Trebuchet MS, Arial;
	font-size: 12pt;
	color: #336699;
}
.List
{
	width: 100%;
	border: solid 1px #999999;
	background-color: #ffffff;
}
.Header
{
	background-image: url(/Images/Background-Gradient-Gray.gif);
	color: #ffffff;
	font-family: Trebuchet MS, Arial;
    font-size: 10pt;
	font-weight: bold;
}
.Item
{
	background-color: #f2f2f2;
	color: #000000;
	font-family: Trebuchet MS, Arial;
    font-size: 10pt;
}
.AltItem
{
	background-color: #e5e5e5;
	color: #000000;
	font-family: Trebuchet MS, Arial;
    font-size: 10pt;
}
.Footer
{
	background-color: #ffffff;
	color: #000000;
	font-family: Trebuchet MS, Arial;
    font-size: 10pt;
}