body, td,th {
	color: #8e8e8e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

#slow {
	color: #8e8e8e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#fullheight { height: 100%; }

a:link {
	color: #8e8e8e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8e8e8e;
}
a:hover {
	text-decoration: underline;
	color: #8e8e8e;
}
a:active {
	text-decoration: none;
	color: #8e8e8e;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #666666;
}
.textHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #666666;
}

.textHeaderRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #ff0000;
}

.ContentItem { font-size: 10px; }
.ContentItemBold { font-weight: bold; }
.ContentItemTitle { font-size: 10px; }
.ContentItemRed { color: #ff0000; }
.SubNavHeader { font-size: 12px; }
.SubNavItem { font-size: 10px; }
.Nav { font-size: 12px; text-align: right; }

input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none; }
input.menuXYZ { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none; border: 1px solid #000000; padding: 0px; }
select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none; }
textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none; }

/* ========================================= In-Page Tabbed Content ======================================== */

.tabcontentBox{
	border: 1px solid #dddddd; 
	background-color: #eeeeee;
	width: 400px;
	/* height: 100%; */
	padding: 10px;
	}
		
.navContentTabs{
	padding: 0;
	width: 422px;
	border-bottom: 5px solid #ff0000;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

.navContentTabs ul{
	margin:0;
	margin-left: 10px;
	padding: 0;
	list-style: none;
	}

.navContentTabs li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
	}

.navContentTabs a{
	float: left;
	display: block;
	font: bold 10px Verdana;
	color: #ffffff;
	text-decoration: none;
	margin: 0 1px 0 0;
	padding: 5px 10px;
	background-color: #000000; 
	border-bottom: 1px solid #ffffff;
	}

.navContentTabs a:hover{
	background-color: #ff0000; 
	font: bold 10px Verdana;
	color: #ffffff;
	text-decoration: none;
	}

.navContentTabs a.selected{
	background-color: #ff0000; 
	color: #ffffff;
	border-color: #ff0000; 
	}
	
.hiddenTabDiv{
	display:none
	}

.tabcontent{
	display:none;
	}

@media print {
	.tabcontent {
	display:block !important;
	}
	.hiddenTabDiv {
	display:block !important;
	}
	}
	
/* ================================================== CLEAR FIX FOR DIV FLOATS ========================= */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; } 
/* End hide from IE-mac */