/* global style */
body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
}
p {
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #666633;
}
a:hover {
	text-decoration: underline;
}
table {
	border: 0;
 	width: 100%;
}
td {
	font-size: 12px;
}
img {
	border: none;
}
strong {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}
h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: #003333;
}
h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #003333;
}

/* outer most table style */
.top_table {
	background-color: #666633;
}
.top_table_not td {
	background-color: #ffffff;
}

/* footer style */
.affordable_insurance {
	font-size: 10px;
	background-color: #cc6600;
	color: #ffffff;
	text-align: center;
}
.affordable_insurance a {
	color: #ffffff;
	text-decoration: none;
}
.affordable_insurance a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* header style */
.rokas {
	width: 100%;
	background-color: #666633;
}
.rokas_img {
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	text-align: center;
}
.lrfa {
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
}
.mutual {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-style: italic;
	font-size: 14px;
}

/* main category navigation */
.insurance_nav {
	border: 1;
	border-color: #cc6600;
	background-color: #666633;
 	width: 100%;
 	cellspacing: 2;
	cellpadding: 0;
}
.insurance_nav td {
	text-align: center;
	width: 20%;
	height: 20px;
	background-color: #333333;
}
.insurance_nav a {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.insurance_selected {
	background-color: #cc6600;
}
/* nested navigation */
.provider_nav {
	width: 113;
	height: 300;
	background-color: #666633;
	vertical-align: top;
}
.provider_nav td {
	background-color: #666633;
	padding-top: 8px;
	padding-bottom: 8px;
}
.provider_nav a {
	font-size: 14px;
	color: #ffffff;
}
.provider_selected {
	background-color: #cc6600;
}
/* nested content body */
.health_insurance {
	background-color: #ffffff;
	vertical-align: top;
}

