/* 18k CSS Document */
/*
	CSS Level 2
	Original document by: Shane Barnaby <shane@barnabymedia.com>
	Property of 18k
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.7em;
	background-color: #FFFFFF;
	text-align: left;
}

#topmenu {
	color: #FFFFFF;
	font-size: 1em;
	margin-left: 200;
	padding-bottom: 10px;

}



a:link {
	color: #480303;
	text-decoration: none;
}
a:visited {
	color: #480303;
	text-decoration: none;
}
a:hover {
	color: #3A3430;
	text-decoration: underline;
}
a:focus {
	color: #480303;
	text-decoration: none;
}
a:active {
	color: #480303;
	text-decoration: none;
}

.small_text {
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.80em;
}


#menu {
	border: 0px solid #000000; /*DCDCDC*/
	border-right: none;
	border-left: none;
	padding: 3px;
	height:0px;
}
h1 {
	font-family: "Lucida Sans";
	font-size: 14px;
	font-weight: bold;
	color: #340A0C;
}
h2 {
	font-family: "Lucida Sans";
	font-size: 12px;
	font-weight: bold;
	color: #340A0C;
}
h3 {
	font-family: "Lucida Sans";
	font-size: 11px;
	font-weight: bold;
	color: #340A0C;
}
h4 {
	font-family: "Lucida Sans";
	font-size: 10px;
	font-weight: bold;
	color: #2D1600;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #340A0C;
}
.RedHeader {
	font-family: "Lucida Sans";
	font-size: 14px;
	font-weight: bold;
	color: #8B2F31;
}

