@charset "iso-8859-2";

body {
	font-family: Tahoma;
	font-size: 11px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	width: 960px;
}

.container {
	background-image: url(data/center2.jpg);
	background-repeat: repeat-y;
	width: 960px;
}

.center_top {
	background-image: url(data/center_top.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 12px;
}

.top {
	background-image: url(data/top.jpg);
	background-repeat: no-repeat;	
	padding-top: 89px;
	padding-left: 415px;
	font-weight:bold;
	color:#999999;
}

.menu_left {
	width: 180px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 20px;
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.center_text {
	width: 500px;
	float: left;
	padding: 20px;
	padding-top: 10px;
	text-align: justify;
}

.menu_right {
	width: 180px;
	padding-right: 7px;
	float: right;	
	text-align:center;
}

.bottom {
	clear: both;
	background-image: url(data/bottom.jpg);
	background-repeat: no-repeat;
	height: 56px;
	width: 960px;
	text-align: center;
}

a {
	text-decoration: underline;
	color:#000000;
}

a:hover {
	text-decoration: none;
	color:#000000;
}

.menu_left a {
	font:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	display:block;
	vertical-align:middle;
	text-decoration: none;
	color:#000000;
	background-color:#EAEAEA;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -9px;
	padding-left: -9px;
}

.menu_left a:hover {
	background-color:#F0D5FF;
}

.menu_left a:active {
	background-color:#CC80FF;
}

.top  a {
	text-decoration: none;
	color:#999999;
}

.top a:hover {
	text-decoration: underline;
	color:#999999;
}

hr {
	size: 1;
}

img {
	border: 0px;
}