/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#top_nav {
	height: 30px;
	width: 80px;
	color:#FFFFFF;
	line-height: 30px;
	font-size:10px;
	float: left;
}
#top_nav a{
	width: 80px;
	height: 30px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#top_nav a:hover{
	background:#686858;
}
#top_nav a.current, #top_nav a.current:hover {
	background: #686858;
}
#top_nav_long {
	height: 30px;
	width: 140px;
	color:#FFFFFF;
	line-height: 30px;
	font-size:10px;
	float: left;
}
#top_nav_long a{
	width: 140px;
	height: 30px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#top_nav_long a:hover{
	background:#686858;
}
#top_nav_long a.current, #top_nav_long a.current:hover {
	background: #686858;
}
.rx_top_text {
	color:#FFFFFF;
	font-weight:bold;
}
#right_nav {
	padding-left: 10px;
	height: 20px;
	width: 160px;
	background-color: #3399CC;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
#right_nav a{
	text-decoration: none;
	color:#FFFFFF;
}
h1 {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	padding-left: 20px;
}
h2 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	padding-left: 20px;
}
h3 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-left: 20px;
}
h4 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding-left: 20px;
}
h5 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
h6 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.red_highlight {
	color:#800000;
	font-size: 14px;
	font-weight: bold;
}
.big_text{
	font-size: 3em;
	font-weight:bold;
	color:#CC0000;
}
.big_text a{
	color:#CC0000;
}
.ad_50_col{
	float:left;
	width:50%;
}
.ad_50_col a{
	text-decoration:none;
}
.ad_large{
	width:100%;
}