body {
	margin:0px;
	background-color: #fff;
	overflow: auto;
}
a {
	text-decoration: none;
	font-family: georgia;
	font-weight: normal;
	font-size: 11px;
	color: #ccc;
	background-color: inherit;
	border-bottom: 1px dotted #666;
}
a:hover {
	text-decoration: none;
	color: #fff;
	background-color: inherit;
}
div {
	font-family: verdana, tahoma, courier, serif;
	font-size: 11px;
	color: inherit;
}
div.validator {
	position:relative;
	top:70px;
	left:390px;
	width:120px;
	height:20px;
}
div.validator a {
	font-family: serif;
	font-size:11px;
	color: #ccc;
	background-color: inherit;
	font-weight:normal;
	font-style:italic;
	text-decoration:none;
}
div.validator a:hover {
	font-family: serif;
	font-size:11px;
	color: #fff;
	background-color: inherit;
	font-weight:normal;
	font-style:italic;
	text-decoration:underline;
}
div.menu {
	color: #ccc;
	position:relative;
	top:40px;
	left:10px;
	width:200px;
}
div.menu a {
	color: #090;
	font-size:11px;
	font-weight:bold;
	font-family:tahoma;
	padding-bottom:1px;
	border-bottom: 1px dotted #666;
	position:relative;
}
div.menu a:hover {
	color: #666;
	border-bottom:1px solid #ccc;
}
fieldset {
	border: 1px solid #666;
	padding:10px;
	padding-top:15px;
	margin:0px;
	margin-right:10px;
}
legend {
        color:#000;
	font-family: georgia;
	font-size:14px;
	padding:3px;
	font-weight:bold;
}	
ul {
	display:inline;
	list-style-type: square;
	padding:0px;
}