@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-image: url(images/topnav_tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	background-color: #BFBEC3;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}

.bodyalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/body2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
	font-weight: bold;
}

.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

a.top:link {
	color: #333333;
	text-decoration: none;
}
a.top:visited {
	color: #333333;
	text-decoration: none;
}
a.top:hover {
	color: #FFFFFF;
}
a.top:active {color: #FFFFFF;
}

a.bottom:link {
	color: #999999;
	text-decoration: none;
}
a.bottom:visited {
	color: #999999;
	text-decoration: none;
}
a.bottom:hover {
	color: #FFFFFF;
}
a.bottom:active {color: #FFFFFF;
}.border {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

iframe {
	overflow-y: auto;
	overflow-x: hidden;
}