.leftcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
.rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
.leftcolumn a:link {
	color: #CC3300;
	text-decoration: underline;
}
.leftcolumn a:visited {
	color: #CC3300;
	text-decoration: underline;
}
.leftcolumn a:hover { 
	color: #000000;
	text-decoration: none; 
	background-color: #999999;
}
.leftcolumn a:active {
	color: #CC6600;
	text-decoration: underline;
}
.rightcolumn a:link {
	color: #FFCC00;
	text-decoration: underline;
}
.rightcolumn a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
.rightcolumn a:hover {
	color: #CC0000;
	text-decoration: none;
}
.rightcolumn a:active {
	color: #FFCC00;
	text-decoration: underline;
}
body {
	background-color: #1C1C1C;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	color: #CCCCCC;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
li {
	list-style-position: outside;
	list-style-image: url(images/bullet1.gif);
	list-style-type: square;
}
input {
	border: 1px solid #000000;
}
textarea {
	border: 1px solid #000000;
}
