@charset "utf-8";
a:link {
	color: #660000;
	text-decoration: underline;
	font-weight:bold;
}

a:visited {
	color: #660000;
	text-decoration: underline;
	font-weight:bold;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
	font-weight:bold;
}

a:active {
	color: #660000;
	text-decoration: none;
	font-weight:bold;
	text-align: center;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.bodyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

.sidebarText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 15px;
}

.thinBorder {
	border: 1px solid #E2E1B5;
}
.error {
	color: #F00;
	font-weight: bold;
}
.heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #600;
}
input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
