.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
}
.content {
	padding: 10px 10px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000066;

}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 10px;
}
a:link {
	color: #000066;
	text-decoration: none;

}
a:visited {
	color: #000066;
	text-decoration: none;

}
a:hover {
	color: #FF3333;
	text-decoration: underline;

}
a:active {
	color: #000066;
	text-decoration: none;

}
.rtlist {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;



}
.rtborder {
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.title {
	color: #FFFFFF;
	background-color: #000066;
	font-size: 16px;
	padding: 5px;
}
#print {
	width: 775px;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;

}