@charset "utf-8";
h3 {
	font-size: 14px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666;
}
.text_ps2 {
	color: #00C;

}

.text_ps3 {
	color: #C00;
}


#centerdiv {
	overflow: auto;
	height: 650px;
	background-repeat: no-repeat;
	padding: 5px;
	background-color: #FFF;
	border: thin solid #333;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/* CSS Document */

body {
	background-color: #333;
	background-image: url(bodyimgs/bgfade.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.maintable {
	border: medium solid #000;
}
.datacells {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
.nav {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.nav a {
	color: #000;
	text-decoration: none;
}
.nav a:hover {
	color: #666;
}
