body
{
        font-family: Arial, Tahoma, Verdana;
        font-size: 11px;
	color: #525252;
	background-image: url('../images/back.jpg');
	background-repeat: repeat-y;
	background-position:  center 50%;
}
table {
        font-family: Arial, Tahoma, Verdana;
        font-size: 11px;
	color: #525252;
}

.main {
	color: #FFFFFF;
	background-image: url('../images/main_back.jpg');
	background-repeat: no-repeat;
	background-position-y:50%
}
.main a {
	color: #FFC600;
	text-decoration: none;
	font-weight: bold;
}
.main a:hover {
	text-decoration: underline;
}

.c {
	color: #FFFFFF;
	padding-right: 38px;
	padding-top: 16px;
}
.c a {
	color: #FFC600;
	text-decoration: none;
}
.c a:hover {
	text-decoration: underline;
}

.redbold {
	color: #CC0000;
	font-weight: bold;
}

.yellowtext {color: #FFC600}


}

.yellowtext2 a:hover {
	text-decoration: underline;
}

.bigboldyellow {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.infobox {
	background-color: #000000;
	color: #525252;
	border: 0px solid #000000;
	padding: 0px;
        font-size: 11px;
	overflow: hidden;
        font-family: Tahoma, Arial, Verdana;
	width:232px;
	height:100px;
}
.butt {
	background-color: #000000;
	color: #525252;
	border: 0px solid #000000;
	padding: 0px;
        font-size: 11px;
	overflow: hidden;
        font-family: Tahoma, Arial;
	text-align: left;
	width:130px;
	height:24px;
}