﻿body
{
	background-color: #778898;
	font-size: x-small;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
h1
{
	font-size: medium;
	color: #0033cc;
	font-family: Verdana;
	text-decoration: none;
}
a:link
{
	font-size: xx-small;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
a:visited
{
	font-size: xx-small;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
a:active
{
	font-size: xx-small;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
a:hover
{
	font-size: xx-small;
	color: #0737BA;
	font-family: Verdana;
	text-decoration: underline;
}

#pnlMasterContent
{
	float: right;
	background-color: white;
	text-align: right;
	clear: left;
}
#HeaderDiv
{
	background-color: white;
}
