BODY
{
	margin:0;
	font-family: arial;
	font-size:10pt;
}

.inputField
{
	font-family: arial;
	font-size:10pt;
	width:300px;
}

.button
{
	font-family: arial;
	font-size:10pt;
	width:120px;
	background-color: lightsteelblue;
}

.fieldset
{
	width:500px;
}

.WelcomeMessage
{
	padding:7px;
	text-align: right;
	background-color: lightsteelblue;
	border-bottom: 1px black solid;
}

.HeaderMessage
{
	padding:7px;
	background-color: lightsteelblue;
	border-bottom: 1px black solid;
}

.ErrorMessage
{
	color: red;
	font-weight:bold;
	padding:7px;
}

Legend
{
	padding:2px;
	font-size:11pt;
	font-weight:bold;
	background-color:lightsteelblue;
	color: White;
}

.Container {
	padding:5px;
}

.DetailsTable
{
	border: 1px solid black;
	border-collapse: collapse;
}

.DetailsTableTH
{
	border: 1px solid black;
	font-size:11pt;
	font-weight:bold;
	background-color:lightsteelblue;
	color: White;
}

a:link, a:visited { 
	color:Black;
}

a:hover { color:white; background-color:lightsteelblue;}

