body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin:0px;
	background-color:#010101;
	color:#FFFFFF;
	font-size: 0.8em;
	font-weight:lighter;
}
a {
	color:#F09A00;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a:active {
	color:#FFFFFF;
	text-decoration:none;
}
a img { 
	border:0px;
}
div {
	/*border:1px solid #CCCCCC;*/
}
p {
}
td {
}

th {
}
h1 {
	margin-top:0px;
	font-weight:lighter;
	font-size:2em;
}
h2 {
	margin-top:0px;
	font-weight:lighter;
	font-size:1.6em;
}
h3 {
	margin-top:0px;
	font-weight:lighter;
	font-size:1.4em;
}
h4 {
	margin-top:0px;
	font-weight:lighter;
	font-size:1.2em;
}
form {
	margin-top:0px;
	margin-bottom:0px;
	}

input {
	vertical-align:middle;
}
input.radio_check {
	vertical-align:middle;
}
select {
	vertical-align:middle;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

ul {
}

li {
}

ol {
}
/*### Layout ###*/
/*#frame {
	padding-right:0px;
	padding-left:56px;	
	padding-top:9px;	
	z-index:1;
	position:relative;
}*/
#content {
	width:905px;
	position: absolute;
	left:56px;
	top:390px;
	overflow:visible;
	font-size:0.9em;
}
#top {
	width:100%;
	height:342px;
	position: absolute;
	left:0px;
	top:29px;
	font-size:0.9em;
	/*padding-left:132px;*/
}
#scroll {
	height:342px;
	margin-left:132px;
	border-bottom:1px solid #646464;/**/
	overflow:auto;
}
.left {
	width:315px;
	float:left;
}
.right {
	width:584px;
	float:right;
}
#menu_left {
	float:left;
	padding-left:75px;
	padding-top:34px;
}
#content_head {
	width:584px;
	float:left;
	height:59px;
	position:relative;
}
#content_body {
	width:584px;
	float:left;
	margin-top:28px;
}

#footer {
	width:905px;
	float:left;
	margin-top:60px;
	padding-bottom:10px;
	position:relative;
}
#footer p {
	margin-top:0px;
	margin-bottom:0px;
}
#top_menu {
	margin-top:24px;
	height:19px;
	/*background-color:#FFFFFF;*/
	width:100%;
	float:left;
}
/* Menu ''''''''''''''''''''''''''''''''''*/
#menu_left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu_left li {
	color:#F09A00;
}
#menu_left li div {
}
#left li.active div {
}
#left li.active div a {
	color: #FFFFFF;
}
/* end Menu '''''''''''''''''''''''''''''''''''''''''''''''*/
/*### Classes ###*/
a {
	color:#F09A00;
	text-decoration:none;
}
.text_white {
	color:#FFFFFF;
}
.menu {
	color:#F09A00;
	text-decoration:none;
}
.menu_selected {
	color:#FFFFFF;
	text-decoration:none;
}
.small {
	font-size: 0.9em;
}
.smaller {
	font-size: 0.8em;
}
.smallest {
	font-size: 0.7em;
}

.big {
	font-size: 1.1em;
}
.bg_white {
	background-color:#FFFFFF;
}
.bg_grey {
	background-color:#646464;
}
.button {
}
.button:hover {
}

.highlight {
	background-color:#FDFDF5;
}
