body {
	MARGIN: 0px;
	FONT-FAMILY: "Tahoma", "Arial", "ÐÂËÎÌå", "ËÎÌå";
}
A:link {
	FONT-FAMILY: "Sans-Serif";
	FONT-SIZE: 15px;
	COLOR: #333;
	TEXT-DECORATION: none;
}
A:visited {
	FONT-SIZE: 15px;
	COLOR: #333;
	TEXT-DECORATION: none
}
A:active {
	FONT-SIZE: 15px;
	COLOR: #363;
	TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 16px;
	COLOR: #C36;
	TEXT-DECORATION: none;
	font-weight: bold;
}
.top {
	position: relative;
	text-align: center;
	padding: 0px;
	width: 100%;
	margin-top: 8%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	height: 100px;
}
.middle {
	position: relative;
	text-align: center;
	padding: 0px;
	width: 100%;
	margin-top: 3%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #039;
	height:200px;

}
.middle-1 {
	background-image: url(bar1.gif);
	background-repeat: repeat-x;
	height: 30px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 3px;
	padding-top: 3px;
}

.middle-2 {
	background-image: url(bar2.gif);
	border: none;
	width: 100%;
	height: 134px;
	padding: 0px;
	position: relative;
	top: 30px;
	background-repeat: repeat-x;
}
.middle-2-1 {
	border: none;
	height: auto;
	left: 14%;
	position: absolute;
}
.bot {
	border: none;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 100%;
	left: 0px;
	margin-top: 2%;
}
.copyright {
	position: relative;
	margin-top: 2%;
	width: 60%;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1.4em;
	left: 20%;
}
a {
	letter-spacing:5px;
	padding-right: 6px;
	padding-left: 6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
a img {
	border: 0;
}
#smallfont {
	border: none;
	padding: 0px;
	position: relative;
	width: 100%;
	left: 0px;
	font-size: 11px;
	text-transform: none;
}
#end {
	text-decoration: none;
	font-size: 9px;
}