body {
	margin: 0px;
	padding:0px;
}

#coverTime {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	color: #999999;
	width: 611px;
}

#coverDropCap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #666666;
}

#coverText {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align: justify;
	color: #666666;
	width: 611px;
}

#coverTextSmall {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	font-weight: bold;
	color: #666666;
}

#whereAmI {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #333333;
}

A:link {text-decoration: none; color: #FFFFFF}
A:visited {text-decoration: none; color: #FFFFFF}
A:active {text-decoration: none; color: #FFFFFF}
A:hover {text-decoration: none; color: #FFCC00;}

A.whiteBkg:link {text-decoration: none; color: #FF9900}
A.whiteBkg:visited {text-decoration: none; color: #FF9900}
A.whiteBkg:active {text-decoration: none; color: #FF9900}
A.whiteBkg:hover {text-decoration: none; color: #000000;}

hr {
	border: 1px dotted #999999;
	height: 1px;
}

#formHeaderText {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align: justify;
	color: #999999;
	width: 611px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}