a {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body,td,th {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	line-height: 22px;
}
body {
	background-color: #81202b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
	border-bottom: dotted 1px;
}
a:visited {
	text-decoration: none;
	color: #333333;
	border-bottom:dotted 1px;
}
a:hover {
	text-decoration: none;
	color: #9C2431;
	border-bottom:dotted 1px;
}
a:active {
	text-decoration: none;
	color: #333333;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
	color: #f1eed9;
	font-weight: bold;
}

#footer {
	color:#FFFFFF;
	font-size: 12px;
}
.footer a{
	font-size: 12px;
	color: #f1eed9;
	border-bottom: none;
}
.footer a:hover{
	font-size: 12px;
	color: #FFF;
	border-bottom: dotted 1px;
}
#test ul {
	list-style-type: none;
	padding-left: 10;
	margin-left: 10;
	}
#test li { background: url(images/bullet.gif) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}