p            { font-size: 10pt }
td           { font-size: 10pt }
body         { font-family: Verdana, Arial, Helvetica; background-color: #FFFFFF; color: 
               #000000; background-image: url('images/bg.gif') }
a:link       {
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}
a:visited    {
	color: Olive;
	font-weight: bold;
	text-decoration: none;
}
a:active     { color: #8888ff; font-weight: bold; text-decoration: none }
a:hover      {
	color: Navy;
	font-weight: bold;
	text-decoration: none;
}
h1           {
	font-size: 24pt;
	text-align: right;
	font-weight: bold;
	margin-top: 10pt;
	font-family: Verdana, Arial, Helvetica;
	color: #000179;
}
h2           {
	font-size: 16pt;
	text-align: center;
	color: Purple;
	margin-top: 12pt;
}
select, input { font-size: 8pt; border-color: #000000; border-width: 1 }

