h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 12px;
	color: #FF1E0C;
}

p,td,th,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #FF1E0C;
	margin-right: 40px;
}

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

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


.bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #FF1E0C;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF1E0C;
	background: #000000;
	border: 1px solid #FF1E0C;
	font-weight: bold;
}

.removecheckboxstyle {
	border: none;
}


input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #FF1E0C;
	background: #000000;
}