@charset "utf-8";
/* CSS Document */
.skin6.top .tabs_header {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
 .skin6.top .tab_header_item {
	display: inline-block;
	margin: 0px;
	height: 40px;
}
 .skin6.top .tab_content {
	clear: left;
	display: none;
}

/* skin2 */

.skin6.top.tabs_wrapper {
	background: #eee;
	padding: 5px;
}
.skin6.top .tabs_header {
	overflow: visible;
	padding: 0px 0px 0px 1px;
	height: 50px;
}
 .skin6.top .content_holder {
	border: 1px solid #ddd;
	background: white;
}
.skin6.top .tab_header_item {
	margin-left: 0px;
	background: url(images/tabs_border.png) right bottom no-repeat;
	position: relative;
	height: 30px;
	margin-top: 8px;
}
 .skin6.top .tab_header_item.tab_selected a {
	color: #4580b4;
}
 .skin6.top .tab_header_item.tab_selected {
	background: white;
}
 .skin6.top .tab_header_item a {
	padding: 0px 20px;
	font: bold 12px/28px Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	outline: 0;
}
 .skin6.top .tab_content {
	padding: 5px 30px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.white_text {
	font-size: 10px;
	color: #FFF;
}
.white_text_header {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
.white_text_sub_header {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}
.menu td{
	font-size: 14px;
}
.menu .td_active_header{
	font-size: 14px;
	color: #009;
	font-weight: bold;
}
.menu .td_active_subheader{
	font-size: 14px;
	color: #009;
}
.menu .td_active{
	font-size: 14px;
	color: #009;
}
.menu a:link {
    color: black;
	text-decoration: none;
}

/* visited link */
.menu a:visited {
    color: black;
	text-decoration: none;
}

/* mouse over link */
.menu a:hover {
    color: blue;
	text-decoration: none;
}

/* selected link */
.menu a:active {
    color: blue;
	text-decoration: none;
}
/*   */

.td_active_subheader a:link {
    color: #069;
	text-decoration: none;
}

/* visited link */
.td_active_subheader a:visited {
    color: #069;
	text-decoration: none;
}

/* mouse over link */
.td_active_subheader a:hover {
    color: 069;
	text-decoration: none;
}

/* selected link */
.td_active_subheader a:active {
    color: 069;
	text-decoration: none;
}
/*   */

.td_active_header a:link {
    color: #069;
	text-decoration: none;
}

/* visited link */
.td_active_header a:visited {
    color: #069;
	text-decoration: none;
}

/* mouse over link */
.td_active_header a:hover {
    color: 069;
	text-decoration: none;
}

/* selected link */
.td_active_header a:active {
    color: 069;
	text-decoration: none;
}
.content td{
	font-size: 12px;
	color: #333;
}
.text_header {
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	color: #666;
}
.text_big_header {
	font-size:22px;
	font-weight: bold;
	height: 40px;
	color: #666;
}
.text_sub_header {
	font-size: 13px;
	font-weight: bold;
	color: #006;
}

.content a:link {
	text-decoration: none;
	color: #009;
}

/* visited link */
.content a:visited {
	color: #009;
	text-decoration: none;
}

/* mouse over link */
.content a:hover {
    color: blue;
	text-decoration: none;
}

/* selected link */
.content a:active {
	color: #009;
	text-decoration: none;
}
