body {
	margin:0px; font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #cccccc;
	font-size: small;
}

p {
	text-align: justify;
}

strong {
	color: #000000;
}

td {
	font-size: 9pt;
}
a:link {
	color: #999999;
	text-decoration: underline;
	
}

a:visited {
	color: #999999;
	text-decoration: underline;
	
}

a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFCC66;
	
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #003366;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #999999;
}
h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #003366;
}
h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #003366;
}

li {
	list-style-image:  url('../images/bullet.gif');
	}

	
.footer {
	font-size: 8pt;
	color: #666666;
}

