html, body {
	background: #FFF;
	color: #000;
	margin: 0;
	padding: 1% 3%;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

img {
	border: none;
	}

li{
   list-style-position: inside;
}

h1
	{
	text-align: left;
	border-bottom:4px solid #DFDFDF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding: 3px 3px 3px 18px;
	margin: 0px;
	background: White;
	}

h2
	{
	padding-right:8px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align: left;
	padding-left: 12px;
	margin: 6px;
	}

h3{
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	text-align: left;
}

th{
	font-weight: bold;
}

.container
	{
	width: 725px;
	}

.navbuttons
	{
	margin: 12px 0px 0px 0px;
	}

.logo
	{
	margin-top: 3px;
	}

.topline {
	margin: 0px 0px 6px 0px;
	line-height: 8px;
	background-color: #F5F5F5;
	border-top: thin solid Silver;
	}

.leftfloat
	{
	float:left;
	border:1px solid #DFDFDF;
	margin: 0px 6px 0px 0px;
	width:292px;
	}

.right
	{
	float:left;
	border:1px solid #DFDFDF;
	width:423px;
	margin: 0px 0px 12px 0px;
	}

.inner
	{
	background:#F5F5F5;
	color: Black;
	border: 4px solid #DFDFDF;
	margin: 3px;
	text-align: left;
	}

.prices
	{
	line-height: 82%;
	text-align: left;
	font-size:12px;
	text-decoration:none;
	margin: 6px;
	padding: 3px 12px;
	color: Black;
	}

.revision
	{
	background:#FFDAB9;
	}

.bodytext
	{
	text-align: left;
	font-size:12px;
	text-decoration:none;
	margin: 6px;
	padding: 3px 12px;
	}

.announcement
	{
	color: #F4A460;
	font-weight: bold;
	text-align: left;
	font-size:12px;
	text-decoration:none;
	margin: 6px;
	padding: 3px 12px;
	}

.font_highlight
	{
	color: #F4A460;
	font-weight: bold;
	}

.navigation
	{
	text-align: center;
	font-weight: bold;
	font-size:10px;
	margin: 6px 0px 0px 0px;
	padding: 3px 12px;
	clear: both;
	}

.image
	{
	padding: 6px;
	border: 0px;
	}

.imager
	{
	text-align: right;
	line-height: 0px;
	padding: 0px 12px 0px 6px;
	}

.imagel
	{
	text-align: left;
	line-height: 0px;
	padding: 6px 6px 6px 18px;
	}

.imagelfloat
	{
	float: left;
	padding: 12px 10px 8px 17px;
	}

.imagerfloat
	{
	float: right;
	padding: 6px;
	}

.a:link
	{
	border: 0px;
	}
.a:visited
	{
	border: 0px;
	}



.bm{
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

.oldfee{
	text-decoration: line-through;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: left;
}
/* ----------- navigation bar ----------- */

.nav {
	background: #F5F5F5;
	width: 725px;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 6px 0px;
	text-align: left;
/*	vertical-align: middle;
*/}

.nav li {
/*	white-space: nowrap;
*/	float: left;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	padding: 4px 20px 0px 0px;
}

.nav a {
	color: #262626;
	display: block;
	text-decoration: none;
	float: left;
	border-bottom: 2px solid #FFB739;
}
html>body .nav a {
	width: auto;
}

.nav a:hover {
	color: #F4A460;
}

ul {
	margin: 3px 0px 2px 0px;
	padding: 6px 0px 1px 18px;
}

#navactive {
	border-bottom: 3px solid #FFB739;
	font-size: 14px;
	color: #FFA40B;
}

.readmore {
	border: double white thick;
	font-weight: bold;
	width: 84px;
	background-color: #666666;
	color: White;
	padding: 1px 4px 2px 4px;
	text-align: center;
	font-size: 10px;
	float: right;
	margin: 0 12px 4px 0;
	text-decoration: none;
}

.clear {
	clear: both;
	line-height: 2px;
}