BODY {
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 9px;
	margin: 0;
}


TABLE {
	font-size: 9px;	
}

TD {
	padding: 1, 2, 1, 2;
}

TH {
	background-color: Teal;
	color: White;
	font-weight: bold;
}

CAPTION {
	background-color: Silver;
	color: navy;
	font-weight: bolder;
	padding: 2px;
}

.tabline1 {
	background-color: #EFEFEF;
   border-bottom: 1px solid black;
}

.tabline2 {
	background-color: #E1E1E1;
	border-bottom: 1px solid black;
}

.online {
	background-color: #AAFFAA;
	border-bottom: 1px solid black;
}

.mpop {
	text-align: right;
	vertical-align: super;
	color: Maroon;
	font-weight: bolder;
}

TEXTAREA {
	border: 1px solid black;
}

INPUT {
	font-size: 9px;	
	border: 1px solid black;
}

SELECT {
	font-size: 9px;	
	border: 1px solid black;
}

.im {
	border: 1px solid black;	
}

.hdr {
	border: 3px double black;
	width: 100%;
	padding: 3px;
}

.hdr.title {
	font-weight: bold;
	letter-spacing: 3px;
}

.menu {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A {
	text-decoration: none;
	font-weight: bold;
	color: navy;
}

A:hover {
	text-decoration: underline;
}

.menu A {
	text-decoration: none;
	color: Navy;
}

.menu A:hover {
	text-decoration: underline;
}

.topclass {
  background: #EEEEFF;
}

.menubar {
  text-align: center; 
  background: #AAAAFF;
  width: 100%;
  vertical-align: middle;
  font-size: 11px;
  height: 15;
}

