@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-right: 0px;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}
.box {
	border: 1px solid #FF0000;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.titleline {
	font-size: 36px;
	background-color: #000066;
	margin: 5px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;


}
.linklist {
	list-style-type: none;
}
.linklist li{
	padding: 10px;
}.label {
	vertical-align: top;
	padding-bottom: 50px;
	width: 400px;
}
.divider {
	background-color: #FF0000;
	height: 150px;
	width: 1px;
	margin-right: auto;
	margin-left: auto;
}
.rightcol {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-left: 15px;
}

