/* I'm using CSS to set the original width/height of the image */
img.resize{
	padding:2px;
	position:absolute;
}
img
{
border:0;
}

td {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 125%;
}
a:link, a:visited {
	font-family: Verdana;
	font-size: 14px;
	color: #f1a600;
	text-decoration: none;
}
a:hover, a:active
{
	font-family: Verdana;
	font-size: 14px;
	color: #eeffff;
	text-decoration: none;
}
span.title1
{
	font-family: Verdana;
	font-size: 18px;
	color: #f1a600;
	font-weight: bold;
}
span.title2
{
	font-family: Verdana;
	font-size: 18px;
	color: #eeffff;
	font-weight: bold;
}

h2
{
	font-family: Verdana;
	font-size: 14px;
	color: #cbffff;
	font-weight: bold;
	margin-bottom: 1px;
	padding-bottom: 1px;
}


#menu {
	background: #275c9c;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font-size: 16px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #275c9c;
	color: #eeffff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #367fd8;
	color: #eeffff;
	padding-bottom: 8px;
}       
.clean-ok {
	border:solid 1px #349534;
	background:#C9FFCA;
	color:#008000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
	width:200px;
}
ul
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}