body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 1em;
  color: #000000;
  background: #ffffff;
  width: 980px;
  text-align="center";
  background-image: url(./images/back.png)repeat-y;
  margin-left: auto;
  margin-right: auto;
}

table	{font-size: 0.9em;
	margin-bottom: 0px;
	width: ;
	border: "none";
	border-collapse: collapse;
	line-height: 1.6;
}
th,td	{padding: 8px;
}

th	{width: 110px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffcc;
	border: solid 1px #aa8844;
}
//td	{background-color: #ffffff;
	border: solid 1px #aa8844;
}
#main-col .table a	{
   text-decoration: underline;
   font-weight: ;
   color: #0000FF;
}
//table a:hover, a:active {
  color: #666666;
  }
ul	{list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	background-color: #9acd32;
	padding: 0px 20px}

li	{display: inline;
	padding-right: 20px;
	font-size: 0.75em;
}

h2 {
  margin: 0;
  padding: 0.1em 0.4em;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: small;
  font-weight: bold;
  color: #ffffff;
  background: #8ebf02;
}

div {
  font-size: 0.75em;
}


h5 {margin: 0;
  padding: 10px 10px 10px 20px;
  font-size: small;
  line-height: 1.5em;
  background: url(../image/newsarrow.gif) no-repeat 2px 1.1em; 
} 

a {text-decoration:none;}
a:hover {text-decoration:underline;}
a:hover {color : #88aaff;}
