body, td
{ 
	padding:3; 
	background-color:#ffffff;
	font-family:Arial, sans-serif;
	font-size: 10pt;
	color:#000;
	text-align:justify;
} 

body.indexpage
{
	background-color:#336699;
	text-align:center;
}

TD.indexpage
{
	background-color:#336699;
	text-align:left;
}

TD.indexbottomnav
{
	background-color:#336699;
	text-align:center;
}

A.index:link
{ color: #ffcc99; }

A.index:visited 
{ color: #cc9966; }

A.index:active 
{ color: #996633; }

A.index:link:hover 
{ 
color: #996633;
text-decoration: none;
}

A.index:visited:hover 
{ color: #cc0000; }

A:link
{ color: #0000CC; }

A:visited 
{ color: #000099; }

A:active 
{ color: #000066; }

A:link:hover 
{ 
color: #996633;
text-decoration: none;
}

A:visited:hover 
{ color: #cc0000; }

#title
{
	text-align:center;
	font-family:Arial, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color:#000;
}

#section
{
	text-align:left;
	font-family:Arial, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color:#000;
}

#bottomnav
{
	text-align:center;
	font-family:Arial, sans-serif;
	font-size: 8pt;

}