@charset "utf-8";
/* CSS Document */
.body {
background-color: #f5f7fc;
background-image: url(repeat.jpg);
background-repeat: repeat-y;
background-position:center;
}
.padded {
padding: 4px 4px 0px 4px;
}



.copyright   {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
