@charset "UTF-8";

.BodyText {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2E2E2E;
	background-image: none;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	vertical-align: top;
	padding-right: 5px;
}
.BodyHeader {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2E2E2E;
	background-image: none;
	letter-spacing: normal;
	text-align: right;
	word-spacing: normal;
}
.BodySpace {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2E2E2E;
	background-image: none;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	position: relative;
}
.BodyTextSmall {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2E2E2E;
	background-image: none;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	padding-right: 5px;
}
.OverlayFadeOut {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.OverlayBox {
	display: none;
	position: absolute;
	padding: 16px;
	border: 16px solid #959595;
	background-color: #FFFFFF;
	z-index:1002;
	overflow: auto;
	width: 605px;
	height: 316px;
	left: 33px;
	top: 19px;
}

a:link {
	text-decoration: underline;
	color: #2E2E2E;
}

a:active {
	text-decoration: underline;
	color: #2E2E2E;
}

a:visited {
	text-decoration: underline;
	color: #2E2E2E;
}

a:hover {
	text-decoration: none;
	color: #EDEDED;
	background-color: #2E2E2E;
}

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #2e2e2e;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	}

