/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
body {
	background-color: #221E1F;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #666666;
}
a.greylarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
}
a.red:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EE1B24;
	font-weight: bold;
	text-decoration: none;
}
a.red:visited {
	text-decoration: none;
	color: #EE1B24;
}
a.red:hover {
	text-decoration: underline;
	color: #666666;
}
a.red:active {
	text-decoration: none;
	color: #666666;
}
a.red2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EE1B24;
	font-weight: bold;
	text-decoration: none;
}
a.red2:visited {
	text-decoration: none;
	color: #666666;
}
a.red2:hover {
	text-decoration: underline;
	color: #666666;
}
a.red2:active {
	text-decoration: none;
	color: #666666;
}
a.white:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #eeeeee;
}
a.white:hover {
	text-decoration: underline;
	color: #eeeeee;
}
a.white:active {
	text-decoration: none;
	color: #eeeeee;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #EE1B24;
}
.style2 {
	color: #EE1B24;
	font-weight: bold;
}
.style3 {color: #FFFFFF}
.style4 {
	font-size: 14px;
	font-weight: bold;}
	/* ~~~~~~~~~~~~~~~~~~~~ FORMS ~~~~~~~~~~~~~~~~~~~~ */
form {
	margin: 0;
	padding: 0;
}
#search {
	margin: 0;
	padding: 7px 0 40px 7px;
}
input, option, textarea, select {
	border: 1px solid #369;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #f30;
	background: #ff6;
}
input.button {
	border-top: 2px solid #bbb;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #888;
	border-left: 2px solid #888;
	background-color: #369;
	color: #fff;
	margin-top: 5px;
	padding: 0 5px;
}
#searchlabel {
	color: #369;
	font-weight: bold;
}
label {
	cursor: pointer;	
}
div.row {
	padding: 0 0 5px 0;
}
div.row .thisferror, span.thisferror {
	color: #c30;
	font-weight: bold;
	width: 170px;
	float: left;
	margin-top: 3px;
	display: block;
}
div.row .thismandatory, div.row .this {
	width: 170px;
	float: left;
	margin-top: 3px;
	display: block;
}
form .textfield {
	width: 200px;
}
form .buttons, 
.blockright {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 170px;
}
form #cleardiv	{
	clear: both;
	height: 1px;
}
#errorbox p {
	color: #c30;	
	font-weight: bold;
}
#visibility { visibility: visible; }
H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: white; 
	
}


	
h1{ font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
font-weight: bold;
    color: #EE1B24;
	display:block;}			