@charset "UTF-8";
body {
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top,left;
	font-family: Helvetica, Arial, sans-serif;
}

a {text-decoration:none;}

img {border:0;}

h1 {
	color:#7a7a7a;
	padding:0px;
	margin:0px;
	font-size:14px;
	font-weight:600;
}

p {
	color:#7a7a7a;
	font-size:13px;
	line-height:14px;
	padding:0px;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
	



.tab_link {
	color: #0860A8;
	font-size: 14px;
	font-style: normal;
	text-decoration:none;
	margin:0;
	padding:0;
	position:absolute;
	 top: 42px;
	width:150px;
	height:18;
	overflow:hidden;
	text-overflow:ellipsis;
}
a.tab_link {
	color: #EEEEEE;
}
a.tab_link:hover {
	color:#FFFFFF
}



.subsection_table {
	z-index:1;
	position:absolute; left: 43px; top: 85px;
}

.subsection_label {
	position:relative;
	height:31;
	width:200;
	font-size:13px;
	text-decoration:none;
	color:757575;
	background-image:url(inactive_section.png);
	background-repeat:no-repeat;
	vertical-align:middle;
	overflow:hidden;
	text-overflow:ellipsis;
	margin:0px;
	padding:0px;
	border-bottom:thin;
	border-bottom-color:#d3d3d3;
	border-bottom-style:solid;
}


a.subsection_label_link {
	color:#757575;
}
a.subsection_label_link:hover {
	color:#555555;
}

.active_subsection_label {
	background-image:url(active_section.png);
	color:474747;
}

.content_button {
	float:left;
		width:140px; 
		height:18px;
		overflow:hidden; 
		text-overflow:ellipsis; 
		font-size:13px; 
		color:#bababa;		
}
a.content_button {
	color:bababa;
}
a.content_button:hover {
	color:#9a9a9a;
}
.active_content_button {
	color: #0860A8;
}

.content_link{
	color: #0860A8;
	font-size:13px;
}

a.content_link {
	line-height:17px;
	color: #0860A8;
	font-size:13px; 
}
a.content_link:visited {
	color: #0860A8;
}

a.content_link:hover {
	color: #3E80B7;
}
a.content_link:active {
	color: #3E80B7;
}

a.footer {
	font-size:14px;
	font-weight:600;
	border-left:thin;
	vertical-align:middle;
}
