@charset "utf-8";
/* CSS Document */

body {
	margin-top:0px;
	margin-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
}
.watermark {
background-image:url(images/watermark.jpg);
background-attachment:scroll;
background-position:bottom left;
background-repeat:no-repeat;}

A.footer
{
	color: #ffffff;
	text-decoration: none;
}
a.footer:link
{
	color: #ffffff;
	text-decoration: none;
}
a.footer:visited
{
	color: #ffffff;
	text-decoration: none;
}
a.footer:hover
{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
a.footer:active
{
	color: #0b51f1;
	text-decoration: none;
	border-bottom: 1px dotted #0b51f1;
}
.white {color: #FFFFFF}

.ImgPadding { padding:2px 2px 2px 2px; border:1px solid #58AF82; }