@charset "utf-8";
/* CSS Document */

#content {
	width: 940px;
	text-align: center;
}

#tabs p {
		FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 15px;
	FONT-WEIGHT: normal;
	LINE-HEIGHT: 14px;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none;
	padding-left: 5px;
	}
.tab-this{
	margin:2px 0 7px 0;
	padding: 5px;
	border: 1px #E7E7FF solid;
	text-align: left;
	background-color: #000000;

}
.tab-header{
	width: 940px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:left;
}
.tablink-on, .tablink-off{
	position:relative;
	/*left: -2px;*/
	display: inline;
	cursor:pointer;
	width: 940px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin: 0 5px 0 0;
	text-indent:2px;
	border: 1px solid #B0CAE5;
	FONT-SIZE: 12px;
}

.tablink-on {
	background-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.tablink-off{
	background-color: #000000;	
}


/* These styles don't need editing */
.show-this{
	display:block;
	width:940px;
}
.hide-this{
	display: none;
}
