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

#content {
	width: 960px;
	text-align: center;
	background-color: #9966CC;
}

#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: 2px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
}
.tab-header{
	width: 960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:left;
	color: #000000;
}
.tablink-on, .tablink-off{
	position:relative;
	/*left: -2px;*/
	display: inline;
	cursor:pointer;
	width: 960px;
	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-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}

.tablink-on {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
	color: #000000;
}
.tablink-off{
	background-color: #FFFFFF;
	border: 2px solid #000000;
	color: #000000;
}


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

/* links */

#tabs a:link {
	color: #000;
	text-decoration: none;
}
#tabs a:visited {
	color: #000;
	text-decoration: none;
}
#tabs a:hover {
	color: #000;
	text-decoration: none;
}
#tabs a:active {
	color: #000;
	text-decoration: none;
}

#tabs p a:link {
	color: #990099;
	text-decoration: none;
}
#tabs p a:visited {
	color: #990099;
	text-decoration: none;
}
#tabs p a:hover {
	color: #990099;
	text-decoration: none;
}
#tabs p a:active {
	color: #990099;
	text-decoration: none;
}

