.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;

}
.copyright {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
	color: #003399;
}
.imageleft {
	float: left;
	margin-right: 20px;



}
.description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
}
.pagenumber {
	font-family: Tahoma, "Arial Narrow";
	font-size: 9px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	background-color: #EBFEEC;
}
a {
	text-decoration: none;
}
.repeatx {
	background-repeat: repeat-x;
}
.norepeat {
	background-repeat: no-repeat;
}
.text2 {
	font-family: Tahoma, "Arial Narrow";
	font-size: 12px;
}
.repeaty {
	background-repeat: repeat-y;
}
.imageright {
	float: right;
	margin-left: 20px;
}
