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

body {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#999;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}

.sub { position: relative; bottom: 4px; left:.2ex; font-size: 75%;}

.disclaimer { font-size: 9px;}

.invalid { color: #F00;}

A:link {text-decoration: none; color: green;}
A:visited {text-decoration: none ;color: green;}
A:active {text-decoration: none; color: green;}
A:hover {text-decoration: underline; color: green;}