.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
A {
	text-decoration: none;
	color: black;
}
A:hover {
	color: black;
}

INPUT {
background-color: #666666;
color: #cccccc;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
border: #000000 1px solid;
font-size: 10pt
}

SELECT { 
background-color: #666666;
color: #cccccc;
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
border: #000000; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px
} 

.adminButton {
	font-size: xx-small;
	height: 18px;
	background-color: #999933;
	border: thin dashed #333333;
}

.topmenu {  
	display: block; 
	width:100%;
	font-size: 8pt;
	text-decoration: none;
	color: #333333;
	font-weight: bold;

}

.topmenu:hover {
	background-color: #FFCC66;
	color: #000000;
	
}
.topmenuUn {  
	display: block; 
	width:100%;
	font-size: 8pt;
	text-decoration: none;
	color: #333333;
	
	

}

.topmenuUn:hover {
	background-color: #FFCC66;
	color: #000000;
	
}

.linky {
	color: #336699;
	text-decoration: none;
}
.linky:hover {
	color: #FFFFFF;
	text-decoration: overline underline;
}
.linky2 {
	color: #FFFFFF;
	text-decoration: none;
}
.linky2:hover {
	color: #FF0000;
	text-decoration: overline underline;
}
.linky3 {
	color: #FF0000;
	text-decoration: none;
}
.linky3:hover {
	color: #FFFFFF;
	text-decoration: overline underline;
}
.helpy{
	padding:4px; 
	font-size:xx-small;
	margin-left:5px;
	margin-top:1px;
	color:#000000;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	width:250px;
	background-color:#EDEDED;
	border: 1px solid #CFCFCF;
	visibility:hidden;
	text-align:left;
}