@charset "UTF-8";
/* CSS Document */

a:link {
	color: #6C0000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #6C0000;
}

a:hover {
	text-decoration: none;
	width: auto;
	font-weight: bold;
	color: #999999;
}

a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}
.standardpagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.12ptlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

