@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text_menu {
	font-family: "BankGothic Lt BT";
	font-size: 15px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
.text_menu:hover {
	font-family: "BankGothic Lt BT";
	font-size: 15px;
	font-weight: bolder;
	color:#2F0000;
	text-decoration: none;
	font-style: normal;
}

a:link {
color:#999999;
	text-decoration: none;
}
a:visited {
color:#999999;
	text-decoration: none;
}
a:hover {
color:#999999;
	text-decoration: none;
}
a:active {
color:#999999;
	text-decoration: none;
}