body, .dark  {
	color: #F2F2F2;
}

body {
	background-color: #999999;
	background-image: url("../images/background.jpg");
}

body, h1, h2, h3 {
	margin: 0;
}

h1, h2, h3 {
	word-spacing: 0;
	font-weight: bold;
}

h2, h3 {
	font-size: 11pt;
}

h1, h2, a {
	color: #92ab55;
}

h1 {
	font-size: 20pt;
}

table, td {
	margin: 0;
	padding: 0;
}

table {
	font-family: sans-serif;
	font-size: 10pt;
	vertical-align: top;
}

table.root, table.border {
	margin: 4;
}

table.root {
	width: 950;
}

table.border {
	border-collapse: collapse;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover, a:hover img {
	color: #BBBBBB;
	filter: alpha(opacity=100);
	opacity: 1;
}

img, input, textarea {
	border: 0;
}

img.thumbnail {
	filter: alpha(opacity=70);
	opacity:0.7;
	margin: 2;
}

.dark {
	background-color: #404040;
}

.light, .light a.menu_option, input, textarea {
	background-color: #F2F2F2;
	background: #F2F2F2;
	color: #303030;
}

.light a:hover {
	color: #707070;
}

.menu_option {
	color: #DDDDDD;
}

.readtext {
	font-size: 11pt;
	line-height: 1.5;
	padding: 5px;
}
