/* CSS Document */
body,td,th {
	font-family: Verdana;
}
body {
	margin: 0px; padding: 0px; background-image:url(../images/bg.gif);
}
a:link {
	text-decoration: none; color:#999999;
}
a:visited {
	text-decoration: none; color:#999999;
}
a:hover {
	text-decoration: none; color:#999999;
}
a:active {
	text-decoration: none; color:#999999;
}
input{
	font-size:10px; height:12px; line-height:12px; border:#999999 solid 1px;
}
textarea{
	font-size:11px; line-height:12px; font-family: Verdana;
}
select{
	font-size:10px; height:16px; line-height:12px; border:#999999 solid 1px;
}
.font_12{
	font-size:12px;
}
.font_11{
	font-size:11px;
}
.font_10{
	font-size:10px;
}

/* colors of main menu links */
.mainmenu a:link{
	color:#000000;
}
.mainmenu a:visited {
	color:#000000;
}
.mainmenu a:hover{
	color:#999999;
}
.mainmenu a:active{
	color:#000000;
}

/* login styles */
.login input{height:14px; border:#999999 solid 1px;}
.submit input{height:18px; width:24px;}

.message{text-align: center; font-weight:bold; color:#CC0000; margin-top:4px;}