body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
	background-color: #888888;
	height:100%;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	text-decoration: none;
}

html {
	height:100%;
	text-decoration: none;
}


BODY a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
	text-decoration: underline;
	
}

 BODY a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: none;
	border: none;
}


a.menuDown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #68686B;
	background-color: #B3AC85;
	width: 142px;
	display: block;
	}
	
 a.menuDown:hover {
	color: #68686B;
	background-color: #FFFFFF;
	background-image: url(../bkgV2.gif);
}

a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	background-color: tranparent;

	display: inline;
	background-image: none;
	background-repeat: repeat-y;
	cursor: auto;
	float: left;
	}
				
				
 a.menu:hover {
	color: #FFFF99;
}

.border-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BDBEC2;
}

.border-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BDBEC2;
}

.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBEC2;
}

.border-sides {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BDBEC2;
	border-left-color: #BDBEC2;
}

.border-topbottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BDBEC2;
	border-bottom-color: #BDBEC2;
}

.border-bottom-white {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.border-bottom-gray {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F4F4F;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	font-style: normal;
	line-height: normal;
	filter: Xray;
}

h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
}

 h2 a:hover {
	text-decoration: underline;
}


.bkg {
	background-attachment: scroll;
	background-image: url(../images/bkgV2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bkgLanding {
	background-attachment: scroll;
	background-image: url(../images/bkg_landing.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.images {
	border: 2px solid #4F4F4F;
}
.imagesLink {
	border: 2px solid #4F4F4F;
}
 .imagesLink:hover {
	border: 2px solid #F4EAB6;
}

.imagesRight {
	border: 2px solid #4F4F4F;
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}
