@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
}
p {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 18px;
}
p2 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	line-height: 18px;
}
a:link {
	font-size: 12px;
	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	font-size: 12px;
	color: #cc0000;
	text-decoration: underline;
}
.textwidth {
	width: 600px; height: 500px;
}
ul {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h2 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #cc0000;
}