body,td,th {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
line-height: 1.4;
}

body {
	background-color: #000000;
	margin: 0px;
}

a:link, a:visited, a:active {
	color: #9C410F;
	text-decoration: none;
}

a:hover {
	color: #FF9C00;
	text-decoration: underline;
}

form {
	margin: 0;
}

h1, h2, h3, h4, h5 {
	color: #000000;
	margin-left:5px;
	margin-top:0;
	margin-bottom:0;
}

.header {
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
}

.menu {
	color: #FFFFFF;
	padding: 0px;
	width: 140px;
	vertical-align: top;
line-height: 2.4;
font-size: 14px;
font-weight: none;
}


.menu a {
color: #FFFFFF;
	text-decoration: none;

}



.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 0px;
}
.current {
	font-weight: bold;
}
.content-left {
	background-color: #FFFFFF;
	padding: 7px;
	height: 400px;
	vertical-align: top;

	float: left;
	
	width: 220px;

}


.content-middle {
	background-color: #FFFFFF;
	padding: 7px;
	height: 400px;
	vertical-align: top;

	float: center;
	
	width: 220px;

}


.content-right {
	background-color: #FFFFFF;
	padding: 7px;
	height: 400px;
	vertical-align: top;

	float: right;
	
	width: 220px;

}



.terms {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3d3d3d;
line-height: 1.4;
}


.footer {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	height: 10px;
}