body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #6C7A83;
	font-size: 11px;
}
td {
	font-size: 11px;
}

.brdrRightBot {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #5E6F79;
	border-bottom-color: #5E6F79;
}
.brdrRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5E6F79;
}
.brdrRightTop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #5E6F79;
	border-right-color: #5E6F79;
}

.brdrBot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5E6F79;
}
.brdrTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5E6F79;
}

ul {
	padding-left: 9px;
	padding-top: 0px;
	margin-top: 0px;
}
li {
	list-style-type: none;
	list-style-image: url(assets/bullet.gif);
}
.nav {
	color: #5E6F79;
	font-weight: bold;
}

.activePage {
	color: #5EBB66;
}

.nav a {
	color: #5E6F79;
	text-decoration: none;
}


.nav a:hover {
	color: #5EBB66;
	font-weight: bold;
}
a {
	color: #5E6F79;
	text-decoration: underline;
}
a:hover {
	color: #5EBB66;
	text-decoration: underline;
}
#faceLayer {
	position:absolute;
	left:288px;
	top:-95px;
	width:130px;
	height:57px;
	z-index:2;
	visibility: hidden;
}
#faceLayer a, #aboutLayer a, #bodyLayer a, #vplLayer a {
	text-decoration: none;
	font-size: 10px;
}
#aboutLayer {
	position:absolute;
	left:225px;
	top:-69px;
	width:110px;
	height:72px;
	z-index:1;
	visibility: hidden;
}
#bodyLayer {
	position:absolute;
	left:393px;
	top:-84px;
	width:130px;
	height:79px;
	z-index:4;
	visibility: hidden;
}
#vplLayer {
	position:absolute;
	left:570px;
	top:-103px;
	width:160px;
	height:105px;
	z-index:5;
	visibility: hidden;
}

.navActive {
	color: #5EBB66;
	font-weight: bold;
	text-decoration: none;
}
.transBG {
	background-color: #FFFFFF;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

.navActive a {
	color: #5EBB66;

}
.head1 {
	font-weight: bold;
	text-transform: uppercase;
}
