body,td,th {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	color: #009933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009933;
}
a:hover {
	text-decoration: underline;
	color: #CCFF00;
}
a:active {
	text-decoration: none;
}
.err {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: blink;
}
.fieldset {
	border:1px solid #CCCCCC;
	padding:3px;
}
.legend {
	border:1px solid #CCCCCC;
	padding:3px;
	letter-spacing:2px;
}.button{
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}


