body 
{
	background-color: #B9B9B9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th 
{
	font-family: Arial, Georgia, Times New Roman, Times, serif;
	color: #000000;
}

.title
{
	font-size: 16px;
	font-weight: bold;
}

.sm
{
	font-size: 12px;
}

.topMenu {font-size: 20px}

.info 
{
	font-size: 12px;
	font-weight: bold;
}

.menuItem
{
	font-size: 14px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

#Wrapper {
  	position: absolute;
	top: 0px;
	left: 50%;
  	width:760px; 
	height:100%;
	margin: 0px 0px 0px -380px;
	padding: 0px;
	background-color: #B9B9B9;
	background-image:url("/layout/bg.jpg");
	background-repeat:repeat-y;
	z-index:4;
}

#MenuBar 
{
	position: absolute;
	left: 50%;
 	top: 0px;
  	width: 760px; 
	height: 50px;
	padding: 0px;
	margin: 0px 0px 0px -380px;
	background-color: #B9B9B9;
	z-index:3;
}

#BodyBG
{
	position: absolute;
	top: 50px;
	left: 50%;
  	width:760px; 
	margin: 0px 0px 0px -380px;
	padding: 0px;
	background-color: #B9B9B9;
	background-image:url("/layout/bg.jpg");
	background-repeat:repeat-y;
	z-index:4;
}

#FooterBar 
{
	position: relative;
	top: 0px;
	left: 50%;
  	width: 760px; 
	height: 25px;
	margin: 0px 0px 0px -380px;
	padding: 0px;
	z-index:20;
}

table.nt td a{display: block; margin-top: 1px;} 
table.nt td a:link, table.nt td a:visited {} 
table.nt td a:hover, table.nt td a:active {background-image: url('/layout/images/menuitem.png');  color:#666666; height:25px; text-decoration: none; margin-top: 0px; margin-bottom: 0px;} 
.lnl {margin-left: 10px; width:120; margin-top: 2px; margin-bottom: 0px;}
