@charset "UTF-8";


body {
	color: #FFFFFF;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-image: url(images/interface/bg-grad2.png);
	background-repeat: repeat-x;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:100;
	padding-left:15px;
	padding-top:10px;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:100;
	padding:0 15px 5px 15px;
	line-height:18px;
}

li {
	font-size:12px;
	line-height:16px;
}

p {
	
	width:90%;
}
hr.f{
	border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	width: 80%;
	height: 3px;
	margin: 10px auto 0 75px;
	text-align: center;
	
	}
#container {
	background-color: #666666;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#bottom {
	font-size:14px;
	float: left;
	width: 960px;
	text-align: center;
	padding: 5px   40px;
	
}
 td.c3 {background-image:url(images/background2.jpg);
}
 td.c2 {background-color: #999999}
 td.c1 {background-color: #333333}


#credit {
	font-size:12px;
	float: left;
	
	width: 960px;
	text-align: center;
	
}
#header {
	font-family:Verdana, Geneva, sans-serif;
	size:16px;
	float: left;
	width: 960px;
	margin-bottom: 10px;
}

#main {
	float: left;
	width: 960px;
}
a:link {
	font-family:Verdana, Geneva, sans-serif;
	color: #cdd8b4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #a94200;
}
a:active {
	text-decoration: none;
	color: #a94200;
}
