@charset "utf-8";
/* CSS Document */
body{ margin:0px auto; padding:0px; }
body, table, td, p, input, select{
	font-family: arial;
	font-size: 10pt;
	vertical-align: top;
	cellspacing: 0; 
	cellpadding: 0;
}

h1{
	font-size: 20pt;
	color: #8797AB;
	margin-bottom: 0px
}

h2{
	font-size: 16pt;
	color: #0F5B9E;
}

h3{
	font-size: 12pt;
	color: #0F5B9E;
	margin-bottom: 0px
}
A.menulink {
display: block;
width: 122px;
text-align: left;
text-decoration: none;
font-family:verdana;
font-size:10px;
color: #333333;
BORDER: none;
border: solid 0px #FFFFFF;
}
A.menulink:hover {
border: solid 0px #6100C1;
color: #008080;
background-color:#D5EAEA;
}