/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.menu_top {
	font-family:"MS Sans Serif";
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.menu_top a:link {
	font-family:"MS Sans Serif";
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.menu_top a:visited {
	font-family:"MS Sans Serif";
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.menu_top a:hover {
	font-family:"MS Sans Serif";
	font-size: 14px;
	color: #FF9400;
	font-weight: bold;
	text-decoration: underline;
}
.menu_top a:active {
	font-family:"MS Sans Serif";
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}


.black {
	font-family:"MS Sans Serif";
	font-size: 14px;
	text-decoration: none;
    color: #000000;
}
.black a:link {
	font-family:"MS Sans Serif";
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
.black a:visited {
	font-family:"MS Sans Serif";
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
.black a:hover {
	font-family:"MS Sans Serif";
	font-size: 14px;
	color: #FF9400;
	text-decoration: none;
}
.black a:active {
	font-family:"MS Sans Serif";
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: underline;
}
