.tabs_Nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	list-style-image: none;
	list-style-type: none;
	font-style: normal;
	padding-left: 10px;
	overflow: hidden;
	color: #00385C;
	left: 0px;
	float: left;
	width: 80%;
}
.tabs_Nav {
	font-weight: bold;
}
.tabs_Nav a:link, .tabs_Nav a:visited  {
	color: #213D67;
	text-decoration: none;
	display: block;
	width: auto;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-align: left;
	background-color: #CCCCCC;
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.tabs_Nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: auto;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-align: left;
	background-color: #DA693C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	white-space: nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.tabs_Nav .selected {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: auto;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-align: left;
	background-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	white-space: nowrap;
}
.tabs_Content td{
	text-align: left;
	background-color: #999999;
	padding: 10px;
}
.tabs_Content p {
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 20px;
}
