@font-face {
    font-family: Stomp Neuropol;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/STOMP_Neuropol.ttf);
}

/* CSS Document */
body {
	background:url(../images/bg.jpg);
	font-family: Century Gothic, Stomp Neuropol, Eurostile, Eurostile Extended, Tahoma, Arial, Verdana;
	margin: 10px 0px 5px 0px;
/*	color:#b6b6b6;*/
	color:#FFFFFF;
	font-size:13px;
	background-position:top;
	background-repeat:repeat-x;
/*	background-color:#6d5620;*/
	background-color:#141416;
	text-align:center;
}
body a {
/*	color:#b6b6b6;*/
	color:#FFFFFF;
	text-decoration:none;
}
body a:hover {
	color:#fe874c;
	text-decoration:underline;
}
input, select, textarea {
	font-family: Eurostile, Eurostile Extended, Century Gothic, Stomp Neuropol, Tahoma, Arial, Verdana;
	font-size:13px;
}
.copyRit{
	text-align:right;
	padding:0px 10px 0px 0px;
	color:#414142;

}
.cntBg{
	 background:#333333; 
	 width:785px;
	 padding:15px 10px 10px 10px;
	 text-align:left;
}
.cntBold{
	 background:#333333;
	 font-weight:bold;
}
.subTit{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}
.title_txt{
	font-size:16px;
	font-weight:bold;
	color:#FB7828;
	padding-bottom:10px;
}
hr {
	background-color: #999999;
	border: outset #999999 1px;
}
