body{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
}

.selected, .normal:hover{
	background-color:#757575;
	border-top:1px solid white;
	color:white;
	padding:4px;
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(../images/selected_nav_bullet.jpg);
	background-repeat:no-repeat;
	background-position:right;
	text-align:left;
	padding-left:10px;
}

.normal{
	background-color:#f9c200;
	border-top:1px solid white;
	color:#4e5051;
	padding:4px;
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(../images/nav_bullet.jpg);
	background-repeat:no-repeat;
	background-position:right;
	text-align:left;
	padding-left:10px;
}

a.nav {
	color:#FFFFFF;
	text-decoration:none;
}

h1, h2, h3, h4, h5{margin:0px;padding:0px;margin-bottom:5px;}

h1{
	font-size:18px;
}

p{
	text-align:left;
}

a.bodylink:link {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
	
a.bodylink:visited {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.bodylink:hover {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
	