Body
{

	margin: 10px;
}
/* GENERIC */
H1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #000267;
}

H2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #64adf1;
}

H3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}

H4
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H5, DT
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

H6
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

TFOOT, THEAD
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

A:link
{
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}

A:visited
{
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}

A:hover
{
	text-decoration: underline;
	color: #64adf1;
	font-weight: bold;
}

A:active
{
	text-decoration: none;
	color: #003366;
}
UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
	color: #696969;
	height: 1pt;
	text-align: left;
}


.style1 {
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


p {
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}