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

body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a{
	color: white;
}
a:active{
	color: #FA8B0E;
}

img{
	border: 0px;
}
a img{
	text-decoration: none;	
}

.big {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

.page {
	margin: 0 auto;
	width: 1024px;
	text-align: left;
}

.header{
	height: 80px;
	border-bottom: 1px solid #424242;
	vertical-align: bottom;
	position: relative;
}
.header img.logo{
	position: absolute;
	bottom: 5px;
}
.header .right{
	display: inline-block;
	float:right;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.header .right a{
	vertical-align: bottom;
	font-size: 8pt;
	color: #B0B0B0;
	text-decoration: none;
	padding-left: 10px;
}

.topNav{
	display: table;
	width: 100%;
	font-size: 8pt;
	padding-top: 5px;
}
.topLink{
/*	display: table-cell;*/
/*	display: inline-block;*/
	width: 158px;
	float: left;
	font-size: 8pt;
	font-weight: bold;
}
.topLinkRight{
	text-align: right;
	width: auto;
	float:right;
}
.topLink a:visited {
	text-decoration: none;
}
.topLink a.active {
	font-size: 9pt;
	color: #FF940C;
}

.footprint {
	padding-top: 15px;
	padding-bottom: 4px;
	border-bottom: 1px solid #424242;
	font-size: 9pt;
}


.footer{
	width: auto;
	clear: both;
	padding-top: 5px;
	font-size: 8pt;
	border-top: 1px solid #424242;
}
.footer .copyright{
	float: left;
}
.footer .contact{
	float: right;
	text-align: right;
}
.footer .contact a{
	color: white;
	text-decoration: none;
}
