a:link,a:visited,a:active {
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-size: 12px;
	color: #58581D;
	text-decoration: none;
	background-color: #FFFFFF;
}
h1 {
	font-size: 14px;
	font-weight: normal;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 10px;
}
h4 {
	font-size: 10px;
	color: #333333;
	margin-top: -5px;
}
h5 {
	font-size:18px;
	color: #333333;
}
body {
	padding: 5px;
	background: #333333;
	font: 12px, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#logo {
	width: 750px;
	height: 75px;
	padding:5px;
	border: 2px solid #993;
	background: #000000
}
#nav {
	height: 25px;
	width: 750px;
	border: 2px solid #993;
	background: #FFFFFF;
}
.text_box {
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	background: #666666;
}
.accent_text {
	color: #333333;
}
.clear_div {
	clear: both;
}
#footer {
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #993;
	height:25px;
	width: 760px;
	color: #FFCC00;
	font-size: 10px;
	padding-top: 5px;
}
.tn_image {
	margin-right: 20px;
	float: right;
}

