/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a:link, a:visited { color: #999999; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #ffffff; text-decoration: underline; }

body {
	margin: 0;
	background-color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
		
}

#Maindiv {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	width:750;

}
#Nav {
	position: absolute;
	top: 10px;
	left: 330px;
			
}

#Nav li
{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	
}
table.MasterTable {
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	
}
table.Indextop topleft
{
	background-color:White;
	
}
#logodiv
{
	background-image: url(Images/NLBLogo.jpg);
}
table.MasterTable.a:link, a:visited { color: #999999; text-decoration: none; font-weight: bold; } 
table.MasterTable.a:active, a:hover { color: #ffffff; text-decoration: underline; }

table.MasterTable Nav{
	background-color:#FF0000;
	display: inline;

}
table.PGrid 
{
	
}
table.Indexlogin
{
	color:Silver;
	font-size:small;
	
}
table.Indexlogin.a:link, a:visited { color: #ffffff; text-decoration: none; font-weight: bold; } 
table.Indexlogin.a:active, a:hover { color: #000000; text-decoration: underline;font-weight: bold; } 
