﻿body {
}

.HomePage_HeaderText_OnWhite
{
	color: black;
	font-weight: bold;
	font-size: 14px;
	font-family: Trebuchet MS;
}
A.HomePage_HeaderLink_OnWhite
{
	color: #2958A0;
	font-weight: bold;
	font-size: 12px;
	font-family: Trebuchet MS;
	text-decoration: underline;
}
A.HomePage_HeaderLink_OnWhite:Hover
{
	color: #2958A0;
	font-weight: bold;
	font-size: 12px;
	font-family: Trebuchet MS;
	text-decoration: none;
}
.HomePage_HeaderText_OnBlack
{
	color: white;
	font-weight: bold;
	font-size: 14px;
	font-family: Trebuchet MS;
}
.HomePage_Text_OnBlack
{
	color: white;
	font-size: 12px;
	font-family: Trebuchet MS;
}
.HomePage_ErrorText_OnBlack
{
	color: red;
	font-size: 12px;
	font-family: Trebuchet MS;
}
