a:link { color: #990000; text-decoration: underline }
a:active { color: #990000; text-decoration: underline}
a:visited { color: #990000; text-decoration: underline}
a:hover { color: #990000; text-decoration: none}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 300px;
	padding-right: 10px;
	padding-top: 5px;
}
.black-line {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 10px;
	color: #333333;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.Proof-Index-Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}
.dotted-line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.RequiredField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}


