/* CSS Document */
/* Jan 2008 Written by Brian Hoard, www.bhhstudio.com*/

/* Prevent FireFox from showing dotted border around swf objects*/
object { outline:none; }



body {
	font-family: Arial, Helvetica, sans-serif;
}

.style1 {
	color: #FFFFFF;
	font-weight:normal;
	}
	
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}


.topMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: none;
	color: #666666;
	font-weight: bold;
}


.topMenu a:link, .topMenu a:visited {
	color: #666666;
	text-decoration:none;
}

.topMenu a:hover {
	color: #9F3728;
	text-decoration:none;
}


.bottomMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #9F3728;
}

.bottomMenu a:link, .bottomMenu a:visited {
	color: #9F3728;
	text-decoration:none;
}

.bottomMenu a:hover {
	color: #9F3728;
	text-decoration:underline;
}

/* Center layer used for scrolling text pages. */
#contentLayer {
	position:relative;
	left:25px;
	top:0;
	width:780;
	height:304;
	z-index:1;
	overflow: auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#contentLayer a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#contentLayer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
