/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(images/background_default.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

a.greenbox:link, a.greenbox:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a.greenbox:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

a:link,a:visited {
	color:#01539D;
}

a:hover {
	color:#999999;
}