body{
padding:0px;
margin:0px;
background-color:#FFFFFF;
}
.top {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
}
.copy {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #0051a0;
	text-decoration: none;
}
.header {
	font-family: Tahoma;
	font-size: 18px;
	line-height: 14px;
	text-shadow: #000000;
	color: #0051a0;
	text-decoration: none;
}
.header_2 {
	font-family: Tahoma;
	font-size: 22px;
	line-height: 16px;
	text-shadow: #000000;
	color: #0051a0;
	text-decoration: none;
}
.header_3 {
	font-family: Tahoma;
	font-size: 18px;
	line-height: 12px;
	text-shadow: #000000;
	color: #000000;
	text-decoration: none;
}
.header_4 {
	font-family: Tahoma;
	font-size: 18px;
	line-height: 22px;
	text-shadow: #000000;
	color: #0051a0;
	text-decoration: none;
}
.text_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #707070;
}
.text_2 {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 16px;
	color: #6B7FA6;
}
.text_3 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #F15821;
}
.text_4 {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 17px;
	color: #6B7FA6;
}
.text_5 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #6B7FA6;
}
.link_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #465479;
}
.news {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #454545;
	background-color: #FFFFFF;
	height: 19px;
	width: 182px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
}

.form_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 19px;
	width: 250px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
}
.form_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 93px;
	width: 250px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
	overflow:auto;
}

div#links a span {display: none;}
div#links a:hover span {display: block;
   position: absolute; top: 200px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;}


/* the news box */
#news
{
	width:350px;
	background:#fff;
}
#news a
{
	color:#000;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:2em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:116px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:116px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
