body {
	background-color: #090D12;
	margin: 0px;
	background-image: url(images/bkg.gif);
	background-position: center;
	background-repeat: repeat-y;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C7CCD1;
	text-align: left;
	line-height: 18px;
}
.text_s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 12px;
}
.text_forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 18px;
}
a:link {
	color: #8895C0;
	text-decoration: none;
}
a:visited {
	color: #8895C0;
	text-decoration: none;
}
a:hover {
	color: #E7EBF3;
	text-decoration: none;
}
a:active {
	color: #FC6;
	text-decoration: none;
}
.h1 {
	font-size: 21px;
	color: #C3C7CC;
}
.h1red {
	font-size: 18px;
	color: #990000;
}
.h2 {
	font-size: 18px;
	color: #C3C7CC;
}
.h3 {
	font-size: 15px;
	color: #C3C7CC;
}
.red {
	color: #990000;
	font-size: inherit;
}
.menu_sapcer {
	width: 100px;
}

.image_left {
	float: left;
	padding: 3px 10px 3px 0px;
}
.image_right {
	float: right;
	padding: 3px 0px 3px 10px;
}

.gap_home {
	height: 51px;
}
.gap05 {
	height: 5px;
}
.gap10 {
	height: 10px;
}
.gap15 {
	height: 15px;
}
.gap20 {
	height: 20px;
}
.gap35 {
	height: 35px;
}
.gutter_home {
	width: 20px;
	height: 557px;
}
.gutter_main {
	width: 50px;
	height: 400px;
}
.gutter_20 {
	width: 20px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525C66;
	height: 60px;
	text-align: center;
	padding: 20px 0px 0px 0px;
}
.footer a:link {
	color: #5C6166;
	text-decoration: none;
}
.footer a:visited {
	color: #5C6166;
	text-decoration: none;
}
.footer a:hover {
	color: #999;
	text-decoration: none;
}
.footer a:active {
	color: #900;
}

ul { 
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li { 
	background: url(images/bullet.gif) left center no-repeat 
}

li {
	padding-left: 8px;
	margin-bottom: 12px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
