body {
	SCROLLBAR-FACE-COLOR: black;
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: white;
	SCROLLBAR-3DLIGHT-COLOR: white;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-TRACK-COLOR: black;
	background-color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
}

hr {
	color:#eeeeee;
	border-bottom: 1px solid #FFFFFF;
	padding-right:5px;
	padding-left:5px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:2px;
}

h1 {
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	color:#FFFFFF;
	border-bottom: 1px solid #eeeeee;
	padding-right:5px;
	padding-left:5px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:2px;
	text-align:right;
}

h1.sub {
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	font-style:oblique;
	color:#999999;
	border-bottom: 1px solid #999999;
	/*border-bottom-: 90%;*/
	padding-right:5px;
	padding-left:5px;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:1px;
	text-align:right;
}

h2 {
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	color:#FFFFFF;
	padding-right:5px;
	padding-left:5px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:2px;
}

pre {	/*font-family:sans-serif;*/
	/*color:#FFFFFF;*/
	font-size:12px;
}

p {	text-indent: 1.5em;
	line-height:15px;
	padding:15px;
	margin:5px;
	text-align:justify;
}

p.smpl {
	line-height:15px;
	padding:15px;
	margin:5px;
	text-align:justify;
}


p.news {
	border: 1px solid #cccccc;
	padding:10px;
	margin:10px;
}

ol {
	/*text-indent: 1.5em;*/
	line-height:15px;
	padding:15px;
	margin:5px;
	text-align:justify;
}

a {
	color:#999999;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#666666;
}
a:visited {
	text-decoration: none
	color:#666666;
}
a:active {
	text-decoration: none
}

img {
    /*
	border: 1px solid #cccccc;
	padding:4px;
	margin:9px;
	float:right;
	*/
}

#logo {	margin: 40px;
}

#container {
	width:90%;
	background-color:#000000;
	border: 0px solid #bcbccc;
	margin:0px;
	min-height: 600px;
}

#menu {	/*opacity: 0.2;*/	/*filter:Alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=Y, FinishX=15, FinishY=Y);*/
	filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=85, StartY=Y, FinishX=100, FinishY=Y);
	width:100%;
	border:0px;
	background-color:#333333;
	border-top:1px solid #ebebeb;
	/*border-bottom:1px solid #ebebeb;*/
	margin:0px;
	padding:0px;
	text-align:center;

}

#menu1 {
	/*opacity: 0.2;*/
	filter:Alpha(Opacity=0, FinishOpacity=100, Style=1, StartX=0, StartY=Y, FinishX=15, FinishY=Y);
	/*filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=85, StartY=Y, FinishX=100, FinishY=Y);*/
	width:100%;
	border:0px;
	background-color:#999999;
	/*border-top:1px solid #ebebeb;*/
	border-bottom:1px solid #ebebeb;
	margin:0px;
	padding:0px;
	text-align:center;
}

#menu a {
	width:106px;
	height:12px;
	display: table-cell;
	padding:0px;
	background-color:#333333;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
#menu a:hover {
	height:12px;
	padding:0px;
	display: table-cell;
	background-color:#ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
#menu .aactive {
	height:12px;
	padding:0px;
	display: table-cell;
	background-color:#ff7200;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
#menu .aactive:hover {
	height:12px;
	padding:0px;
	display: table-cell;
	background-color:#ebebeb;
	border-top:1px solid:333333;
	border-bottom:1px solid:333333;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}

#header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	height: 525px;
	text-align:center;
	background-repeat:no-repeat;
	border-bottom:1px solid #999999;
}

#header a {
	color:#FFFFFF;
	text-decoration:none;
}

#header a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}

#footer {
	width:800px;
	margin-top:5px;;
	padding-right: 5px;
	border-top: 1px solid #bcbcbc;
	background-color:#000000;
	color:#FFFFFF;
	text-align: right;
}

#counters img {	border: 0px solid #cccccc;
	padding: 4px;
	margin: 9px;
	float: none;
}

table.wp {
	font-size:11px;
}
