BODY {
	font-weight : normal;
	font-size : 12px;
   	font-family : Verdana, sans-serif, Helvetica;
   	background-image: url(img/background.png);
	background-repeat: no-repeat;
	background-color: white;
}

TD {
	font-weight : normal;
	font-size : 12px;
	font-family : Verdana, sans-serif, Helvetica;
}

DIV {
	margin-left: 16px;  margin-right: 16px;
}

DIV.links {
	display: block;
	margin: 0;
	text-align: center;
	width: 110px;
	background: #003780;
	margin-left: 15px;
	border: 2px solid black;
}

DIV.links a { display: block }
DIV.links a:link { text-decoration: none; color: white }
DIV.links a:visited { text-decoration: none; color: white }
DIV.links a:hover { background: white; color: #003780 }

DIV.links a { border-top: 1px solid black }
DIV.links a:first-child { border-top: none; }
DIV.footer a { text-decoration: none; }

SELECT {
	font-weight : normal;
   	font-size : 11px;
   	font-family : Verdana, sans-serif, Helvetica;
}

INPUT {
	font-weight : normal;
   	font-size : 11px;
   	font-family : Verdana, sans-serif, Helvetica;
}

TEXTAREA {
	font-weight : normal;
   	font-size : 11px;
   	font-family : Verdana, sans-serif, Helvetica;
}

.footer { text-align: right; font-size: 9px; }
