html { height:100%; }
body { background: #012 url(/images/backpat.jpg) fixed left top; height:100%; margin: 0; padding: 0; }

.grunge { background-image: url(/images/grunge.png); background-repeat: no-repeat; background-attachment: fixed; background-position: 0 0; text-align: center; }

div, p, blockquote, ol, ul, dl, li, dt, dd, td 	{ color: #000; font-size: 11px; font-family: Verdana, Arial, Sans-Serif; line-height: 150%; }

a:link, a:visited	{ color: #283851; text-decoration: underline; }
a:hover, a:active	{ color: #fff; background-color: #283851; text-decoration: none; }

.footer									{ color: #ccc; font-size: 10px; font-weight: lighter; }
.footer a:link, .footer a:visited		{ color: #eee; font-size: 10px; font-weight: lighter; text-decoration: underline; }
.footer a:hover, .footer a:active		{ color: #fff; font-size: 10px; font-weight: lighter; background-color: #283851; text-decoration: none; }

.margin 	{ margin: 5px; }
.smaller  	{ font-size: smaller; }
.bigger  	{ font-size: larger; }

.formheadings	{ font-weight: bold; }
.formresults	{ font-style: italic; }

.clear { clear: both; }
