.Header 
{
text-align:center;
font-size:xx-large;
font-weight:bold;
}

.Error
{
color:Red;
font-weight:bold;	
}

.ContentBody
{
height:450px;
padding:5px 10px 10px 10px;
overflow:auto;
}

td { vertical-align:top;}

.NavTable table { width:100%; }
.NavTable td { padding-right:15px; }

A:link {text-decoration:none;color:White;}
A:visited {text-decoration:none;color:White;}
A:active {text-decoration:none;color:White;}
A:hover {text-decoration:underline;color:White;}

Body
{
font-family:Tahoma;
font-size:12px;
color:White;
background-color:#222222;
padding-top:50px;
}

.copyright
{
text-align:center;
text-transform:uppercase;
font-size:x-small;
}

.ContentTable
{
/*background-color:White;*/
background-color:Black;
width:600px;
height:400px;
margin-left:auto;
margin-right:auto;
}

.main 
{
background-color:Black;
width:650px;
height:400px;
margin-left:auto;
margin-right:auto;
}

.mainLeft
{
padding-top:10px;
height:100%;
width:190px;
border-right:2px dotted #444444;
text-align:center;
}

.mainRight
{
overflow:auto;
padding-top:10px;
height:370px;
width:auto;
padding-left:15px;
}

.Title
{
font-style:italic;
font-size:large;
font-family:Arial;
}

.LeftLinks
{
font-size:10px;
padding-top:45px;
font-family:Tahoma;
text-transform:uppercase;
/*line-height:50px;*//*5 lines*/
line-height:65px;/*4 lines*/
}

.LeftLinks A:link {text-decoration:none;color:White;}
.LeftLinks A:visited {text-decoration:none;color:White;}
.LeftLinks A:active {text-decoration:none;color:White;}
.LeftLinks A:hover {text-decoration:underline;color:White;}

.blueButton {border:1px solid white;}
.blueButton td {background-color:Blue;}

.grayButton {border:0px;}
.grayButton td {background-color:Gray;padding:3px 5px 3px 5px;}