﻿

body
{
    background-color:#000000;
    font-family: Arial; /*'Courier New', Courier, monospace;*/
    font-size:12px;
    color:#666666;
    scrollbar-base-color: #336699; 
    scrollbar-arrow-color: #FFFFFF;
    padding: 0; 
    margin: 0;

}

td img {display: block;}

#apDiv1 {
	position:absolute;
	width:361px;
	height:35px;
	z-index:1;
	left: 368px;
	top: 10px;
}

.loginTextBox
{
    width:100px;
    border-width:1px;
    border-color:#000000;
    border-style:solid;
   height:13px;
}
.registerTextBox
{
    border-width:1px;
    border-color:#000000;
    border-style:solid;
    height:15px;
}
.loginButton
{
    width:35px;
    border-width:1px;
    border-color:#000000;
    border-style:solid;
    height:18px;
    font-size:11px;
    background-color:#339966;
    color:White;
    cursor:hand;
}
.Menu a
{
    color:white;
    text-decoration:none;
}
.Menu a:visted
{
  color:white;
}
 
.Menu a:hover
{
    color:white;
    text-decoration:underline;
}

a.ac
{
 color:#339966;
 text-decoration :none;
}

a.ac:hover
{
color: #339966;
text-decoration: underline
} 


 


