body {
	font-size: 12px;
	color: #888;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	background: #000;
	background-image: url(bg.png);
	padding-left: 50%;
	margin: 0px;
}


#container {
	width: 700px;
	margin-left: -350px;
	background-color: #000000;
	border:1px solid #111;
	text-align: center;
	height: auto;
}


#top {
	background-color:#000;
	width:auto;
	height:20px;
}


#download {
	display: block;
	width: 200px;
	height: 129px;
	background-image: url(download.png);
	background-position: 0 -129px;
	margin: auto;
}


#download:hover {
	background-position: 0 0;
}


h1 {
	font: 17px verdana;
	color: #B0B0B0;
	margin: 5px;
	text-align: center;
}


h2 {
	font-size:11px;
	color:#787878;
	margin:9px;
	text-align: center;
}


a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #999999;
}


a:hover {
	color: #579;
}


table
{ 
    width: 550px;
    height: auto;
    background-color: #222;
    border: 2px solid #222;
    margin: auto;
    text-align: center;
}


tr.top
{
    width: auto;
    background-color: #579;
    color: #000;
    font-weight: bold;
    text-align: center;
}


tr
{	
     width: auto;
     background-color: #000;
     text-align: center;
}


td.left
{
    width: auto;
    background-color: #111;
    color: #666;
    font-weight: bold;
}

img
{
    border: 1px solid #222;
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
}

img.floatleft
{
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

img.logo
{
    border: 0px;
    float: none;
}


img.thumb
{
    border: 2px solid #222;
    margin: 1px;
    float: none;
}


img.thumb:hover
{
    border: 2px solid #579;
    margin: 1px;
}


.outsidebox {
    width: auto;
    padding: 0px 15px 0px 15px;
    clear: both;
}


.insidebox {
    width: auto;
    line-height: 20px;
    color: #777;
    font-size:12px;
    padding: 15px 15px 0px 15px;
    background:#111;
    border:1px solid #222;
    padding: 15px;
    text-align: justify;
    height: auto;
    clear: both;
    overflow: auto;
}


.title
{
    color:#579;
    font-size: 14px;
    font-weight: bold;
}

.date
{
    font-size: 9px;
    margin:4px;
}

.footer {
    width: auto;
    line-height: 20px;
    color: #555A60;
    font-size:10px;
    background: #000;
    text-align: center;
    height: auto;
    margin: 10px;
}

.textinput
{
    font-family: Tahoma;
    color: #555A60;
    font-size:11px;
    border:1px solid #DDDDDD;
}

.buttonSubmit
{
    font-size:11px;
}

.linktext
{
    color: #666;
    font-weight: bold;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

.nolist {
    margin: auto;
    padding: 0;
    list-style-type: none;
}
