html, body{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: verdana, arial, helvetica, sans-serif;
	max-width: 1000px;
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
}
h1{
	font-size: 16pt;
	font-weight: normal;
	color: #336699;
}
h2{
	font-size: 14pt;
	font-weight: normal;
	color: #999966;
}
p, li, td{
	font-size: 10pt;
	line-height: 150%;
}
b{
	color: #666633;
}
h5{
	font-size: 10pt;
	font-weight: normal;
}
h6{
	font-size: 9pt;
	font-weight: normal;
}
a{
	color: #336699;
	font-weight: bold;
}
a:hover{
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

/* NAVIGATION */

.menucolumn{
	background-color: #9DB9D5;
	width: 160px;
}
#menu, #menu li{
	margin: 0px;
	padding: 0px;
	width: 160px;
}
#menu a{
	display: block;
	width: 160px;
	background-color: #9DB9D5;
	color: #336699;
	font-size: 9pt;
	font-weight: bold;
	line-height: 200%;
	text-align: right;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF
}
#menu a:hover{
	background-color: #336699;
	color: #FFFFFF;
}