body
{
	background-color: #ddffdd;
	color: #000000;
}
h1
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	font-size:18;
	color:navy;
}
h2
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	font-size:16;
	color:navy;
}
h3
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	font-size:14;
	color:navy;
}
h4
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12;
	color:navy;
}
th
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:11;
	color:navy;
}
th.big
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12;
	color:navy;
}
th.heavy
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	font-size:16;
	color:navy;
}
td
{
	font-family:Times New Roman,Times,Serif;
	font-size:14;
}		
td.compact
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:9;
}
td.label
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12;
	color:navy;
}
td.info
{
	font-family:Times New Roman,Times,Serif;
	font-size:14;
	font-style:italic;
	color:green;
}
td.h1
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-weight:bold;
	font-size:18;
	color:navy;
}
td.data
{
	font-family:Courier New,Courier;
	font-size:14;
}
select.data
{
	font-family:Courier New,Courier;
	font-size:14;
}
input.data
{
	font-family:Courier New,Courier;
	font-size:14;
}
p
{
	font-family:Times New Roman,Times,Serif;
	font-size:14;
}
p.error
{
	font-family:Times New Roman,Times,Serif;
	font-size:14;
	font-style:italic;
	color:red;
}
p.valid
{
	font-family:Times New Roman,Times,Serif;
	font-size:14;
	font-style:italic;
	color:red;
}
p.info
{
	font-family:Times New Roman,Times,Serif;
	font-size:14;
	font-style:italic;
	color:green;
}
p.data
{
	font-family:Courier New,Courier;
	font-size:14;
	margin-left:30;
}
p.label
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12;
	color:navy;
}
li
{
	font-family:Times New Roman,Times,Serif;
	font-size:14;
}
a:link {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

