BODY {
	background-color : #6495ED;
	font-family: Verdana,Arial;
	color: black;
	font-size: 10pt;
}
H1	{font-size: 14pt; font-weight: normal; text-decoration: none;}
H2	{font-size: 16pt; font-weight: bold; text-decoration: none;}
H3	{font-size: 24pt; font-weight: normal; text-decoration: none;}
H4	{font-size: 10pt; font-weight: bold; text-decoration: none;}
H5	{font-size: 12pt; font-weight: normal; text-decoration: none;}
H6	{font-size: 12pt; font-weight: bold; text-decoration: none;
}
Table {
	background-color : #6495ED;
/*	background-image: url("fd_logoRose.gif"); */
	font-family: Verdana,Arial;
	color: black;
	font-size: 10pt;
}
.tabFee {
	background-color : #F0F8FF;
	border : thin Navy;
	color : Black;
}
.tabTxt {
	background-color : #99CCFF;
	border : thin Navy;
	color : Black;
}
.miniTxt {
	font-size : 8pt;
}

A
{
	text-decoration: none;
	font-weight: bold;
}
A:link
{
    COLOR: Navy;
}
A:visited
{
    COLOR: Navy;
}
A:active
{
    COLOR: Gray;
}
A:hover
{
	color: Blue;
	text-decoration: underline;
} 
