a { 
	color: #6D3C82;
	text-decoration: none;
}

a:hover {
	color: #3399CC;
	text-decoration: none;
}

BODY {
	background-attachment: fixed;
	background-color: #000000;	
	background-image: url(images/bdbkgd.gif);
	background-repeat: repeat-y;	
	color: #CCCCCC;
	font-family: "Trebuchet MS", "Andale Mono IPA", Tahoma, sans-serif;
	font-size: 12px;
	margin: 0;	
}

H1 {
	border-bottom: 1px solid #333333;
	color: #9CB7C0;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;	
	letter-spacing: 0.3em;
	margin: 5px;
}

TABLE {
	padding: 0px;
	width: 300px;
}

TH {
	background-color: #005100;
	border: 1px solid #005100;
	color: #CCCCCC;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
	text-align: center;
}

TD {
	background-color: #001500;
	border: 1px solid #005B00;
	color: #CCCCCC;
	font-size: 10px;
	margin: 2px;
	padding: 2px;
	text-align: left;
}

#MAIN{
	height: auto;
	margin-left: 100px;
	padding: 10px;
	width: 600px;
}

#HEADER{
	font-size: 10px;
	margin: 10px;
	text-align: left;
}

#FOOTER {
	font-size: 10px;
	text-align: center;
	margin: 10px;
}

#CONTENT {
	text-align: left;
	margin: 10px;
}
