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

#content {
	width: 860px;
	text-align: center;
	margin-top: 10px;
	float: left;
	clear: both;
}

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

}
.tab-header{
	width: 860px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:15px;
	text-align:left;
	margin-top: 10px;
}
.tablink-on, .tablink-off{
	position:relative;
	/*left: -2px;*/
	display: inline;
	cursor:pointer;
	width: 860px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin: 0 5px 0 0;
	text-indent:2px;
	border: 1px solid #993399;
	FONT-SIZE: 12px;
	color: #FFF;
}

.tablink-on {
	border-bottom: 1px solid #993399;
	background: #993399;
}
.tablink-off{
	background-color: #612061;
}


/* These styles don't need editing */
.show-this{
	display:block;
	width:860px;
}
.hide-this{
	display: none;
}
a {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
