/* CSS Document */

#outersection
{
	position:absolute;
	top: 50%;
	height: 530px;
	margin-top: -265px;
	overflow: auto;
}

#innersection
{
	position:absolute;
	left: 50%; 
	top: 50%;
	height: 530px;
	margin-top: -265px;
}


body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 21px;
}
.style2 {
	color: #CCCCCC;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 22px;
}
.style3 {
	color: #FFFFFF;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #66CCFF;
}
a:active {
	color: #CCCCCC;
}
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: separate;
	background-color: rgb(0, 0, 0);
}
