TABLE 
{
	FONT-FAMILY: 'MS Sans Serif';
	COLOR: black;
	FONT-SIZE=12pt;
}

.linkcell 
{
	FONT-FAMILY: 'MS Sans Serif';
	BACKGROUND-COLOR: white;
	FONT-SIZE=12pt;
}

.textcell
{
	FONT-FAMILY: 'MS Sans Serif';
	BACKGROUND-COLOR: gray;
	COLOR: white;
	FONT-SIZE=12pt;
}	

.textcell2
{
	FONT-FAMILY: 'MS Sans Serif';
	BACKGROUND-COLOR: gray;
	COLOR: white;
	FONT-SIZE=12pt;
	TEXT-ALIGN: center;
}	

BODY
{
	BACKGROUND-COLOR: #cccccc;
	COLOR: navy;
}
A:link
{
    COLOR: red;
	FONT-WEIGHT: bold;
    FONT-FAMILY: 'MS Sans Serif';
    FONT-SIZE: 12pt;
    TEXT-DECORATION: none
}
A:active
{
    COLOR: red;
	FONT-WEIGHT: bold;
    FONT-FAMILY: 'MS Sans Serif';
    FONT-SIZE: 12pt;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: red;
	FONT-WEIGHT: bold;
    FONT-FAMILY: 'MS Sans Serif';
    FONT-SIZE: 12pt;
    TEXT-DECORATION: none
}

