/* CSS Document */

body {
	width: 8in;
	font-family: Tahoma;
	font-size: 14px;
	margin: 0;
	padding: 0;
	}
	
a:link {
font-weight: normal;
color: #891732;
text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a:hover {
font-weight: normal;
color: #62061B;
text-decoration: none;
}
a:active {
font-weight: normal;
color: #891732;
text-decoration: underline;
}

.headline {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

.subheadline {
	font-size: 18px;
	color: #891732;
	font-weight: bold;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	text-decoration: none;	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

