body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	background-color: #FFFFFF;
	margin: 20px;
}

p {
	font-size: 8pt;
}

a:link      { color: #999999; text-decoration: underline; font-weight: normal;}
a:active    { color: #999999; text-decoration: underline; font-weight: normal;}
a:visited   { color: #999999; text-decoration: underline; font-weight: normal;}       
a:hover     { color: #000000; text-decoration: underline; font-weight: normal;}

h1 {
	font-size: 64px;
	color: #436381;
	letter-spacing: -6px;
	margin-top: 1em; margin-bottom: 0em;
}

h2 {
	font-size: 17px;
	color: RGB(255,102,0);
	line-height: 20px;
	margin-top: 1em; margin-bottom: 1em;
}

.error {
	color: #990000;
}
a.error {
	font-size: 7pt;
	color:  #990000;
	text-decoration: none;
}
a.error:link      { color: #990000; text-decoration: none; font-weight: normal;}
a.error:active    { color: #990000; text-decoration: none; font-weight: normal;}
a.error:visited   { color: #990000; text-decoration: none; font-weight: normal;}       
a.error:hover     { color: #000000; text-decoration: none; font-weight: normal;}

