/* CSS Document */

body {
	background-color: #1c1c1c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	font-size: 10px;
	line-height: 12px;
	text-align:justify;
}
a:link {
	color: #8c8c8c;
	text-decoration:underline;
}
a:visited {
	color: #8c8c8c;
	text-decoration:underline;
}
a:active {
	color: #8c8c8c;
	text-decoration:underline;
}
a:hover {
	color: #ffffff;
	text-decoration:underline;
}

.scrolldiv{
	width:300px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	font-size: 10px;
	line-height: 12px;
	text-align:justify;
	padding-right:15px;
	background-color: #2c2c2c;
}
.popBKG {
	background-image: url(pop_bkg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}.centered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	font-size: 10px;
	line-height: 12px;
	text-align:center;
}

