body{
	margin: 0;
	padding: 0;
	background-color: #efefef;
}

td,input,textarea,select,p,div{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 11px;
}

p{
	margin: 5;
	text-align: justify;
}

a{
	color: #06638f;
	text-decoration: none;
}

a:hover{
	color: #dc0000;
	text-decoration: underline;
}

.b{
	font-weight: bold;
}

.error{
	color: #ff0000;
	font-weight: bold;
}

.ok{
	color: #336699;
	font-weight: bold;
}

.small{
	font-size: 10px;
	font-weight: normal;
}

.large{
	font-size: 12px;
	font-weight: bold;
}

.x{
	color: #ff0000;
}

.ro{
	color: #999999;
	background-color: #dddddd;
}

.hidden{
	color: #ff0000;
}

.out{
	height: 24px;
	padding: 4px 10px 4px 10px;
	font-family: Arial, Verdana, Helvetica, Sans Serif;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	color: #666666;
}

.over{
	height: 24px;
	padding: 4px 10px 4px 10px;
	font-family: Arial, Verdana, Helvetica, Sans Serif;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	background: #0d0043;
	color: #ffffff;
	cursor: pointer;
}

.subnav{
	width: 100%;
	height: 40px;
	background-color: #0d0043;
	background:url(../images/navbg.jpg);
}

#menu{
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, Sans Serif;
	font-size: 16px;
}

#menu a{
	color: #ffffff;
	text-decoration: none;
}

