@charset "UTF-8";
/* CSS Document */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
.main_content {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
}
.style1 {
	color: #000000;
	margin-left: 10px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2 {
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFCC;
	font-style: italic;
	font-weight: bold;
}

