body {
	background-image: url('images/bg.gif');
	background-color: #797979;
	background-repeat: repeat-x;
	margin: 0;
}

.content {
	background-image: url('images/index_12.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 10px;
}
.tops {
	background-color: #700a0a;
	color: #fff;
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
.sub {
	background-color: #888888;
	color: #fff;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
}
.item {
	background-color: #EFEFEF;
	color: #000;
	font-family: tahoma;
	font-size: 10pt;
	padding: 2px;
}
.main, td {
	font-family: tahoma;
	font-size: 9pt;
	color: #000;
	line-height: 14pt;
}

.tdsmall {
	font-family: tahoma;
	font-size: 8pt;
	color: #000;
}
.big {
	font-family: trebuchet ms;
	font-size: 16pt;
	font-weight: bold;
	color: #990000;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
