body{
	margin : 0 0 0 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color : Black;
}
h1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight: bold;
	margin: 0 0 0 0;
}
h2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight: bold;
	margin: 0 0 0 0;
}
p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	margin : 5 0 0 0;
}
ul{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
}
a:active, a:link, a:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
a:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color: #40FF40;
	background-color:black;
}
.tiny{
	font-size: 1px;
}
.text{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
}
.smalltext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	
}
tr.topbar{
	background-color: #81A3A6;
}
tr.limebar{
	background-color: #40FF40;
}
tr.blackbar{
	background-color: black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight: bold;
	color: white;
}
td.blackbar{
	padding-left: 5px;
	padding-right: 5px;
}
tr.menubar{
	background-color: #DCF8F6;
}
td.menutab{
	background-color: #81A3A6;
}
a.menu:active, a.menu:link, a.menu:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color: white;
	background-color: #81A3A6;
	text-decoration: none;
}
a.menu:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color: #40FF40;
	background-color: #81A3A6;
	text-decoration: none;
}
a.button:hover{
	background-color: transparent;
}
td.content{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color: black;
	background-color: #DCF8F6;
	padding : 10px 10px 10px 10px;
}
td.footer{
	border-top: 1px solid black;
}
td.menu{
	background-color: #81A3A6;
}
input{
	width: 300px;
	border: 1px solid #81A3A6;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
textarea{
	width: 300px;
	border: 1px solid #81A3A6;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.copyright{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c0c0c0;
}
a.copyright:link, a.copyright:active, a.copyright:visited {
	font-size:10px;
	color:#c0c0c0;
	text-decoration:none;
	font-weight: normal;
}
a.copyright:hover{
	font-size:10px;
	color:black;
	text-decoration:underline;
	font-weight: normal;
	background-color: transparent;
}
