/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	full-height: 100%;
	font-size: 12px;
	color: #000000;
	font-family: tahoma, Arial, Helvetica, sans-serif;
}
.nav {
	background-image: url(images/bbw-nav.jpg);
	padding-left: 30px;
}
a.top {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	display: block;
	float: left;
}
a:hover.top {
	color: #FFFF66;
	text-decoration: underline;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	color: #336699;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
li a {
	color: #666666;
	background-color: #D0D1EE;
	display: block;
	padding: 4px;
	margin-bottom: 1px;
	font-weight: bold;
}
li {
	list-style-type: none;
}
li a:hover {
	color: #006699;
	text-decoration: underline;
	background-color: #DEDFF5;
}
a:hover {
	color: #FFFF99;
	text-decoration: underline;
}

