/* CSS Document */

body {
	background-image:url(images/watermark.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visted {
	color: #021974;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
} 

hr {
	color: #021974;
}

ul {
	margin: 15;
	padding: 5;
	list-style-type: none;
}

li {
	background: url(images/bullet.gif) no-repeat 0 0%;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}

.footer {
	font-size:9px;
}

.subtext {
	font-size: 11px;
	font-weight: bold;
}
