@charset "utf-8";
.normal_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.title_Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
}
.subtitle_Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
}
.menu_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	text-decoration: none;
}
.text_Box {
	border: 1px solid #CCCCCC;
}

.menu_Text A:link {
	text-decoration: none;
	color: #000000;
}
.menu_Text A:hover {
	color: #666666;
}

.menu_Text A:active {
	text-decoration: none;
	color: #666666;
}

.menu_Text A:visited {
	text-decoration: none;
	color: #333333;
	}
.hover2 A:link {
	text-decoration: none;
	color:#FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
}
.hover2 A:hover {
	color: #FFFFFF;
	background: red;
	margin-right: 5px;
	margin-left: 5px;

}

.hover2 A:active {
	text-decoration: none;
	color: red;
	margin-right: 5px;
	margin-left: 5px;

}

.hover2 A:visited {
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;

}


.normal_Text A:link {
	text-decoration: none;
	color: #003366;
}
.normal_Text A:hover {
	color: #666666;
}

.normal_Text A:active {
	text-decoration: none;
	color: #003366;
}

.normal_Text A:visited {
	text-decoration: none;
	color: #333333;
	}
.small_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.error_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
