/* CSS Document */
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BAD3E6;
	background-image: url(../images/grad_bg.png);
	background-repeat: repeat-x;
}
#topnav a{
	display:block;
	text-align:center;
	color:#575858;
	text-decoration:none;
	font-weight:bold;
	padding:20px 5px 0 5px;
	border-right:#E0E0E0 1px solid;
	height:40px;
	background:url(../images/link_Mid.jpg) repeat-x;
}
#topnav a:hover{
	background:url(../images/link_Mid_over.jpg) repeat-x;
	color:#FFF;
}

#bottom a{
	font-size:8pt;
	color:#0898BB;
	display:inline-block;
	padding:5px;
	text-decoration:none;
}

#bottom a:hover{
	 color:#fff;
}

#bottom {
	color:#0898BB;
}


