@import url('menu.css');

BODY {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
TD {
	font-size: 11px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
FORM {
	margin: 0px;
	padding: 0px;
}
A:visited {
	color: #024187;
}
A IMG {
	border: 0px;
}
input {
	font-size: 11px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.fldLogin, .fldPassword {
	width: 100px;
	background-color: #F5F5F5;
}
.fldLoginOver, .fldPasswordOver {
	width: 100px;
	background-color: #FFFFFF;
}
.lang {
	height: 28px;
	text-align: center;
	background: #555555
}
.lang A {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}
.lang A:visited {
	color: #FFFFFF;
}
.submenu {
	margin-bottom: 20px;
}
.submenu A {
	/*color: #333333;*/
	font-size: 11px;
	margin: 4px 0px 4px 0px;
}
.news {
	padding-top: 20px;
}
.news TD {
	font-size: 11px;
}
.news A {
	/*color: #666666;*/
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.news .archive {
	text-align: right;
	text-decoration: underline;
}
.news .archive A {
	/*color: #023F88;*/
}
.ticker {
	color: #333333;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	background: url(../images/bg-news.gif);
	font-family: Arial, Helvetica, sans-serif;
}
.ticker .A {
	/*color: #333333;*/
	text-decoration: none;
	padding-top: 10px;
}
.calendar {
	width: 248px;
/*	height: 149px;*/
	padding: 0px 2px 5px 10px;
	background: url(/images/calendar_bg.gif) no-repeat;
}
.calendar TABLE {
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
}
.calendar TABLE TD {
	width: 32px;
/*	height: 21px;*/
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
.calendar .date {
	width: 224px;
	color: #00379D;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
}
.calendar .active {
	color: #FFFFFF;
	background: #00379D;
}


.imgpad {
	margin-top: 30px;
	margin-left: 15px;
}
h1 {
	color: #CE904C;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.text {
	font-size: 11px;
}
.text .back {
	text-align: right;
	margin-bottom: 20px;
}
.text .back A {
	/*color: #023F88;*/
}
.text H2 {
	color: #023F88;
	font-size: 13px;
	margin-top: 10px;
	text-transform: uppercase;
}
.text H3 {
	color: #023F88;
	font-size: 11px;
	margin-top: 10px;
}
.roll TD {
	font-size: 11px;
}
.roll A {
	/*color: #333333;*/
	text-decoration: none;
}
.roll A:hover {
	text-decoration: underline;
}
.detail {
	text-align: right;
}
.detail A {
	/*color: #023F88;*/
}
.footer {
	height: 58px;
	text-align: center;
	vertical-align: middle;
	background: url(../images/bg-bottom-nav.gif);
}
.footer A {
	/*color: #333333;*/
	font-size: 11px;
}

.buttons{
	font-size: 8pt;
	background-color: #1A417C;
	color: #FFFFFF;
}
.label{
	color:#1A417C;
	font-size: 11px;
	font-weight : bold;
}
.fldText{
	width : 490px;
}
.error{
	color: #CC0000;
}