@charset "utf-8";
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #F25A29;
}
.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}
a.maintext:link { color: #F25A29 }
a.maintext:link { text-decoration: none }
a.maintext:visited { color: #F25A29}
a.maintext:visited { text-decoration: none }
a.maintext:hover { color: #666666}
a.maintext:hover { text-decoration: underline}
a.maintext:active { color: #F25A29}
a.maintext:active { text-decoration: none }