body {
	background-color: #eeeeee;
	color: #000000;
	font-size: 9pt;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	width: 830px;
	margin: 0 auto;
	padding: 0;
}

div#container
{
	margin: 1em auto;
	border: 1px solid #000;
	padding: 1em;
	background-color: #FFFFFF;
}
		
.header {
	font-size: 18pt;
	font-weight: bold;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}

.subheader {
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}

table.center {margin-left:auto; margin-right:auto;}
 
p {
	line-height: 1.4em;
}

img {
	border-width: 0;
}

a:link {
	text-decoration: none;
	color: #00008b;
	font-weight: bold;
}

a:hover {
	color: #FF0000; /* #000067 #00004f #000055 */
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #00008b;
	font-weight: bold;
}

a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}



