body {
	font-family: Arial, Helvetica, sans-serif;
}
a.nav:link { 
    text-decoration:none
}
a.nav:visited { 
    text-decoration:none
}
a.nav:active { 
    text-decoration:none
}
a.nav:hover {
	color: red;
}
a.reg:link { 
    text-decoration:none
}
a.reg:visited { 
    text-decoration:none
}
a.reg:active { 
    text-decoration:none
}
a.reg:hover {
	color: red;
}
a.navright:link { 
    text-decoration:none
}
a.navright:visited { 
    text-decoration:none
}
a.navright:active { 
    text-decoration:none
}
a.navright:hover {
	text-decoration:none;
	background-color: #FFFF00;
}
a.topright:link { 
    text-decoration:none;
	color:#FFFFFF;
}
a.topright:visited { 
    text-decoration:none;
	color:#FFFFFF;
}
a.topright:active { 
    text-decoration:none;
	color:#CC0000;
}
a.topright:hover {
	text-decoration:none;
	color:#0000FF;
}
a.stealth:link { 
    text-decoration:none;
	color:#000000;
}
a.stealth:visited { 
    text-decoration:none;
	color:#000000;
}
a.stealth:active { 
    text-decoration:none;
	color:#000000;
}
a.stealth:hover {
	text-decoration:none;
	color:#000000;
	background-color: #FFFF00;
}

table#navigator
{
text-align: center;
}

table#navigator tr td
{
	border-bottom-color: #E0E0E0;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 1px;
	padding-left: 1px;
}

table#navigator tr td a
{display: block;
text-decoration: none;
margin: 0;
padding: 0;
}

table#navigator tr td a:link, table#navigator tr td a:visited
{
color: black;
}

table#navigator tr td a:hover
{
color: black;
background-color: #00FF00;
}

table#navigator tr td a:active{color: navy;} 

.right {
	padding: 10px;
	width: 200px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}

.content {
	padding: 10px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
}
.footcent {
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.footright {
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.detail {
	font-size: small;
	text-indent: 40pt;
}
