a, a:link {
	color: #B7B7B7;
	text-decoration: none;
}
a:active, a:hover {
	color: #F7941D;
	text-decoration: underline;
}
a.footerLink {
	text-transform:uppercase;
	margin-left: 40px;
}
body {
	background-color: #FFFFFF;
	color: #464646;
	font-family: Helvetica, Arial, sans-serif, sans;
	font-size: 11pt;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
div {
	font-size: 1em;
}
div#content {
	width: 700px;
	text-align: center;
}
div#flashContent {
	height: 100%;
	color: #D7D7D7;
	text-align: center;
}
div#footer {
	color: #949494;
	margin-left: 6px;
	width: 750px;
}
div#mainContent {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
}
div#header {
	color: #F7941D;
	font-size: 14pt;
	text-align: center;
}
div#pageMenu {
	border-top: 1px solid black;
	font-size: 100%;
	padding-top: 1em;
	text-align: center;
}
div.pageMenuRow {
	text-align: center;
}
div#redirectPrompt {
	height: 100%;
	margin-left: 25%;
	margin-right: 25%;
	color: #D7D7D7;
}
form {
	margin: 1em;
}
h1 {
	font-size: 1.25em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
}
hr {
	background-color: #D7D7D7;
	color: #D7D7D7;
}
html {
	height: 100%;	
}
input.box, select, textarea {
	border: #464646 solid 1px;
	background-color: #FFFFFF;
	color: #464646;
	padding: 3px;
}
input.btn {
	background-color: #F7941D;
	border: none;
	color: #FFFFFF;
	padding: 3px;
}
ol.decimal {list-style-type: decimal}
ol.uroman {list-style-type: upper-roman}
ol.ualpha {list-style-type: upper-alpha}
table#splash {
	width: 100%;
	height: 667px;
	text-align: center;
}
td {
	vertical-align: top;
}
td.smalltype {
	font-size: 0.8em;
}
th {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}