body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

font.smallest { 
	font-size: x-small; 
}
font.normal {
	font-size: small;
}
font.title {
	font-size: small;
}
font.currmenu {
	font-size: small;
}

table.normal {
	font-size: small;
}
table.MainBodyTable {
	border-collapse:	collapse;
	width: 675px;
}

A {  }
A:visited { }
A:active {
	text-decoration: underline;
}
A:focus {
	text-decoration: underline;
}
A:hover {
	color: ff3333;
}

A.menulink {
	color: white;
	text-decoration: none;
	font-family: Arial;
	font-size: small;
}
A.menulink:visited {
	color: white;
}
A.menulink:active {
	text-decoration: none;
}
A.menulink:focus {
	text-decoration: none;
}
A.menulink:hover {
	color: red; text-decoration: underline;
}

A.submenulink {
	font-weight: bold; 
	color: black;
	text-decoration: underline;
	font-size: small;
}
A.submenulink:visited {
	font-weight: bold; color: black;
}
A.submenulink:active {
	font-weight: bold;
	text-decoration: none;
}
A.submenulink:focus {
	font-weight: bold;
	text-decoration: underline;
}
A.submenulink:hover {
	font-weight: bold;
	color: #fff2ff;
	text-decoration: underline;
}

td.menucurrent {
	background-color: white;
	border-top: solid #000000; 
	border-right: solid #000000;
	border-bottom: solid #000000;
	border-left: solid #000000; 
	border-top-width: 2px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 1px;
}
td.menunotcurrent {
	background-color: #ff6979;
	border-top: solid #000000; 
	border-right: solid #000000;
	border-bottom: solid #000000;
	border-left: solid #000000; 
	border-top-width: 2px; 
	border-right-width: 1px; 
	border-bottom-width: 2px; 
	border-left-width: 1px;
}
td.mainbodybottom {
	border-top: solid #000000; 
	border-right: solid #000000;
	border-bottom: solid #000000;
	border-left: solid #000000; 
	border-top-width: 0px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px;
	vertical-align: top;
}
td.mainbodytop {
	border-top: solid #000000; 
	border-right: solid #000000;
	border-bottom: solid #000000;
	border-left: solid #000000; 
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 1px;
	vertical-align: top;
}
td.mainbody {
	border-top: solid #000000; 
	border-right: solid #000000;
	border-bottom: solid #000000;
	border-left: solid #000000; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px;
	vertical-align: top;
}