/* CSS Document */
* {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
	color: #000000;
}

body {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica;
	margin: 0px;
	background-color: #a7b0b5;
}

.marky {
	font-size: 14px;
	font-weight: bold;
	color: #960202;
}

.criteria {
	width: 60px;
	height: 15px;
	font-size: 8px;
}

image {border: 0px;}

p {
	font-size: 12px;
	color: #000000;
	margin-left:20px;
	margin-right:8px;
}

.header {
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	margin-top:20px;
	margin-left:20px;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-left:20px;
}

.copy {
	font-size: 12px;
	color: #000000;
	margin-left:20px;
	margin-right:8px;
}

.copyerror {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	margin-left:20px;
	margin-right:8px;
}

.copyright {
	font-size: 10px;
	color: #666;
	margin-left:20px;
}

hr {
	color: black;
	background-color: black;
	size: 1px;
	height: 1px;
	border: 0px;
	text-align: left;
	margin: 0 auto 0 0;
}

form {margin: 0px 0px 0px 0px; }

textarea {
	overflow: auto;
	font-size: 12px;
	color: #000000;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.boldnav {
	font-weight: bold;
}

a.leftnav {
	font-size: 10pt;
	color: #797979;
	margin-left:8px;
	text-decoration: none;
}

a.leftnav:hover {
	color: black;
}

a.leftnavon {
	font-size: 10pt;
	font-weight: bold;
	color: black;
	margin-left:8px;
	text-decoration: none;
}

a.titlenav {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.titlenav:hover {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.markynav {
	font-size: 14px;
	font-weight: bold;
	color: #960202;
	text-decoration: none;
}

.markynav:hover {
	text-decoration: underline;
}