body { 	background-color:#cccc99;
	margin: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover, a:active {
	color: #0000FF;
	text-decoration: none;
	background-color: #ffcc33;
}

h1,h2,h3,h4 {
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold; font-style: italic;
	text-align: center;
}

h1 { 
	font-size:30px; 
	margin-bottom: 3px;
}

h2 { 
	font-size:28px;
	margin-top: 5px; margin-bottom: 7px;	
}

h3 { 
	font-size:26px;
	margin-top: 5px; margin-bottom: 5px;
}

h4 { 
	font-size:20px;
}

td {
	vertical-align: top;
}

.main {	text-align: left;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 13px;
	line-height: 22px;
}

.bottom_nav {
	text-align: center;
	font-size: 10px; font-weight: normal;
	line-height: 12px;
}


.menu {	background-color: #CCFFCC;
	border-right: 1px #000000 solid;
	text-align: left;
}

.menu a:link {
	font-size: 11px;
	text-decoration: none;
}

.menu a:visited {
	font-size: 11px;
	text-decoration: none;
}

.menu a:active {
	font-size: 11px;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
}

.bnam {
	font-size: 15px;
	text-decoration: underline;
}

.cat {	margin-top: 5px;
	margin-bottom: 2px;
	background-color: #3399FF;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

.nav {
	list-style: none;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	padding: 0 0 1px 10px;
	line-height: 12px;
}

.rfloat {
	float:right;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:5px;
	border: none;
	}