a:link
{
	color: rgb(0,0,255); 
}
a:visited
{
	color: rgb(0,0,255); 
} 
a:active 
{
	color: rgb(255,153,0);
}
a:hover
{
	color: rgb(255, 153, 0);
}

a.static:link
{
	color: rgb(0, 0, 255);
	text-decoration: none;
}

a.static:visited
{
	color: rgb(0,0,255);
	text-decoration: none;
}

BODY
{
	font-family: Arial, Verdana, Helvetica;
	bgcolor: rgb(255, 255, 255);
	font-size: 11pt;
}

h1
{
	font-family: Times New Roman, Times;
	color: rgb(153,153,51);
}
h2
{
	font-family: MS Sans Serif, sans-serif;
	color: rgb( 0,102,153); 
}

.side
{
font-size: 10pt;
font-family: "Ariel Narrow", Arial;
}

ul.side
{
/*list-style-image: url("arrow.gif");*/
list-style-type: square;
}

ul.side li
{
margin-left: 0;
text-indent: -20px;
font-family: "Arial Narrow", Arial;
font-size: 10pt;
}

.toc_item
{
font-size: 10pt;
font-weight: bold;
}