.Main {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	font-style: normal;
	line-height: 20pt;
	font-weight: normal;
	font-variant: normal;
	color: #00FF00;
	padding: 10px;
	text-indent: 15pt;


}
a:link {
	font-family: "Courier New", Courier, mono;
	color: #FFCC00;
	text-decoration: none;



}
a:hover {
	font-family: "Courier New", Courier, mono;
	color: #66FF00;
	text-decoration: none;
}
a:active {

	font-family: "Courier New", Courier, mono;
	color: #FFFF00;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	color: #FFCC00;
	text-decoration: none;


}
a:visited:hover {
	font-family: "Courier New", Courier, mono;
	color: #66FF00;
	text-decoration: none;
}
table {
	font-family: "Courier New", Courier, mono;
	color: #00FF00;
	font-size: 10pt;
}

table.navbar {
	width: 95%;
	border: none;
	bordercolor: "#CCCFFF";
	border-spacing: 10px;
	border-collapse: seperate;
	text-align: center;
	height: auto;
}
table.navbar td {
	border: 1px solid #00FF00;
}
table.navbar td a{
   display: block;
   padding: 5px;
   text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #FFCC00;
}
table.navbar td a:hover, table.navbar td a:active {
	color: #00FF00;
	background-color: #00FF00;


}
.Main2 {

	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00FF00;
	padding: 10px;
	text-indent: 15pt;
	}
	
.search {
	background-color: #006600;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: courier;
	border: 1 solid #00FF00;
}

.searchbutton {
	background-color: #000000;
	color: #FFCC00;
	font-size: 8pt;
	font-family: courier;
	border: 1 solid #00FF00;

}
