/* CSS Document */
body {
	background-image: url(images/main_bg_box.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	font-size:70%; margin:0; padding:0; 
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

.smTXT {
	font-size: 10px
}

.smBoldTXT {
	font-size: 10px;
	font-weight: bold;
}

.SilverTXT {
	color: #666666;
	font-size: 12px;
}

.microTXT {
	font-size: 7px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.redTXT {
	color: #CC0000;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.bgBoldTXT {
	font-size: 18px;
	font-weight: bold;
}

.bgTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.giantTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.giantNum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}
		
a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:active {
	color: #333333;
}
a{
	color:#C8DCE5;
}
h3{
	margin: 10px 10px 0 10px;
	color:#FFF;
	font:14pt Arial, sans-serif;
	letter-spacing:-1px;
	font-weight: bold; 
}

#menuLog { font-size:1.4em; margin:20px; }
	
.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }