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

body {
	background-image: url(images/bricks.jpg);
}
body,td,th {font-family: Georgia, Times New Roman, Times, serif;font-size: 11pt
}
.Title1 {
	margin-left:10px;
	font-size: 16pt;
	font-style: italic;
	color: #7A1800;
	font-family: "Times New Roman", Times, serif;
}

.copyRight {
	font-size: 10pt
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #330000;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}

