A
{
	color: Blue;
}

A:active
{
	color: Blue;
}

A:hover
{
	color: Blue;
}

A:visited
{
	color: Blue;
}

A.NavLink
{
	color: White;
	text-decoration: underline;
}

A.NavLink:active
{
	color: White;
	text-decoration: underline;
}

A.NavLink:hover
{
	color: White;
	text-decoration: underline;
}

A.NavLink:visited
{
	color: White;
	text-decoration: underline;
}

.AlternatingBG
{
	background-color: #CCC;
}

body
{
	font-family: Trebuchet MS, Arial;
	font-size: 75%;
	margin-left: 0;
	margin-top: 0;
	background-color: #FFFFFF;
}

.BoldFont
{
	font-family: Trebuchet MS;
	font-weight: bold;
	line-height: 16pt;
}

.BoldItalic
{
	font-family: Trebuchet MS;
	font-weight: bold;
	font-style:italic;
}

.BoldUnderline
{
	font-family: Trebuchet MS;
	font-weight: bold;
	text-decoration: underline;
	font-size: 90%;
}

.Category
{
	font-size: 90%;
	font-weight: bold;
	color: 9900cc;
}

.CounterText
{
	color: Purple;
	font-size: small;
	font-weight: bold;
}

.GridCell
{
	font-size: 90%;
	padding-right: 7px;
}

.GridHeader
{
	font-weight: bold;
}		

.HintText
{
	color: Red;
	font-size: 70%;
}

.Label
{
	font-weight: bold;
}

.LabelRight
{
	font-weight: bold;
	text-align: right;
	font-size: 80%;
}

.PageTitle
{
	font-family: Trebuchet MS, Arial, Times New Roman;
	font-weight:bold;
	color:#9900ff;
	font-size:160%;
}

.PageTitleWelcome
{
	font-family: Trebuchet MS, Arial, Times New Roman;
	font-weight:bold;
	color:#000000;
	font-size:120%;
}

.SectionTitle
{
	font-family: Trebuchet MS, Arial, Times New Roman;
	font-weight:bold;
	color:#9900ff;
	font-size:100%;
}

.SmallText
{
	font-size: x-small;
}

.SubtleText
{
	color: Gray;
	font-size: 70%;
}

.Text
{
	font-family:Trebuchet MS, Arial;
	font-size: 80%;
	padding-left: 10px;
}

.TextSmall
{
	font-family:Trebuchet MS, Arial;
	font-size: 70%;
	padding-left: 10px;
}

.Validator
{
	font-weight: bold;
	font-size: 80%;
}

.Warning
{
	font-weight: bold;
	font-size: 70%;
	color: Red;
}