BODY, TABLE, TD  {
	background-color: white;
	font-size : 10pt;
	font-family : Helvetica, Arial, Sans-Serif;
	color: black;
}

A  {
	font-family : Helvetica, Arial, Sans-Serif;
	font-size : 10pt;
	text-decoration : none;
}

P  {
    text-indent : 10pt;
}

UL  {
	list-style-type : square;
    margin-left : 20pt;
}

A:Visited  {
    color : darkblue;
	font-family : Helvetica, Arial, Sans-Serif;
	text-decoration : none;
}

A:Active  {
    color : darkblue;
	font-family : Helvetica, Arial, Sans-Serif;
	text-decoration : none;
}

A:Hover  {
    color : blue;
	font-family : Helvetica, Arial, Sans-Serif;
	text-decoration : underline;
}

A.menu {
    color : blue;
    font-size : 11pt;
}

.big {
    font-size : 14pt;
}

.small {
    font-size : 6pt;
}


