body {
	background-color: #ffffff;
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
	background-image: url('header.png');
	background-repeat: no-repeat;
	margin-top: 125px;
	margin-left: 20px;
	margin-right: 20px;
}

p, table {
	font-size: 11pt;
	margin-top: 0;
	margin-bottom: 15px;
}

p.code {
	font-family: Courier;
}

a:link {
    color: #5a7ac7;
}

a:visited {
    text-decoration: none;
    color: #9f75ad;
}

a:hover {
    color: #dd6545;
    text-decoration: underline;
}

a:active {
}

h1,h2,h3,h4,h5,h6 {
	color: #aebf91;
	font-weight: bold;
}
    
h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}