A:active
{
    FONT-SIZE: 9pt;
    COLOR: blue;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
A:link
{
    FONT-SIZE: 9pt;
    COLOR: blue;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
A:visited
{
    FONT-SIZE: 9pt;
    COLOR: blue;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
TABLE   { background-color : transparent;
          border-bottom : medium none;
          border-left : medium none;
          border-right : medium none;
          border-top : medium none;
          color : <%=Session("SheetBodyFontColor")%>;
          font-family : <%=Session("SheetBodyFont")%>;
          font-style : <%=Session("SheetBodyFontStyle")%>;
          font-size : <%=Session("SheetBodyFontSize")%>pt;
	      margin-left : 0%;
          padding-bottom : 1pt;
          padding-left : 1pt;
          padding-right : 1pt;
          padding-top : 1pt;
}

TH   { background-color : <%=Session("SheetHeaderColor")%>;
       color : <%=Session("SheetHeaderFontColor")%>;
       font-family : <%=Session("SheetHeaderFont")%>;
       font-style : <%=Session("SheetHeaderFontStyle")%>;
       font-size : <%=Session("SheetHeaderFontSize")%>pt;
	   font-weight: normal;
	   text-align : left;
}

TD { background-color : <%=Session("SheetDataColor")%>;
	 font-family : <%=Session("SheetDataFont")%>;
	 font-style : <%=Session("SheetDataFontStyle")%>;
	 font-size : <%=Session("SheetDataFontSize")%>pt;
	 font-weight: normal;
	 color : <%=Session("SheetDataFontColor")%>;
	 text-align : left;
	 padding-bottom : 1pt;
     padding-left : 1pt;
     padding-right : 1pt;
     padding-top : 1pt;
}
          
BODY  { margin-top:5;
        margin-left:5;
        background-attachment: fixed;
        background-color: <%=Session("SheetBodyColor")%>;
        BACKGROUND-IMAGE: <%=Session("SheetBodyImage")%>;
        font-family: <%=Session("SheetBodyFont")%>;
	    font-weight: normal;
	    font-style: <%=Session("SheetBodyFontStyle")%>;
	    font-size: <%=Session("SheetBodyFontSize")%>pt;
	    text-decoration: none;
	    color: <%=Session("SheetBodyFontColor")%>;
}

INPUT { font-size : 90%; }

SELECT { font-size : 90%; 
		z-index : 0; }


.clsFooterA
{
    FONT-SIZE: 8px;
    COLOR: black;
    FONT-FAMILY: 'Small Fonts';
    TEXT-DECORATION: none
}
.clsFooterA A:link
{
    COLOR: black
}
.clsFooterA A:active
{
    COLOR: black
}
.clsFooterA A:visited
{
    COLOR: black
}
.clsFooterB
{
    FONT-WEIGHT: 600;
    FONT-SIZE: xx-small;
    COLOR: black;
    FONT-FAMILY: Tahoma, Arial
}
.clsParagraphA
{
    BORDER-RIGHT: 1px;
    BORDER-TOP: 1px;
    PADDING-LEFT: 5px;
    FONT-SIZE: 9pt;
    BORDER-LEFT: 1px;
    WIDTH: 400px;
    TEXT-INDENT: 0px;
    BORDER-BOTTOM: 1px;
    FONT-FAMILY: Tahoma, Arial
}
.clsParagraphB
{
    PADDING-LEFT: 5px;
    LINE-HEIGHT: 13pt;
    TEXT-ALIGN: justify
}
.clsParagraphB TD
{
    FONT-SIZE: 9pt;
    COLOR: black;
    TEXT-INDENT: 10px;
    FONT-FAMILY: Tahoma, Arial;
    TEXT-ALIGN: justify
}
.clsAnnGrid
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-SIZE: 8pt;
    BORDER-LEFT: medium none;
    COLOR: black;
    BORDER-BOTTOM: medium none;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: #f5f5f5;
    TEXT-ALIGN: center
}
.clsAnnGrid A:active
{
    COLOR: blue
}
.clsAnnGrid A:link
{
    COLOR: blue
}
.clsAnnGrid A:visited
{
    COLOR: blue
}
.clsAnnGrid H5
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-SIZE: 10pt;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center;
    TEXT-DECORATION: underline
}
.clsNav
{
    FONT-SIZE: 8pt;
    COLOR: gray;
    FONT-FAMILY: 'Arial Black', 'Palatino Linotype'
}
.clsParagraphB P
{
    FONT-SIZE: 9pt;
    COLOR: black;
    TEXT-INDENT: 0pt;
    LINE-HEIGHT: 13pt;
    FONT-FAMILY: Tahoma, Arial;
    TEXT-ALIGN: justify
}
.clsNewsGrid
{
}
.clsNewsGrid A:link
{
    FONT-SIZE: 8pt;
    COLOR: blue;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
.clsNewsGrid A:active
{
    FONT-SIZE: 8pt;
    COLOR: blue;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
.clsNewsGrid A:visited
{
    FONT-SIZE: 8pt;
    COLOR: blue;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline
}
