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

body {
		background-color: #000000;
		color: #CCCCCC;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: medium;
		padding: 8px;
}

#sidenav {
		border: thin dotted #555555;
		position: fixed;
		height: 130px;
		width: 70px;
		top: 150px;
		padding: 12px;
		left: 34px;
		color: #B29D96;
		font-size: 13px;
}

#sidenav a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

a:link {
	color: #B29D96;
	text-decoration: none;
}
a:hover {
		color: #CCCCCC;
}
a:visited {
	color: #B29D96;
	text-decoration: none;
}

.content-110
{
		font-size: 110%;
		color: #B29D96;
}
.content-100
{
		font-size: 100%;
		color: #B29D96;
}
.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;
}
