/* CSS Document */
body
{
	background-color:#ffffff;
	color:#000000;
	font-family: Arial;
	font-size:11px;
	margin:auto;
}
.center
{
    background-color:#ffffff;
    color:#000000;
	font-size: 11px;
	font-family: Tahoma;
	margin:auto;
	border: thin solid #000000;
}
.row
{
    background-color:#0251b0;
    color:#ffffff;
	font-size: 14px;
	font-family: Tahoma;
	margin:auto;
	border: thin solid #000000;
}
.footerrow
{
    background-color:#0251b0;
    color:#ffffff;
	font-size: 12px;
	font-family: Tahoma;
	margin:auto;
}
.bordertable {
border: thin solid #000000;
}
.button {
border-width:3px;
font-size:0.8em;
}
.edit {
border:thin solid #000000;
font-family:Tahoma;
font-size: 11px;
}
A:link {text-decoration: underline; color:#0044ff; background:#ffffff;}
A:visited {text-decoration: underline; color:#0044ff; background:#ffffff;}
A:active {text-decoration: underline; color:#0044ff; background:#ffffff;}
A:hover {text-decoration: underline; color:#000000; background:#ffffff;}