body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	color: #1E5277;
}
}
h2 {
	padding-left: 20px;
}
h3 {
	clear: left;
	color: #0099DA;
	font-size: 1.17em;
	font-weight: bold;
}
p {
	margin-bottom: 5px;
}
a {
	color: #2C8CC8;
}
a:hover {
	text-decoration: none;
}
#tabContainer {
	padding: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #D4D4D4;
}
#tabs {
	overflow: hidden;
}
#tabs > ul {
	font: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}
#tabs > ul > li {
	margin: 0 2px 0 0;
	padding: 7px 10px;
	display: block;
	float: left;
	color: #777;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background: silver;
}
#tabs > ul > li:hover {
	background: grey;
	cursor: pointer;
	color: #FFF;
}
#tabs > ul > li.tabActiveHeader {
	background: grey;
	cursor: pointer;
	color: #FFF;
}
#tabscontent {
	border: 1px solid grey;
	padding: 10px 10px 25px;
	background: #FFFFFF;
	margin: 0;
}
#tabscontent ul {
	list-style-type: square;
}
#tabscontent li {
	margin-left: 0;
	margin-right: 10%;
	margin-top: .5em;
	margin-bottom: .5em;
}

.comingSoon {
	color: #2C8CC8;
	font-weight: bold;
}
