A {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #C90125; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.text {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.field {
	FONT-WEIGHT: bold; FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.BIGtext { FONT-WEIGHT: bolder; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
.background {
	background-image: url(images/blue_background.gif);
}
.rightmenu {
	background-color: BBD3E8;
}
.font {
	font-family: tahoma;
	font-size: 10px;
}

/*--------------------Navigation Menu-----------------*/
#nav {
	display: inline;
	float: none;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#nav ul, #nav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav a, #nav a:link {
	background: #FEFBF7;
	border: 1px solid #F4D297;
	border-left: 3px solid #F4D297;
	border-right: 3px solid #F4D297;
	color: #203F87;
	display: inline;
	font: bold 10px verdana, arial, sans-serif;
	line-height: 22px;
	margin: 0 0 0 2px;
	padding: 2px 3px;
	text-decoration: none;
}

#nav a:hover {
	background: #ffffff;
	border-left: 3px solid #F59D18;
	border-top: 1px solid #F59D18;
	border-right: 3px solid #F59D18;
	border-bottom: 1px solid #F59D18;
}

#nav a.active, #nav a:link.active, #nav a:hover.active {
	background: #fff;
	border: 1px solid #520;
	border-left: 3px solid #520;
	border-right: 3px solid #520;
	color: #000;
}

#subs {
	background: #fff;
	float: left;
	font: bold 10px verdana, arial, sans-serif;
	margin-bottom: 5px;
	padding: 5px 0 0 0;
	text-align: left;
	width: 451px;
}
