body {
	background-color: #003399;
	margin: 10px;
	}
tr.menuhead {
	background: #3399FF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
a:link.menuhead {
	color: #FFFFFF;
	}
a:active.menuhead {
	color: #FFFFFF;
        }
a:visited.menuhead {
	color: #FFFFFF;
        }
a:hover.menuhead {
	color: #B4D6F1;
        }
a:link {
        color: #3399FF;
        }
a:active {
        color: #3399FF;
        }
a:visited {
        color: #3399FF;
        }
a:hover {
        color: #024A92;
        }
tr.body {
        background: #FFFFFF;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: none;
        }
.body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	}
.headertext {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
	color: #FFFFFF;
	}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
	background-color: #FFFFFF;
	border-style: solid;
	border-top-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	border-color: #000000;
}

