body
{
	margin-top: 12px;
	margin-bottom: 10px;
}

td
{
	font-family: verdana;
	color: #000;
	font-size: 13px;
}

.top
{
	padding: 0px;
	border: 1px solid #000;
	border-top: 1px solid #000;
}

.nav
{
	border: 1px #000000 solid;
	border-top: 0px none;
	border-bottom: 1px solid #000;
  border-right: 1px solid #000;
	background: #bbb;
	padding: 5px;
}

.main
{
	border-right: 0px #000000 solid;
		padding: 5px;
}

A
{
	text-decoration:none;
	color:#000;
}

A:visited
{
	text-decoration: none;
	color:#000;
}

A:hover
{
	text-decoration: none;
	color:#fff;
}

.bar
{
	border: 1px solid #000;
	border-top: 0px none;
	border-bottom: 0px none;
  border-right: 0px none;
    background: #bbb;
	padding: 1px;
}

.bottom
{
	border: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
 background: #bbb;
	padding: 1px;
}