BODY {
	color: #31332D;
	font-family: Arial Narrow, Arrial, verdana; letter-spacing: 1pt;
	font-size: 10pt;
}


h1 {
	color: #8F9285;
	font-size: 19px;
	margin-bottom: 0px;
}
a {
	color: #31332D;
	text-decoration: none;
}

a:hover {
	color: #993300;
	background: #FFFFFF;
}
td.vdivider {
	background-image: url(/img/divider_1_1.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.message {
	background-color: #ffff66;
	border: 1px dashed #aaaa33;
	padding: 5px;
}
#menu {
	background: #FFFFFF;
	font-size: 12px;
}

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	margin-top: 4px;
}
/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
	color: #31332D;
	text-decoration: none;
}

#menu a:hover {
	color: #993300;
	background: #FFFFFF;
}

#menu a.selected {
	/* color: #7F736D; */
	color: #999999;
	background: #FFFFFF;		
}

#menu a.selected:hover {
	color: #993300;
	background: #FFFFFF;		
}

#contact {
	color: #31332D;
	font-size: 11px;
	font-weight: bold;
}
#contact ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}
#contact li {
	margin-top: 4px;
}
#contact a {
	color: #8F9285;
	text-decoration: none;
}

#contact a:hover {
	color: #ffffff;
	background: #6C7263;
}
hr {
	border: 0;
	height: 1px;
	color: #B4B1B0;
	background-color: #B4B1B0;
	width: 98%;
}

.fut {
	color: #C21818;
}

.fut a {
	color: #C21818;
}

.fut a:hover {
	color: #ffffFF;
	background: #6C7263;
}

