/* CSS Document */

body {
	font-family: "Verdana", Arial;
	font-size: 12px;
	line-height: 16px;
	color: #474747;
}

.bodyred {
	font-family: "Verdana", Arial;
	font-size: 12px;
	line-height: 16px;
	color: #961c1f;
}

.bodyregular {
	font-family: "Verdana", Arial;
	font-size: 12px;
	line-height: 16px;
	color: #474747;
}

.bodysmall {
	font-family: "Verdana", Arial;
	font-size: 11px;
	line-height: 14px;
	color: #474747;
}

.list {
	font-family: "Verdana", Arial;
	font-size: 11px;
	line-height: 8px;
	color: #474747;
}

.copyright {
	font-family: "Tahoma", Arial;
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}

.formtext {
	font-family: "Verdana", Arial;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
}

a:link {
	color: #961c1f;
	text-decoration: underline;
}

a:hover {
	color:#961c1f; 
	text-decoration: none;
}

a:visited {
	color:#990000;
	text-decoration: underline;
	}
	
a:active {
	color:#663300;
	}
