@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Courier New", Courier, monospace;
	color: #CC9914;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}


.bold 			 { font-weight: bold; font-size: 10px;  color: #82470F; }

.titleBIG 			 { font-size: 16px;  font-weight: bold;  color: #CC9914; }

.titleBIG2			 { font-size: 26px;  font-weight: bold;  color: #CC9914; }

.title 			 { font-size: 12px;  font-weight: bold;  color: #CC9914; }

.txt 			 { font-size: 11px; color: #82470F;
font-weight:normal;}

.txty 			 { font-size: 11px; color: #CC9914; font-weight:normal;}

.txtybig 			 { font-size: 13px; color: #CC9914; font-weight:normal;}



a.linkmain 			 {
	font-size: 11px;
	color: #CC9914;
	text-decoration: none;
	font-weight: bold;
}
a.linkmain:visited {	text-decoration: none; color: #CC9914; }
a.linkmain:hover 	 {  text-decoration: none; color: #82470F; }
#widgetlayer {display:none;position:fixed;top:0px;left:0px;height:100%;width:100%;z-index:100;background-color:#000;filter:alpha(opacity=65);opacity:.65;}
#widget {display:none;position:fixed;width:100%;height:100%;z-index:102;text-align:center;}
#widgetcontent{	margin:auto;margin-top:30px;width:640px;}

a:focus {outline:0px;} 


