/* CSS Document */

body {
	margin-left:0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
}

.text-tables {
	margin-left: 30px;
}

.navbars {
	background-color: #00487C;
	color:#ffffff;
	line-height: 20px;
}

.footer {
	font-size: 9px;
	font-weight: bold;
}

.footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

.footer a:hover {
	text-decoration: none;
}

.login {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}

.login a {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

.login a:hover {
	text-decoration: underline;
}

.News {
	border-left: 1px dashed #7B6845;
	padding: 5px;
}

#leftnav  ul {
	margin:0;
	padding:0;
	list-style:none;
}

#leftnav ul a{
	display:block;
	width:223px;
	height:31px;
	line-height:31px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background:url(images/left-button-off.gif) no-repeat top left;
	text-indent:40px;
}

#leftnav ul a:hover {
	background:url(images/left-button-over.gif) no-repeat top left;
	color:#ffffff;
}