body {
	background-color: #ffffff;
	font-family: Arial, Arial, Helvetica, sans-serif;
	color: #7D736B;
	text-align: center;
	font-size: 8pt;
}
.container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color: #FFFFFF;
	text-align: left;
}

a {
	color: #EA862C;
	text-decoration: none;
}
a:visited {
	color: #EA862C;
	text-decoration: none;
}
a:active {
	color: #EA862C;
	text-decoration: none;
}
a:hover {
	color: #EA862C;
	text-decoration: underline;
}
.header {
	position: relative;
	z-index: 100;
	width: 100%;
}
.logo img{
	position: absolute;
	top: 20px;
	left: 20px;
}
.search 
{
	font-size: 8pt;
	float: right;
	padding-top: 30px;
	padding-right: 30px;
	position: relative;
	width: 600px;
}
.menu {
	float: right;
	padding-top: 50px;
	width: 620px;
	position: relative;
}
.footer {
	clear: both;
	font-size: 8pt;
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 30px;
	color: #7D736B;
}
.footer a {
	text-decoration: none;
	color: #7D736B;
}
.footer a:visited {
	text-decoration: none;
	color: #7D736B;
}
.footer a:hover {
	text-decoration: underline;
	color: #7D736B;
}
.clear {
	clear: both;
}

.breadcrumbs
{
	width: 100%;
	height: 25px;
	background-color: #9dc3c4;
	color: White;
	font-weight: bold;
	font-size: 8pt;
	clear: both;
}
.breadcrumbs .links
{
	margin-left: 17px;
	margin-top: 5px;
	line-height: 25px;
	vertical-align: middle;
}
.breadcrumbs .links a
{
	color: White;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}
.breadcrumbs .links a:hover
{
	text-decoration: underline;
}
.content
{
	width: 100%
}
.content .left
{
	width: 110px;
	float: left;
}
.content .right
{
	width: 690px;
	float: right;
}
.content .right .in
{
	padding: 15px 15px 15px 15px;
}
.title
{
	font-weight: bold;
	color: #9dc3c4;
}
.subhead {
	font-weight: bold;
}

.content .left .in
{
	padding: 15px 0px 0px 0px;
	font-size: 8pt;
	color: White;
}
.content .left .in a
{
	color: White;
	text-decoration: none;
}
.content .left .in a:hover
{
	color: White;
	text-decoration: none;
}
.tabdetails
{
	position: relative;
	display: none;
}
.intro
{
	font-size: 10pt;
}