/* CSS Document */

body {background-image:url(images/bknd.gif);
background-repeat:repeat-x;
background-color:#050609;
margin:0px;
}

body a:visited { color: #003399; text-decoration: underline}
body a:link { color: #003399; text-decoration: underline}
body a:active { color: #003399; text-decoration: underline}
body a:hover { color: #990000; text-decoration: underline}

#content {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding:20px;
}
#content h1 {
	font-size:16px;
	color:#003399;
}
#content h2 {
	font-size:12px;
	color:#003399;
	font-weight:bold;
}
