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

#content {
	width: 900px;
	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;
	color: #000000;
	}
.tab-this{
	margin:2px 0 7px 0;
	padding: 5px;
	border: 1px #E7E7FF solid;
	text-align: left;
	background-color: #E8D4B0;
}
.tab-header{
	width: 900px;
	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: 900px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin: 0 5px 0 0;
	text-indent:2px;
	FONT-SIZE: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E8D4B0;
	border-right-color: #E8D4B0;
	border-bottom-color: #000000;
	border-left-color: #E8D4B0;
}

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


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