/* CSS Document */
.white {
	color: #bebcbc;
}
.black {
	color: #000000;
}
.green {
 color: #ff6000;
}
.green2 {
 color: #87bc58;
}
.comers_red {
 color: #ee0054;
}
.red {
 color: #FF0000;
}
.t9 {
 font-size: 9px;
}
.t10 {
 font-size: 10px;
}

.t11 {
 font-size: 11px;
}
.t12 {
 font-size: 12px;
}
.t14 {
 font-size: 14px;
}
.t18 {
 font-size: 18px;
}
.bold{
 font-weight:800;
}
.comers {
 color: #6e6ba2;
}
.comersb {
 color: #8f89ff;
 font-weight: bold;
}
.house {
 color: #666666;
}
.houseb {
 color: #dadada;
 font-weight: bold
}
.folk {
 color: #bb2121;
}
.folkb {
 color: #fe0303;
 font-weight: bold
}
.folkb2 {
 color: #fe6600;
}
.chosen {
 border: 1px solid #ff0000;
 margin: 1px;
}
.clear {
 border: none;
 margin: 2px;
}
body {
	margin: 0px auto 5px auto;
	padding: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EFEFEF;
	font-size: 9px;
}
a {text-decoration: none; color:#BBBBBB}
a:hover {text-decoration: underline;}

#master {
	position: relative;
	width: 750px; /*100% for static*/
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#nav { 
	background: url(../../images/top_nav_bgr.gif) 0 0 repeat-x;
	padding-right: 20px;
	width: 90%;
	height: 15px;
	padding-top: 2px;
	margin-top: 0px;
}
.lng {
	background: url(../../images/top_nav_lng1.gif) 0 0 no-repeat;
	z-index: 10;
	width: 121px;
	margin-right: 15px;
	padding: 1px 2px 2px 2px;
	text-align: center;
}
.lng a:hover { color: #E00105; text-decoration: none;}



