p,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:18px;
	color: #FFFFFF;
}


ul {
	list-style-image:url(images/bullet.gif);
}

body {
	background-color: #000000;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {color: #FF0000;text-decoration: underline;font-weight:bold;}
a:visited {color: #FF0000;text-decoration: underline;font-weight:bold;}
a:hover {color: #FF0000;text-decoration: none;font-weight:bold;}
a:active {color: #FF0000;text-decoration: underline;font-weight:bold;}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #000000;
	border: 1px solid #CCCCCC;
	font-weight: normal;
}

.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #FF0000;
	border: 1px solid #333333;
	font-weight: normal;
}


.removecheckboxstyle {
	border: none;
}


input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #FFFFFF;
	background: #333333;
}