body{
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:0px;
}

table.menu{
	margin-top:200px;
	width:154px;
	color:#FFFFFF;
}

table.content{
	margin-top:168px;
	background-color:#FFFFFF;
	width:430px;
}

.title{
	font-size:16px;
	font-weight:bolder;
	color:#057595;
}

#infotext{
    width: auto;
    padding: 0px 6px 0px 5px;
    float: right;
    color: #888;
    font-weight: bold;
    clear: both;
    position: absolute;
    background: #fbfbfb;
    border:1px solid #efefef;
}

input,button {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #888;
    font-weight: bold;
}

a.menu{color:#FFFFFF; text-decoration:none; font-size:16px; font-weight:bold;}
a.menu:hover{color:#00698f; text-decoration:none;}
