body {

	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	color: black;
	background-color: #=0000CC;

}

a {

	text-decoration: none;
	color: darkblue;

}

h2 {

	text-align: left;

}

a:hover {

	text-decoration: underline;
	color: blue;

}

h1 {
	text-align: left;
}

div.title {

  	font-size: 18pt;
	font-weight: bold;
	text-align: center;

}

div#menu {

	position: absolute;
	top: 100px;
	left: 20px;
	width: 150px;
	height: auto;

}

div#mainbody {

	font-family: verdana, arial, sans-serif;
	position: absolute;
	top: 20px;
	left: 155px;
	width: 550px;
	height: auto;

}


table#navigation td.menuname {

	font-size: 12pt;
	font-weight: bold;
	color: white;

}

table#navigation a {

	font-size: 10pt;
	color: white;
	text-decoration: none;

}

table#navigation a:hover {

	text-decoration: underline;

}

div#disclaimer {

	font-family: Vedana, helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: black;
	text-align: center;

}

div#message {

	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: blue;
	font-style: italic;
	font-size: 10pt;

}

table.news {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: black;
}

table.news a.newstitle {

	font-weight: bold;
	text-decoration: none;
	color: darkblue;

}

table.news a.newstitle:hover {

	font-weight: bold;
	text-decoration: underline;
	color: darkblue;

}
