<style>
<!--
BODY {
	background-image:url(image/background.gif);
        background-repeat:no-repeat;
        background-position:bottom right;
        background-attachment:fixed;
}

td {
	font-size:10pt;
	font-family:Comic Sans Ms;
}

td.title {
	background-color:0054A8;
	font-size:10pt;
	font-weight:bold;
	font-family:Comic Sans Ms;
	color:white;
}
input {
	font-family:Comic Sans Ms;
	font-weight:bold;
}
input.submit {
	font-family:Comic Sans Ms;
	font-weight:bold;
	background-color:black;
	color:white;
}
table {
	background-color:white;
}
table.border { 
	border-width:1;
	border-style:solid;
	border-color:0054A8;
}
a{
	text-decoration:none;
}
a:hover{
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}
a.menu {
	color:white;
	font-weight:bold;
	font-family:Comic Sans Ms;
	text-decoration:none;
}
a.menu:hover {
	color:#FF0000;
	font-weight:bold;
	font-family:Comic Sans Ms;
	text-decoration:none;
}

//-->
</style>