@charset "utf-8";
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #990000;
	text-decoration: none;
}

a:active {
	color: #993300;
}
body {
	margin-top: 0px;
	margin-left: 0px;
}

.containner {
	clear: both;
	float: left;
	height: auto;
	width: 948px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	padding-left: 12%;
	top: -1000px;
}

.containner .head {
	height: 63px;
	width: 948px;
	clear: both;
	float: left;
}
.containner .banner {
	height: 225px;
	width: 948px;
	clear: both;
	float: left;
}
.containner .inner_containner {
	float: left;
	height: auto;
	width: auto;
	background-color: #E8E8E8;
	background-image: url(../images/bg2.jpg);
}

.containner .leftmenu {
	height: 360px;
	width: 177px;
	float: left;
}
.containner .main {
	height: auto;
	width: 740px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.footer {
	background-color: #750000;
	clear: both;
	height: auto;
	width: 100%;
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
}
.bolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.small_link {
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
}
.small_link a:link {
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	color: #FF0000;
}
.small_link a:hover {
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	color: #FF0000;
}
.small_link a:visited {
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	color: #FE0E3E;
}
