BODY
{
	font-size: 10pt Arial;
	color: White;
	background:#669ACC;
}

H1 
{
	font-size: 24pt;
	color: White;
	font-weight : bold;
	font-family : "Arial Black";
}

H2 
{
	font-size: 10pt;
	color: #333333;
	font-style : italic;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

H3 
{
	font-size: 18pt;
	color: White;
	font-weight : bold;
	font-family : Garamond;
}

DIV.Bottom 
{
	font-size: 10pt;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

DIV.Comment 
{
	font-size: 10pt;
	font-family : Arial, Helvetica, sans-serif;
}

DIV.Error 
{
	font-size: 10pt;
	color: Red;
	font-family : Arial, Helvetica, sans-serif;
}

DIV.Req 
{
	font-size: 10pt;
	color: Red;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

DIV.head
{
	font-size: 10pt;
	color: Aqua;
	font-weight : bold;
	font-family : Arial;
}

TD
{
	font-size: 10pt;
	color: White;
	font-family : Arial;
}

TD.bold
{
	font-size: 10pt;
	color: White;
	font-weight : bold;
	font-family : Arial;
}

TD.head
{
	font-size: 10pt;
	color: Aqua;
	font-weight : bold;
	font-family : Arial;
}

TR.mod
{
	font-size: 10pt;
	font-family : Arial;
	background-color : #213890;
}


P{
	font-size: 10pt;
	color: White;
	font-family : Arial;
}
	
A:LINK 
{
	color : #FFEBCD;
}

A:VISITED
{
	color : #1CCCFF;
}

A:ACTIVE
{
	color : #FFEBCD;
	text-decoration : none;	
}

A:Hover 
{
	color:  #1CCCFF;
	text-decoration : none;	
}

