@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2d2704;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
.GlobalText {
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}

img.front-thumb {opacity:0.70;filter:alpha(opacity=70);}
img.front-thumb:hover {opacity:1.0;}

img.front-links {opacity:1.0;filter:alpha(opacity=100);}
img.front-links:hover {opacity:0.7;filter:alpha(opacity=70);}

a:link {
	text-decoration: none;
	color: #57cbf5;
}
a:visited {
	text-decoration: none;
	color: #57cbf5;
}
a:hover {
	text-decoration: none;
	color: #A18969;
}
a:active {
	text-decoration: none;
	color: #F3EBE0;
}

.FooterText {
	color: #666;
	font-size: 10px;
	line-height: 18px;
}

.Footer:link {
	text-decoration: none;
	color: #999;
}
.Footer:visited {
	text-decoration: none;
	color: #999;
}
.Footer:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.Footer:active {
	text-decoration: none;
	color: #FF8800;
}

#topbar{
	position:absolute;
	z-index: 80;
	height: 212px;
	width: 100%;
	margin-top: 270px;
}
.GlobalHead {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #FFF;
}
