body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #000;
	background-color: #000;
}

h1 {
	font-size: 13px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: normal;
}

#contact {
	font-size: 12px;
	font-weight: normal;
	padding: 0 5px 0 10px;
}

div#menu_top {
	margin: 0;
	background: transparent url(/images/v_bg.gif) left bottom repeat-x;
	padding: 4px 0 50px;
	text-transform: uppercase;
	text-align: center;
}

	div#menu_top ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	div#menu_top li {
		display: inline;
	}
	
	div#menu_top li.first {
		border-left: 0;
		padding: 0;
	}
	
	div#menu_top a:link,
	div#menu_top a:visited {
		color: #fff;
		font: bold 9px/9px Arial,sans-serif;
		background: transparent url(/images/bg_menu_top_li.gif) left center no-repeat;
		padding: 2px 9px;
	}
	
	div#menu_top li.first a:link,
	div#menu_top li.first a:visited {
		background: none;
	}
	
	div#menu_top a:hover,
	div#menu_top a:active {
		color: #d9be55;
	}

p#contact_info {
	margin: 0;
	background: transparent url(/images/v_bottom_bg.gif) 0 0 repeat-x;
	padding: 42px 0 10px;
	text-align: center;
	font-size: 9px;
	color: #fff;
}

p {
	font-size: 12px;
}

ul {
	font-size: 12px;
}

ol {
	font-size: 12px;
}

.headlines {
	font-size: 9px;
	color: #00000;
}

.title {
	font-size: 12px;
	font-weight: bold;
}

.content {
	font-size: 12px;
	
}

a:link {  color: #069; text-decoration: none; }
a:visited {  color: #c60; text-decoration: none; }
a:hover {  color: #c60; text-decoration: none; }
a:active {  color: #069; text-decoration: none; }

.contentwht {
	font-size: 12px;
}

.small {
	font-size: 9px;
}

.smallwht {
	font-size: 9px;
	color: #fff;
}

.smallRed {
	font-size: 9px;
	color: #c00;
}

.subheadline {
	font-size: 12px;
	font-weight: bold;
}

.subtitle {
	font-size: 10px;
	font-weight: bold;
}

.subcontent {
	font-size: 10px;
}

.formtitle {
	font-size: 12px;
	font-weight: bold;
}

.formlabel {
	font-size: 12px;
	font-weight: bold;
}

.formcontent {
	font-size: 12px;
}

.errormessage {
	font-size: 16px;
	font-weight: bold;
	color: #f00;
}

.headlines {
	font-size: 10px;
}

.contactinfo {
	font-size: 10px;
}