BODY    { 
			background: white;
			font-family: verdana, Arial, Helvetica, helv, sans-serif;
			font-size: 10pt;
			color: #505050;
        }
A
{
	font-family: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
A:link		{ color: #663300;font-family:Tahoma }
A:visited	{ color: #663300;font-family:Tahoma }
A:hover		{ color: #A45200;font-family:Tahoma }
A:active	{ color: #C0BCC0; }

A.reddish
{
	font-family: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
a:link.reddish		{ color: #903498; }
a:visited.reddish	{ color: #903498; }
a:hover.reddish		{ color: #ff4500; }
a:active.reddish	{ color: #903498; }

A.blue
{
	font-family: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
a:link.blue		{ color: #191970; }
a:visited.blue	{ color: #191970; }
a:hover.blue	{ color: #ff4500; }
a:active.blue	{ color: #191970; }

A.bluenotbold
{
	font-family: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}
a:link.bluenotbold		{ color: #191970; }
a:visited.bluenotbold	{ color: #191970; }
a:hover.bluenotbold		{ color: #ff4500; }
a:active.bluenotbold	{ color: #191970; }

A.olive
{
	font-family: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
a:link.olive	{ color: olive; }
a:visited.olive	{ color: olive; }
a:hover.olive	{ color: #ff4500; }
a:active.olive	{ color: olive; }

A.right
{
	font-family: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none; color:#800000
}
a:link.right	{ color: #800000;font-family:Arial; font-size:8pt; text-decoration:none; font-weight:bold }
a:visited.right	{ color: #800000;font-family:Arial; font-size:8pt; text-decoration:none; font-weight:bold }
a:hover.right	{ color: #FF6600;font-family:Arial; font-size:8pt; text-decoration:none; font-weight:bold }
a:active.right	{ color: #FF6600;font-family:Arial; font-size:8pt; text-decoration:none; font-weight:bold }

A.grey
{
	font-family: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
a:link.grey		{ color: #585058; }
a:visited.grey	{ color: #585058; }
a:hover.grey	{ color: white; }
a:active.grey	{ color: #585058; }

A.white
{
	font-family: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
a:link.white	{ color: white; }
a:visited.white	{ color: white; }
a:hover.white	{ color: #FFB400; }
a:active.white	{ color: white; }

A.small
{
	font-family: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
a:link.small	{ color: #ff8c00; }
a:visited.small	{ color: #ff8c00; }
a:hover.small	{ color: gray; }
a:active.small	{ color: #ff8c00; }

A.smallwhite
{
	font-family: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
a:link.smallwhite	 { color: white; }
a:visited.smallwhite { color: white; }
a:hover.smallwhite	 { color: #FFB400; }
a:active.smallwhite	 { color: white; }

A.smallgray
{
	font-family: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}
a:link.smallgray		{ color: #C0BCC0; }
a:visited.smallgray	{ color: #C0BCC0; }
a:hover.smallgray		{ color: #FFB400; }
a:active.smallgray	{ color: #C0BCC0; }

DIV.N8 {    
			font-size: 8pt;
			font-weight: normal;
			font-family: Arial, Helvetica, sans-serif;
        }
DIV.N10 {    
			font-size: 10pt;
			font-weight: normal;
			font-family: Arial, Helvetica, sans-serif;
        }
div.N12       {    
			font-size: 12pt;
			font-weight: normal;
			font-family: Arial, Helvetica, sans-serif;
        }
DIV.N14 {    
			font-size: 14pt;
			font-weight: normal;
			font-family: Arial, Helvetica, sans-serif;
        }
DIV.B12 {    
			font-size: 12pt;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			color: #C0BCC0;
        }