/*
bws_07b.css
*/

body {

	margin: 0;

	padding: 0;

	background: #FFFFFF;

	font: 13px Georgia, "Times New Roman", Times, serif;

	color: #000000;

}

a {
	color: #000000;
	text-decoration: underline;



}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333333;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;

}

.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}



.menu li {
	margin:0px;
	border-bottom:1px solid #182801;
	color: #000000;
	font-size: .9em;
	text-decoration: none;
	padding:0px;
	width:199px;
	text-align: center;
}

.menu li a {
	margin:0px;
	display: block;
	color: #000000;
	font-size: .8em;
	text-decoration: none;
	padding:5px;
	text-align: center;
}

.menu li a:hover {
	text-decoration: none;
	background-color:#00b5e5;
}

.footer {
	background-image: url(images/footer770x45.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0.9em;
	color: #000000;

}