.background
{
	background-image: url('code/images/bg.gif');
	background-repeat: no-repeat
}

UL
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;
	color : Navy;
}

P
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;
	color : Navy;
}

td
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;
	color : Navy;
}


H1
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 13pt;
	color : Navy;
	font-weight: Bold
}

H2
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 11.5pt;
	color : Navy;
	font-weight: Bold
}

.copy
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;
	color : Navy;
}

.italic
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;
	color : Navy;
	font-style : italic;
}

.address
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;
	color : Navy;
}

.small
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;
	color : Navy;
}

.bold
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;
	color : Navy;
	font-weight : bold;
}

.header
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 12pt;
	color : Navy;
	font-weight : bold;
}


.redbold
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;
	color : #CC0000;
	font-weight : bold;
}

.required
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;
	color : Red;
	font-weight : normal;
}


A:link
{
	color : Red;
	text-decoration : none;
	font-weight: Bold
}



A.1:link
{
	color : Red;
	text-decoration : none;
	font-weight: Bold
}

A.1:visited
{
	color : Red;
	text-decoration : none;
	font-weight: Bold
}

A.1:active
{
	color : Red;
	text-decoration : none;
	font-weight: Bold
}

A.1:hover
{
	color : blue;
	text-decoration : none;
	font-weight: Bold
}

A:active
{
	color : Red;
	text-decoration : none;
	font-weight: Bold
}

A:hover
{
	color : blue;
	text-decoration : none;
	font-weight : bold
}

A:visited
{
		color : Red;
		text-decoration : none;
		font-weight : bold		
}

