


body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */
    font-family: arial;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #000000;
}


a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 140%; }

/*h1 {
	font-family: arial;
	font-weight: bold;
	font-size: 140%;
	color: #005AA7;
	padding-bottom: 2px;
/*	border-bottom: 1px dotted #005AA7;	*/
	margin: 0;
}*/

.note {
/*	background: #EEE;	*/
	padding: 4px;
	font-family: arial;
/*/	font-size: 80%;	*/
	line-height: 130%;
	font-size: 12px;
}

#main {
	text-align: left;
	background: #FFF;
	clear: both;
	position: relative;
	top:29px;
}

#tabArea1, #tabArea2, #tabArea3, #tabArea4 {
	padding: 10px;
	height: 147px;
	background-image: url('/template/images/intro-tabs-bg.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #0292cf;
}
#tabArea2, #tabArea3, #tabArea4 {
	display:none;
}


#topbar a { text-decoration: none; color: #000; }

#topbar a:hover { text-decoration: underline; }

/*///////////// Tabs Code ////////////*/

#tabs {
	font-family: arial;
	font-size: 12px;
	clear: both;
	text-align: center;
	width: 500px;
	position: absolute;
	z-index: 2;
}

#tabs ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
}

#tabs li {
	position: relative;
	float: left;
	width: 65px;
	margin-right: 2px;
	margin-bottom: 1px;
	padding: 7px 10px 6px 10px;
	background: #FFFFFF;
	border-right: 1px solid #0094d6;
	border-top: 1px solid #0094d6;
	border-left: 1px solid #0094d6;
	color: #0094d6;
}

#tabs .active {
	background-image: url('/template/images/intro-tabs-active.jpg');
	background-repeat: repeat-x;
	color: #005AA7;
	padding-top:8px;
}

#tabs .idle:hover {
	background-image: url('/template/images/bt-flare.jpg');
	background-repeat: repeat-x;
	cursor: hand;
}



#subtabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subtabs li {
	float: left;
	padding: 0 8px 0 8px;
	border-left: 1px solid #CCC;
	white-space: nowrap;
}

#subtabs li:first-child { border-left: none; }

#subtabs {
	font-family: tahoma,verdana,sans-serif;
	font-size: 85%;
/*	background: #FFF3B3;	*/
	color: #666;
	padding: 5px 7px 7px 7px; /* for All other Browsers */
}
