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

body {
	background-color: #B5B2AD;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
.generalText {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.smallText {font-size: 7pt}
.author {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}



#table1 {
	background-color: #FFFFFF;
	background-position: center top;
	width: 980px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-color: #636563;
	border-right-color: #636563;
	border-bottom-color: #636563;
	border-left-color: #636563;
	height: 480px;
	padding: 0px;
}

