/* CSS Document */

A {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: normal; 
	text-decoration: underline;
}

A:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: normal; 
	text-decoration: underline;
}

A:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: normal; 
	text-decoration: underline;
}

.copyTerms {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #000; 
	font-weight: normal; 
	background-color: #fff; 
	text-transform: none;
	text-decoration: none;
}
A.copyTerms:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #000; 
	font-weight: normal; 
	background-color: #fff; 
	text-transform: none;
	text-decoration: none;
}
A.copyTerms:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #638975; 
	font-weight: normal;
	background-color: #fff; 
	text-transform: none;
	text-decoration: underline;
}

.redHead {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #c22836; 
	font-weight: bold;
}

A.redHead:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #C22836; 
	font-weight: bold; 
	text-decoration: underline;
}

A.redHead:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #C22836; 
	font-weight: bold; 
	text-decoration: underline; 
}

.red {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #c22836;
}

.redSmall{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #c22836;
}

.bigRed {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #c22836;
}

#dmform {
	margin-bottom: 5em; }
#dmform label {
	float: left;
	clear: left; 
	margin: .5em 0;
	display: block;
	width: 100px;
	font-weight: bold; }
#dmform input {
	float: left; }
#dmform input#submit {
	clear: left;
	margin: 1em auto; }