body {
	background: #333333;
}

A:link {
	color: #000000;
	text-decoration: underline;
}

A:active {
	color: #FF9933;
	text-decoration: none;
}

A:hover {
	color: #FF9933;
	text-decoration: overline;
}

A:visited {
	color: #000000;
	text-decoration: none;
}

.main2:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.main2:active {
	color: #FF9933;
	text-decoration: none;
}

.main2:hover {
	color: #FF9933;
	text-decoration: overline;
}

.main2:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer {
	background-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	text-align: center;
}

.border {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}
.maindiv {
	background-color: #cccccc;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #cccccc;
	border-bottom-color: #333333;
	border-left-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	height: 100%;
	width: 100%;
	overflow: scroll;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

