/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

body {
	background-color: #000000;
	font-size: 9px;
	padding: 25px;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}

a:link {
	color: #E3E3E3;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:active {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.maincontain {
	width: 800px;
	text-align: center;
	margin: 0 auto 0 auto;
}

.header {
	text-align: center;
	color: #666666;
	font-size: 18px;
	width: 800px;
	margin: 0 auto;
}

.icenav {
	text-align: center;
	height: 14px;
	vertical-align: middle;
	padding-bottom: 20px;
}

.image {
	text-align: center;
	width: 525px; /* 20110325 changed from 550 to 525 for IE6 display */
	height: 550px;
	float: right;
}

.caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 16px;
	color: #CCCCCC;
	font-size: 12px;
	width: 250px;
	height: 550px;
	overflow: auto;
}

.copyright {
	font-size: 10px;
	text-align: center;
	color: #333333;
	padding-top: 10px;
}

.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: left;
	letter-spacing: normal;
	color: #CCCCCC;
	font-size: 12px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-top: 10px;
	width: 700px;
	margin: 0 auto 0 auto;
}
