/* CSS Document */
body {
	font-family: century schoolbook;
	letter-spacing: 0px;
	font: 9pt century schoolbook;
	color: #E58C72;
	background-color: black;
	background-image: url('images/bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	background-attachment: scroll;
	cursor: crosshair;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	}
div.container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 487px;
	text-align: left;
	}
a:link {
	color: #FFB18E;
	text-decoration: none;
	font-weight: normal;
	}
a:visited {
	text-decoration: line-through;
	font-weight: normal;
	color: #7C4D44;
	}
a:hover {
	font-variant: small-caps;
	}
p {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	}
.head {
	font-size: 17pt;
	font-family: century schoolbook;
	color: black;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	background-color: #757841;
	text-align: left;
	letter-spacing: 3px;
	line-height: 30px;
	height: 30px;
	}
.p2 {
	font-size: 12pt;
	line-height: 12px;
	}
table, img {
	font: century schoolbook;
	margin-left: 0px;
	}
table.full {
	width: 100%;
	height: 100%;
	}
td {
	vertical-align: middle;
	text-align: center;
	}