html    {height:100%}
span    {display:block}

body
{
font-family: arial, helvetica, sans-serif;
color:#FFFFFF;
text-align:center;
height:100%;
font-size:   12px;
background-repeat:no-repeat;
}

h1
{
font-family: arial, helvetica, sans-serif;
color:#FFFFFF;
text-align:left;
height:100%;
font-size:   14px;
text-decoration: underline;
}

table
{
	font-size: 12px;
	background-color: #000000;
	text-align: left;
}

table #login
{
font-size:   12px;
margin-top: 150px;
margin-left: 70px;
background-color : transparent;	
}

table #menu
{
font-size:   14px;
width:500px;
background-color : #000000;	
}

div
{

margin: 10px 30px 10px 30px;
width:430px;
height:300px;
overflow:auto;
scrollbar-base-color: #6D6B6B;
scrollbar-3d-light-color: #6D6B6B;
scrollbar-arrow-color: #6D6B6B;
scrollbar-darkshadow-color: #6D6B6B;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #000000;
}

div table 
{
background-color : #000000;
width:410px;
}

div table td
{
vertical-align: top;
}

/* links */
a:link         	{color: #FFFFFF;text-decoration: none;font-weight: bold;}
a:visited   	{color: #FFFFFF;text-decoration: none;font-weight: bold;}
a:active	{color: #FFFFFF;text-decoration: none;font-weight: bold;}
a:hover 	{color: #FFFFFF;text-decoration: underline;font-weight: bold;}

#menu .notselected 
{
color: #6D6B6B;
}