body,td,th {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #0071BC;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

.Title_Large {
	color: #0071BC;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.Title_Medium {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}


.Title_Small {
	color: #0071BC;
	font-size: 12px;
	font-weight: bold;
}

td.ContentArea {
	padding: 20px;
}

hr 
{
	height: 1px;
}

.Error 
{
	color: #FF0000;
}

.Success 
{
	color: green;
}
