@charset "utf-8";

a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	color: #006633;
	text-decoration: none;
}
a:hover {
	color: #009933;
	text-decoration: underline;
}
a:active {
	color: #009933;
	text-decoration: underline;
}
.t_maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #333333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 19px;
}
.t_maintext a:link
{
	text-decoration: none;
	color: #CC0000;
}
.t_maintext a:visited
{
	text-decoration: none;
	color: #CC0000;
}
.t_maintext a:hover {
	text-decoration: underline;
	color: #CC0000;
}

img {
	border: none;
}

.t_subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.t_pageheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #CC0000;
	line-height: 20px;
}


