@charset "utf-8";
.main_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.main_bigger_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

.bkgd {
	background-color: #4A6993;
}

.copyright_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.bottom_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a:link {
	color: #FC3;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCB00;
}
a:hover {
	text-decoration: none;
	color: #FF3;
}
a:active {
	text-decoration: none;
	color: #FFCB00;
}
.no_border_box {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	outline-color: #000;
	outline-style: solid;
	border-color: #000;
	border: solid;
	border-style: solid;
}
