body, td, tr, table {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	scrollbar-face-color: #344558;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #0C131B;
	scrollbar-arrow-color: #8B959F;
}

a:link, a:active, a:visited {
	color: #768391;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #B3C1D0;
	text-decoration: underline;
	font-weight: bold;
}

input, select, textarea {
	background-color: #EAEAEA;
	background-image: url(images/form-bg.gif);
	border: 1px solid #000000;
	font-family: Tahoma;
	font-size: 11px;
	color: #003A7B;
}

.line-bar {
	border-bottom: 3px #374B64 solid;
}

A.small_link:link, A.small_link:active, A.small_link:visited {
	color: #B3C1D0;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

A.small_link:hover {
	color: #768391;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}

a.vmenu:link {text-decoration: none; color: #81afe0;}
a.vmenu:visited {text-decoration: none; color: #81afe0;}
a.vmenu:active {text-decoration: none; color: #81afe0;}
a.vmenu:hover {text-decoration: underline; color: #ffffff;}

/* the news box */
#news
{
	width:130px;
	background:#344557;
}
#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:120px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
