body {
	background-color: #000000;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.normal_text_3 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.main_top_bar {
	background-image: url(../images/topbar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.left_bar {
	background-image: url(../images/left_bar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #101010;
}
.right_bar {
	background-image: url(../images/right_bar.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #101010;
}
.down_bar {
	background-image: url(../images/downbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main_link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.left_under_menu {
	background-image: url(../images/side_menu/left_bar.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.top_under_menu {
	background-image: url(../images/side_menu/top_bar.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.leftside_under_menu {
	background-image: url(../images/side_menu/side_left_bar.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.down_top_bar {
	background-image: url(../images/side_menu/down_bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.text_down_bar {
	background-image: url(../images/text_bg/text_down_bar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.right_under_menu {
	background-image: url(../images/side_menu/right_bar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.normal_text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.normal_text_2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.normal_text_3 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.contact_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}