@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Helvetica, arial, sans-serif;
	font-size: 0.95em;
	color: #333333;
	line-height: 1.2em;
}
body {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: underline;
	color: #0066CC;
}

.headline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	line-height: 1.6em;
	color: #339;
	text-decoration: none;
}
.subheadline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.2em;
	color: #69F;
	text-decoration: none;
}
