@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #AAAAAA;
	text-decoration: none;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p.title {
	/*font-size: 14px;*/
	font-weight: bold;	
}
.menuTable {
	font-size: 16px;
}
.mainContent {
	position: relative;
	overflow-y: auto;
	height: 1px;
	/*padding: 10px;*/
	margin-top: -330px;
	margin-left: 536px;
	margin-right: 17px;
}
.pageImage {
	position:absolute;
	left:781px;
	top:622px;
	width:94px;
	height:94px;
	z-index:3;
}
.galleryImage {
	margin-right: 10px;
	margin-bottom: 15px;
}
tr.newsNav {
	text-align: center;
	font-size: 14px;
}
td.footer {
	background-color: #FFCC99;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #CC9966;
	font-size: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #CC9966;
	border-bottom-color: #CC9966;
	border-left-color: #CC9966;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
}

