/* CSS Document */

body {
	background-color: white;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.copytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #686868;
}
.copytext a:link {
	text-decoration: underline;
	color: #686868;
	cursor: hand;
}
.copytext a:visited {
	text-decoration: underline;
	color: #686868;
	cursor: hand;
}
.copytext a:hover {
	text-decoration: none;
	color: #686868;
	cursor: hand;
}
.copytext a:active {
	text-decoration: underline;
	color: #686868;
	cursor: hand;
}
.indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #686868;
	padding-left:16px;
}
.DateText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
}
.Headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	padding-left: 7px;
	font-style: oblique;
}
