html body {
	margin: 0;
	height: 100%;
	background-image: url(/gfx/bg.gif); 
	background-position: left top; 
	background-repeat: repeat-x;
	background-color: #76c5dd;
}
.menu {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.date {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.white {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.form {
        font-family: Verdana;
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
        color: #003366;
        text-decoration: none;
        border: 1px solid #003366;
        background-color: #FFFFFF;
}
.button {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	border: 1px solid #da251d;
	background-color: #da251d;
}
td {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #a8b9cb;
	text-decoration: none;
}
