@charset "utf-8";
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 18px;
	font-weight: bold;
	color: #F25A29;
}

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

.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	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 }

.margin_lft {
	margin-left: 13px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}
