@charset "UTF-8";
.maintext {
	font-size: 12px;
	line-height: 1.5em;
}
.smalltext {
	font-size: 10px;
	line-height: 1.5em;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	color: #FF3300;
	text-decoration: underline;
}
