td, table, div {
	text-align: left;
	font-family:tahoma;
	font-size:11px;
	line-height:14px;
	vertical-align:top;
	color:#B3B3B3;

}
a { color:#B3B3B3; text-decoration:underline}
a:hover{ text-decoration:none}
form { margin:0px; padding:0px}
body { margin:0; padding:0; background-color:5B5B5B}

b { color:#D95A15}
strong { color:#CFCFCF}
span a {color:#7E7E7E}
span b a {color:#CFCFCF; font-weight:normal}

.list ul{margin:0px; padding:0px; list-style:none; line-height:20px}
.list ul li { background:url(images/marker_list.gif) top left no-repeat; padding:0 0 0 13px;}
.list ul li a{ color:#7E7E7E; text-decoration:underline}
.list ul li a:hover{text-decoration:none}

.margin{ margin-left:23px; margin-top:25px}
.grey{ color:#7E7E7E}
.grey a{ color:#7E7E7E}



.form input {
	width:147px;
	height:20px;
	font-family:tahoma;
	font-size:11px;
	color:#B3B3B3;
	padding:3 0 0 4px;
	border-color:#6F6F6F;
	border-style:solid;
	border-width:1px;
	background-color:#424242
}

.form textarea {
	width:147px;
	height:68px;
	font-family:tahoma;
	font-size:11px;
	color:#B3B3B3;
	padding:3 0 0 4px;
	overflow:hidden;
	border-color:#6F6F6F;
	border-style:solid;
	border-width:1px;
	background-color:#424242
}
#footer {
	position: absolute;
	bottom: 0;
	background-color: #FFFFFF;
	width: 70%; /* See note below */
	text-align: center;
	padding: 0 15%;
}


