@charset "utf-8";
body {
	background-image: url(bg.png);
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.tbg {
	background-image: url(tbg.png);
}
a:link,a:visited{
	color:#EECEB7;
	text-decoration: underline;
	font-weight: bold;
}
a:hover,a:active{
	color:#FFF;
	text-decoration: underline;
	font-weight: bold;
}
.blockbg {
	background-image: url(block_r2_c1.gif);
}
.setHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #DCB29C;
	display:block;
}
.setDescr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCC;
	text-align: justify;
	font-style: normal;
}
.border
{
	background-image:url(border.png)
}
.tn{
	border: 2px solid #000;	
}
