html {
	min-height:100%;
	margin-bottom: 1px;
}
body {
	background-color: #000000;
	text-align: center;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}
#page {
	width: 755px;
	text-align: left;
	margin: auto;

}
#menu {
	background-color: #FFFFFF;
	width: 100px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 12px;
}
.orange {
	background-color: #FF6600;
	width: 755px;
	height: 8px;
	margin-bottom: 5px;
}
.purple {
	background-color: #9933CC;
	width: 755px;
	height: 8px;
	margin-bottom: 5px;
}
.lime {
	background-color: #99CC33;
	width: 755px;
	height: 8px;
	margin-bottom: 5px;
}
.blue {
	background-color: #3399CC;
	width: 755px;
	height: 8px;
	margin-bottom: 5px;
}
.red {
	background-color: #FF0033;
	width: 755px;
	height: 8px;
	margin-bottom: 5px;
}

.content {
	float: right;
	width: 620px;
}
.content a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.content a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

#menu a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	font-weight: bold;
	color: #FF0000;
}
table {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.boldctr {
	font-size: 10px;
	font-weight: bold;
}
h1 {
	color: #9C31CE;
	font-size: 12px;
}
td {
	vertical-align: top;
}
