BODY{
font-family: Arial;
font-size: 13px;
color: #FFFFFF;
}
#menu{
	color:white;
	text-decoration:none;
	font-size: 16pt;
	font-weight: bold;	
}
#menu:hover{
	color: #00FF00;
	text-decoration:none;
	font-size: 16pt;
	font-weight: bold;	
}
TR  {
font-size: 13px;
}
a{
	color: #00CC66;
	text-decoration: underline;
}
a:visited{
	text-decoration: underline;
	color: #00CC66;
}
a:hover  {
    text-decoration: underline;
	color: #00FF00;
}
a:active {
	text-decoration: underline;
	color: #00CC66;
} 
.tables {
	border: 1px solid green
}
input{
	border: 1px solid #00CC33;
	background: #336600;
	color: white;
}
select{
	border: 1px solid #00CC33;
	background: #336600;
	color: white;
}
option{
	border: 1px solid #00CC33;
	background: #336600;
	color: white;
}
#topbar
{   
	PADDING-TOP: 5px;
	PADDING-BOTTOM: 5px;
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px;
	VISIBILITY: hidden;
	FONT-FAMILY: Tahoma;
	POSITION: absolute;
	WIDTH: 40px;
}

