html{
	overflow-x:hidden;
	overflow-y:auto;
}

body{
	margin:0px;
	font-size:8pt;
	*font-size:10pt;
	color:#333;
	overflow-x:hidden;
	overflow-y:auto;
	font-family: Verdana, sans-serif;
}
A { color:#00f; text-decoration:none;}
A:visited { color:#00f; }
A:hover { text-decoration:underline;}

td{font-size:8pt; *font-size:10pt;}

input{font-size:10pt;}
select{font-size:10pt;}

div.titlebar{
	height:37px;
	width:100%;
	margin-top:5px;
	background-image:url(../img/main_titlebarbg.gif);
	position:relative;
}
div.precomment {
	width:270px;
	float:left;
	border:dotted 3px #777777;
	background-color:#F8F8F8;
	margin-top:13px;
	margin-left:5px;
	padding:2px;
	font-size:15px;
	color:#777777;
	font-weight:bold;
}
div.footer{
	background-color:#666;
	padding:5px;
	color:#fff;
	text-align:center;
	font-size:8pt;
}
.footer A { color:#fff; text-decoration:none;}
.footer A:visited { color:#fff; }
.footer A:hover { text-decoration:underline;}
.footer hr {
   border-width: 1px 0px 0px 0px;
   border-style: solid;
   border-color: #aaa;
   height: 1px;
}
.footer span{
	padding:0px 10px;
	border-left:solid #aaa 1px;
}
.footer span.fspanl{
	padding:0px 10px;
	border-left:solid #aaa 1px;
	border-right:solid #aaa 1px;
}