@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-attachment: none;
	background-color: #171b1d;
	scrollbar-arrow-color: #0b1620;
	scrollbar-base-color: #293037;
	scrollbar-dark-shadow-color: #1e252c;
	scrollbar-3d-light-color: #18212a;
	scrollbar-face-color: #293037;
	scrollbar-highlight-color: #0b1620;
	scrollbar-shadow-color: #07121d;
}

a:hover {
	color: #FFFFFF;
}



.txt_normal {
	font-family: "MS Sans Serif";
	font-size: 13px;
	color: #FFFFFF;
}

.txt_head {
	font-family: "MS Sans Serif";
	font-size: 16px;
	color: #81a500;
	font-weight: bold;
}
.txt_head_lead {
	font-family: "MS Sans Serif";
	font-size: 16px;
	color: #444444;
	font-weight: bold;
}
.txt_menu {
	font-family: "MS Sans Serif";
	font-size: 13px;
	color: #444444;
	font-weight: bold;
}


.txt_menu_link {
	font-family: "MS Sans Serif";
	font-size: 13px;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}


.txt_menu_link:hover
{
color:#81a500;
}


.txt_sub_menu {
	font-family: "MS Sans Serif";
	font-size: 13px;
	color: #444444;
	text-decoration: none;
}


.txt_sub_menu_link {
	font-family: "MS Sans Serif";
	font-size: 13px;
	color: #444444;
	text-decoration:none;
} 

.txt_sub_menu_link:hover
{
color:#81a500;
}


.txt_links {
	font-family: "MS Sans Serif";
	font-size: 13px;
	color: #81a500;
	text-decoration: underline;
}
.txt_subhead {
	font-family: "MS Sans Serif";
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
.txt_bold {
	font-family: "MS Sans Serif";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.txt_bold_green {
	font-family: "MS Sans Serif";
	font-size: 13px;
	font-weight: bold;
	color: #81a500;
}

