										/* TAGS */
html, body {
	width: 100%; height: 100%;
	margin: 0px;
	padding: 0px;	
	background-color: #000; 
	font-family: courier, sans-serif; font-size: 16pt; color: #4A5158;
}
A:link { color:#7F290C; }
A:hover { color:#DC8015; }
A:visited { color:#7F290C; }
A:active { color:#7F290C; }
h1, h2 {
	font-weight: bold; margin-top: 0px; margin-bottom: 0px;
	font-family: courier, sans-serif; font-size: 12pt; color: #4A5158;
}
td {
	font-family: courier, sans-serif; font-size: 10pt; color: #4A5158;
}
div {
	font-family: Gill Sans, Eurostile, Geneva, sans-serif; font-size: 10pt; color: #FFF; text-align: left;
}
th {
	font-family: courier, sans-serif; font-size: 12pt; color: #4A5158;
	text-align: center;
}
img {
	border-width: 0px; border-style:none;
	vertical-align: bottom;
}
input, textarea {
	font-family: Lucida Grande, Tahoma, sans-serif; font-size: 9pt; color: #4A5158;
}
form {
	margin-bottom:0;
}
fieldset{
	border-style: none;
}
bold {
	font-weight: bold;
}
li {
	list-style: url( "image/graphics/bulletarrow.png" ) disc;
}
ul, ol{
	margin-top: 0px; margin-bottom: 0px; margin-left: 0px;
	padding-left: 25px;
}
p {
	margin-top: 0px; margin-bottom: 10px;
}

h2 {
	font-family:courier new, sans-serif; font-size: 18pt; letter-spacing: 16px; color: #7A7A7A; font-weight: normal; line-height: 150%;
	text-align: center;
}

										/* CLASSES */
	/* -- size & alignment -- */
.wh100 {
	width: 100%; height: 100%;
	vertical-align: center;
}
.w180 {
	width: 180px;
}

.full_table {
	margin-top: 40px;
	vertical-align: middle;
	width: 100%; 
}	

.table_half {
	vertical-align: center;
	text-align: center;
}

.thumbnail {
	padding: 4px;
}

.hide {
	display: none;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.right {
	text-align: right;
}


	/* -- misc -- */

.lowpadding {
	border-collapse: collapse;
	width: 100%;
}
.bold { font-weight: bold; }


	/* -- overflow for scrolling -- */
.scrolloverflow {
	overflow: auto; overflow-x:hidden;
}
.blurb {
	font-family: courier new, sans-serif; font-size:10pt; color: #7A7A7A;
	text-align: left;
}

										/* POSITIONING */
div.container {
	position: relative;
	margin-left: auto; margin-right: auto;
	width: 700px; height: 485px;
	text-align: left;
}
div.content {
	position: absolute; top: 0px; left: 0px;
	vertical-align: middle;
	width: 700px; height: 460px;
}
div.menu {
	position: absolute; bottom: 0px; left: 0px; text-align:right;
	width: 700px; height: 80px;
}