.menu:link, .menu:visited, .menu:active  {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #55aa00;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;

}
#top_menu ul {
  margin: 0;
  padding: 0 0 0 0px;
  list-style: none;
} 
#top_menu li {
  float: left;
  margin: 0;
  padding: 0 0 0 30px;
}
#second_menu ul {
  margin: 0;
  padding: 0 0 0 0px;
  list-style: none;
} 
#second_menu li {
  float: left;
  margin: 0;
  padding: 0 0 0 55px;
}
.menu:hover  {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #6699cc;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

.submenu:link, .submenu:visited, .submenu:active {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #8A0000;
text-decoration: none;
	font-weight: normal;}

.submenu:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


h2 {
	font-size: 15px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
.btext {
	font-size: 14px;
	color: #000000;
	background-color: #eeffff;


}

a:link, a:visited, a:active {
	color: #8A0000;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;

}

a:hover {
	color: #990000;
	background-color: transparent;
	text-decoration: underline;
}
body {
	background-color: #6699cc;
}
.newstext {

	font-size: 14px;
	color: #000000;
}
.topictable{
	padding:2px;
}
.left {
	background-color: #ddffff;
	positon:relative; 
	float:left;
	padding:2px;
	width:280px;
}
.right {
	background-color: #ddffff;
	positon:relative; 
	float:right;
	padding:2px;
	width:280px;
}