﻿@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
    margin: 0 0 1px;
    padding: 0;
}
body {background-color: #0a0a0a;}
body,td,th {
	font-family:"Times New Roman", Times, serif;
	font-size: 10pt;
	color:#CCC;
}
h2 {font-size:18px;}
h3 {font-size:11px;}
img {border:0px;}
div#wrapper {
	width:1000px;
	height:700px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#menu {
	float:left;
	height:560px;
	background-color:#CCC;
	text-align:justify;
}
div#menu p {padding-left:20px;}
div#menu a {color:#000; text-decoration:none;}
div#menu a:hover {color:#999;}
div#language {float:right;}
div#main {
	float:left;
	width: 750px;
	height:700px;
	padding-left:20px;
	font-family:"Times New Roman", Times, serif;
	color:#CCC;
}
div#main td{vertical-align:top;}
#firstpage td{
	color:#FFF !important;
	vertical-align:middle !important;
}
div#main a{color:#FFF;}
div#netarts {margin:10px 0px -15px 30px;}
.grey {color:#999;}
a.current{color:#999 !important;}
.parbig {
	text-align:justify;
	font-size:11pt !important;
}
.parbigcenter {
	text-align:center;
	font-size:12pt !important;
}