A:link
{
    FONT-SIZE: 10pt;
    COLOR: #003366;
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif;
    TEXT-DECORATION: none;
}
A:active
{
    FONT-SIZE: 10pt;
    COLOR: #003366;
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif;
    TEXT-DECORATION: none;
}
A:visited
{
    FONT-SIZE: 10pt;
    COLOR: #003366;
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif;
    TEXT-DECORATION: none;
}
A:hover
{
    FONT-SIZE: 10pt;
    COLOR: red;
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif;
    TEXT-DECORATION: underline;
}
BODY
{
    FONT-SIZE: 10pt;  
	COLOR: white;  
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif;
    word-space: 1em
}


H1
{
    FONT-SIZE: 18pt;
	COLOR: white; 
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif
}
H2
{
    FONT-SIZE: 16pt;
	COLOR: white; 
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif
}
H3
{
    FONT-SIZE: 14pt;
	COLOR: white; 
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif
}
H4
{
    FONT-SIZE: 12pt;
	COLOR: white; 
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif
}
H5
{
    FONT-SIZE: 10pt;
	COLOR: white; 
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif
}
H6
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif
}
DIV
{
    FONT-SIZE: 1em;
	COLOR: white; 
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif
}
P
{
    FONT-SIZE: 10pt;
	COLOR: white; 
    LINE-HEIGHT: 1.5em;
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif;
    word-space: 1em
}
OL
{
    FONT-SIZE: 10pt;
	COLOR: white; 
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif
}
UL
{
    FONT-SIZE: 10pt;
	COLOR: white; 
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif
}
SPAN
{
    FONT-SIZE: 10pt;
	COLOR: white; 
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif
}
TD
{
    FONT-SIZE: 10pt;
	COLOR: white; 
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif;
    word-space: 1em
}
SELECT
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif
}
TH.columnHdr
{
    FONT-WEIGHT: bold;
	COLOR: white; 
    FONT-SIZE: 10pt;
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif
}
TH.tableHdr
{
    FONT-SIZE: 1em;
    COLOR: white; 
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif
}
TD.rowHdr
{
    FONT-WEIGHT: bold;
	COLOR: white; 
    FONT-SIZE: 10pt;
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif
}
TD.small
{
    FONT-SIZE: 10pt;
	COLOR: white; 
    FONT-FAMILY: tahoma, Verdana, Helvetica, Sans-serif
}

.greyTop			{
                    border-top:1 solid #a7a7a7;
                    height: 0;
                }
.greyBottom			{
                    border-bottom:1 solid #a7a7a7;
                    height: 0;
                }
.greySides			{
                    border-left:1 solid #a7a7a7;
					border-right:1 solid #a7a7a7;
                    height: 0;
                }
				
.grayTable			{
                    border-top:1 solid #303030;
                    border-left:1 solid #303030;
                    border-right:1 solid #303030;
                    border-bottom:1 solid #303030;
                    height: 0;
                }

.tableWhite			{
                    border-top:1 solid white;
                    border-left:1 solid white;
                    border-right:1 solid white;
                    border-bottom:1 solid white;
                    height: 0;
                }
.tableGrey2			{
                    border-top:1 solid #333333;
                    border-left:1 solid #333333;
                    border-right:1 solid #333333;
                    border-bottom:1 solid #333333;
                    height: 0;
                }

.table			{
                    border-top:1 solid black;
                    border-left:1 solid black;
                    border-right:1 solid black;
                    border-bottom:1 solid black;
                    height: 0;
                }

.Blue			{
                    border-top:1 solid #9FAECB;
                    border-left:1 solid #9FAECB;
                    border-right:1 solid #9FAECB;
                    border-bottom:1 solid #9FAECB;
                    height: 0;
                }
.tableGrey			{
                    border-top:1 solid #a1a1a1;
                    border-left:1 solid #a1a1a1;
                    border-right:1 solid #a1a1a1;
                    border-bottom:1 solid #a1a1a1;
                    height: 0;
                }
.lightBlueTable			{
                    border-top:1 solid #EDEDED;
                    border-left:1 solid #EDEDED;
                    border-right:1 solid #EDEDED;
                    border-bottom:1 solid #EDEDED;
                    height: 0;
                }
                
.top			{
                    border-top:1 solid black;                  
                    height: 0;
                }
                
.tableTop
				{
                    border-top:1 solid black;
                    border-left:1 solid black;
                    border-right:1 solid black;
                    height: 0;
                }

.tableBottom
				{
                    border-bottom:1 solid black;
                    border-left:1 solid black;
                    border-right:1 solid black;
                    height: 0;
                }
                
.topBtm			{
                    border-top:1 solid black;                   
                    border-bottom:1 solid black;
                    height: 0;
                }
.tblBtm			{                                      
                    border-bottom:1 solid white;
                    height: 0;
                }
.tblBtmGrey			{                                      
                    border-bottom:1 solid #999999;
                    height: 0;
                }
				 
.tblTop			{                                      
                    border-top:1 solid white;
                    height: 0;
                }
				                
.topRight		{
                    border-right:1 solid black;   
                    border-top:1 solid black;                   
                    border-bottom:1 solid black;
                    height: 0;
                }
                
.topLeft		{
                    border-left:1 solid black;   
                    border-top:1 solid black;                   
                    border-bottom:1 solid black;
                    height: 0;
                }
