/* CSS Document */

body {
	background-color: #cccccc;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
.main {
	text-align: center;
	}
#centerTable {
	margin: auto;
	}
h1 {
	margin-top: 30px;
	font-family: trebuchet, verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 2px;
	word-spacing: 4px;
	}
h3 {
	margin-top: 15px;
	font-family: trebuchet, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 4px;
	}
p {
	font-family: trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	}
td {
	font-family: trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	}
th {
	font-family: trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
a:link {
	color: #666666;
	font-weight: bold;
	}
a:hover {
	color: #333333;
	font-weight: bold;
	}
a:active {
	color: #cccccc;
	font-weight: bold;
	}
a:visited {
	color: #663333;
	font-weight: normal;
	}