BODY, TD {
	color : #002400;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : 12px;
	SCROLLBAR-FACE-COLOR: #002400;
	SCROLLBAR-HIGHLIGHT-COLOR: #990000;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFEC;
	SCROLLBAR-ARROW-COLOR: #FFCC33;
	SCROLLBAR-TRACK-COLOR: #FFEEEC;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
	background-color : #FFFFEC;
}

SPAN.countdown {
	color : #002400;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : 12px;
	background-color : #FFFFEC;
	font-weight : bold;
}

A {
	color : #002400;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	background : transparent;
}

A.pink:HOVER {
	color : Fuchsia;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	background : transparent;
}

A.pink {
	color : Fuchsia;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	background : transparent;
}

A:HOVER {
	color : #002400;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	background : transparent;
}

P {
	background : transparent;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	text-indent : 15px;
	font-size : 12px;
}

LI {
	background : transparent;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : 12px;
}

SMALL {
	background : transparent;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : 11px;
}

BIG {
	background : transparent;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : 24px;
	font-style : italic;
}

BIG.pink {
	background : transparent;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : 24px;
	font-style : italic;
	color : #FFC0CB;
}

SPAN.login {
	background : transparent;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : 24px;
	color : #002400;
}

SPAN.notice {
	background : transparent;
	font-family : "Courier New", Courier, monospace;
	font-size : 14px;
	color : #002400;
	font-weight : bolder;
}

TD.dark {
	background : #002400;
}

TH {
           font-family : Arial, Helvetica, sans-serif, sans-serif;
           font-size : 15px;
           vertical-align : top;
           text-align : left
       }

/************************************************************
*                   SECTION HEADER STYLINGS                 *
************************************************************/

       TD.sectionHeaderStyle {
                font-family : Verdana, Helvetica, sans-serif;
                font-size : 14px;
                font-weight : bold;
                color : #FFEEEC;
                background : #002400;
        }

/************************************************************
*                   TABLE HEADER STYLINGS                 *
************************************************************/

       TD.tableHeaderStyle {
                font-family : Verdana, Helvetica, sans-serif;
                font-size : 14px;
                font-weight : bold;
                color : #002400;
                vertical-align : top; 
                background : #FFEEEC;
        }

/************************************************************
*                   TABLE CELL STYLINGS                 *
************************************************************/

       TD.tableCellStyle {
                font-family : Verdana, Helvetica, sans-serif;
                font-size : 14px;
                color : #002400;
                vertical-align : top; 
        }

/************************************************************
*                   TABLE ROW HEADER STYLINGS               *
************************************************************/

      TD .tableRowHeaderStyle {
                font-family : Verdana, Helvetica, sans-serif;
                font-size : 14px;
                color : #002400;
                background : #E6E6C8;
                vertical-align : top; 
                text-align : left
        }
/************************************************************
*                   TABLE ROW STYLINGS                      *
************************************************************/

      TD .tableRowStyle {
                font-family : Verdana, Helvetica, sans-serif;
                font-size : 14px;
                color : #002400;
                background : #E6E6C8;
                vertical-align : top; 
        }

/************************************************************
*               APPLICATION SUB MENU STYLINGS               *
************************************************************/

      TD .applicationSubMenuStyle {
                font-family : Verdana, Helvetica, sans-serif;
                font-size : 10px;
                color : black;
                background : green;
        }

       A.applicationSubMenuLinkStyle:link {
           color: black;
       }

       A.applicationSubMenuLinkStyle:visited {
           color: black;
       }

       A.applicationSubMenuLinkStyle:active {
           color: black;
       }

/************************************************************
*                   Warning box                             *
************************************************************/

       TD.warning {
                font-family : Verdana, Helvetica, sans-serif;
                font-size : 18px;
                color : red;
                background : #E5E5E5;
                text-align: center; 
                vertical-align : top;
                border: medium green;
                border-style: dashed;
        }.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333300;
}
