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

body {
	background-color: #000000;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	padding: 8px;
}
h1 {
	font-size: 100%;
	color: #B29D96;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}
#sidenav {
	border: thin dotted #555555;
	position: fixed;
	width: 80px;
	top: 150px;
	padding: 9px;
	left: 34px;
	color: #B29D96;
	font-size: 13px;
}
#sidenav a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:link {
	color: #B29D96;
	text-decoration: none;
}
a:visited {
	color: #B29D96;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #B29D96;
	text-decoration: none;
}
.alt-link {
	text-decoration: none;
	color: #FFFFFF;
	margin: 20px auto;
	padding: 5px;
	background-color: #666666;
	border: thin solid #D26B62;
	display: block;
	width: 70%;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.alt-link a:link {
	text-decoration: none;
}
.alt-link a:visited {
	text-decoration: none;
}
.alt-link a:hover {
	text-decoration: underline;
}
.alt-link a:active {
	text-decoration: none;
}
.content-110 {
	font-size: 110%;
	color: #B29D96;
}
.content-100 {
	font-size: 100%;
	color: #B29D96;
	font-weight: normal;
}
.content-100-green {
	font-size: 100%;
	color: #669966;
}
.content-90 {
	font-size: 90%;
	color: #B29D96;
}
.content-80 {
	font-size: 80%;
	color: #B29D96;
}
.content-70 {
	font-size: 70%;
	color: #B29D96;
}
.table-border {
	padding: 6px;
	border: thin solid #B29D96;
}
.table-margins {
	padding-top: 5px;
	padding-bottom: 50px;
}

