@charset "utf-8";
/* CSS Document */

a {
	font-size: 14px;
}
a:link {
	color: #000033;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000033;
}
a:hover {
	text-decoration: underline;
	color: #000033;
}
a:active {
	text-decoration: underline;
	color: #000033;
}

.textmain{
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#000033;
}
.textbold {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color:#000033;
}

.textsmall {
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	color:#000033;
}