/* CSS Document */

body {
	background-image: url(images/bgimage.gif);
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 9pt;
	margin: 5px;
}

td {
	vertical-align: top;
}

a:link {
	color: #990000;
}

a:visited {
	color: #990000;
}

a:hover {
	color: #0000FF;
}
