.main {
	border-color: #000000;
	border-style: solid;
	border-top:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.sbottom {
	border-color: #000000;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.sleft {
	border-color: #000000;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
.stop {
	border-color: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	font-size: 12px;
	font-family: sans-serif;
	color: #000000;
}
td {
	font-size: 12px;
	font-family: sans-serif;
	color: #000000;
}
a {
	font-family: sans-serif;
	color: #000077;
	text-decoration: none;
}
a:link  { 
	color: #000077; 
}
a:visited { 
	color: #000077 
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.toggle { 
	display: none; 
}
.linky { 
	cursor: hand; 
}