html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: 100;
	background: #333333;
	color: #dfdfdf;
	height: 100%;
}

h2 span{
  color: #676767;
}

hr {
	clear: both;
	width: 100%;
	border: 0;
	height: 2px;
	color: #646464;
	background-color: #646464;
}

a, a:visited {
	font-weight: 900;
	text-decoration: none;  
	color: #dfdfdf;
}
a:hover {
	text-decoration: underline;
  color: #dfdfdf;
}

a.selected {
	color: #676767;
}

h2 a:visited, h2 a:link, h2 a:hover {
	text-decoration: none;
}

div.tabBar {
	padding-top: 6px;
}

div.tab a:visited, div.tab a:link, div.tab a:hover {
	text-decoration: none;
	font-weight: 100;
}

div.tab{
	float: left;
	margin-right: 10px;
}

div.center {
  width: 600px;
  margin: auto;
}

div.footer {
	margin: auto;
	text-align: center;
	font-size: 0.9em;
}

input, textarea {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	border-width: 1px;
}

input.submit, input.button {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border: 0px;
	font-size: 1em;
	background-color: #333333;
	color: #dfdfdf;
}

div.mainContent {
}

div.clearer {
	clear: both;
}

div#iewarning {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #DFDFDF;
	color: #333333;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	display: none;
	height: 0px;
}

div#iewarning a, div#iewarning a:hover, div#iewarning a:visited, div#iewarning a:link {
	color: #333333;
	text-decoration: none;
}