@charset "utf-8";
/* CSS Document */

body {
	background-color: #e7e4dc;
	background-image: url(img/BG.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text11_gray {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}

.text10_gray {
	font-family: Tahoma;
	font-size: 10px;
	color: #999999;
}

.text11_Darkgray {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

.text18_Darkgray {
	font-family: Tahoma;
	font-size: 18px;
	color: #666666;
}

.text10_Darkgray {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
}

.text11_Lightgray {
	font-family: Tahoma;
	font-size: 11px;
	color: #cccccc;
}

.text11_red {
	font-family: Tahoma;
	font-size: 11px;
	color: #cc3300;
}

a:link {
	color: #ff6600;
	text-decoration: none;
}
a:visited {
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
a:active {
	color: #ff6600;
	text-decoration: none;
}

a.DarkGray:link {
	color: #666666;
	text-decoration: none;
}
a.DarkGray:visited {
	color: #666666;
	text-decoration: none;
}
a.DarkGray:hover {
	color: #666666;
	text-decoration: underline;
}
a.DarkGray:active {
	color: #666666;
	text-decoration: none;
}

a.MenuDarkGray:link {
	color: #999999;
	text-decoration: none;
}
a.MenuDarkGray:visited {
	color: #999999;
	text-decoration: none;
}
a.MenuDarkGray:hover {
	color: #333333;
	text-decoration: none;
}
a.MenuDarkGray:active {
	color: #999999;
	text-decoration: none;
}

table.fnotice{
	border:1px solid #C3C3C3;
	border-collapse:collapse;
}
table.fnotice td{
	border:1px solid #C3C3C3;
	border-collapse:collapse;
}
