body{
	margin-top: 0px;
	background: #999999;
	}
.Left {
	background-image: url(../Images/shade_left.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 25px;
}
.Right {
	background-image: url(../Images/shade_right.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 25px;
}


.BodyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	position: relative;
	height: auto;
	width: auto;
	color: #FFFFFF;
}

.BodyTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	position: relative;
	height: auto;
	width: auto;
	color: #272925;
}
.divider {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.BodySubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
.BodySubtitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #272925;
}
.BodySubtitleAlt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
.BodySubtitleAlt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	color: #272925;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.BodyText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	color: #272925;
}
.BodyText3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	text-decoration: none;
	color: #000000;
}

.BodyLegal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.BodyLegal2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	text-decoration: none;
	color: #272925;
}

a:link {
	color:#FFEF85;
	text-decoration: none;
  }
a:visited {
	color:#FFEF85;
	text-decoration: none;
  }
a:hover {
	color:#003333;
	text-decoration: none;
	
  }
  
a:active {
	color: #F9CA4F;
	text-decoration:none;

