    body {
      background: #FFF;
      color: #000;
      font-size: 12px;
      font-family: Arial, Helvetica, sans-serif;      
    }
    li {
      background: #FFF;
      color: #333;
      font-size: 14px;
      font-family: Arial, Helvetica, sans-serif;      
    }
        A:link {font-size: 14px; text-decoration: underline; color: #0000CC; }
        A:visited {font-size: 14px; text-decoration: underline; color: #0000CC;}
        A:active {font-size: 14px; text-decoration: underline; color: #0000CC; }
        A:hover {font-size: 14px; text-decoration: underline; color: red;}

        A.title:link {font-size: 22px; text-decoration: none; color: #000000; }
        A.title:visited {font-size: 22px; text-decoration: none; color: #000000;}
        A.title:active {font-size: 22px; text-decoration: none; color: #000000; }
        A.title:hover {font-size: 22px; text-decoration: underline; color: green;}

        A.menu:link {font-size: 14px; text-decoration: underline; color: #FFFFFF; }
        A.menu:visited {font-size: 14px; text-decoration: underline; color: #FFFFFF;}
        A.menu:active {font-size: 14px; text-decoration: underline; color: #FFFFFF; }
        A.menu:hover {font-size: 14px; text-decoration: underline; color: #FFFFFF;}

        table.menu {font-size: 14px; text-decoration: none; font-weight:bold; color: #FFFFFF; }
        h1 {
            position: relative;
            color: #008833;
            font-size: 20px;
            margin: 0 0 5px 0;
        }
        h2 {font-size:18px; color:black; font-weight:bold}
        h4 {font-size:12px; color:black; font-weight:bold}

        .tab {border:2px solid black; background:#00AA00; color:white; }
        .activetab {border-top:2px solid black; border-left:2px solid black; border-right:2px solid black; background:#00AA00; color:white; }
        .bottab {border-bottom:2px solid black;}

        .forms {font-size:12px; border:1px solid black;}

        .activefont {font-weight:bold; color:#00FFFF; font-size:15px;}
        
        .errmsg {font-size:14px; color:red;}
        
        .formcol2 {font-size:14px; color:black; width:360px}

        .tabtopleft  { background: url(../images/tab_top_left.gif) no-repeat top left; }
        .tabtop      { background: url(../images/tab_top_right.gif) no-repeat top right; }

        .tabtopleft, .tabtop {
                width: 100%;
                height: 9px;
                font-size: 1px;
        }

        td.tabheader {
                font-size: 14px;      
                font-style: yellow;
                background: #000000;
        }

        td.activetabheader {
                font-size: 14px;  
                height: 20px;
                background: #000000;
        }
        
        font.activetabheader {
            color: yellow;
        }

        font.tabheader {
            color: white;
        }

        div.tabarea {
                font-size:16px;
                background-color:#008800; 
                font-weight: bold;
                color: white;
                height: 32px;
        }

        div.activetabarea {
                font-size:16px;
                background-color:#00AA00; 
                font-weight: bold;
                color: white;
                height: 32px;
        }

        .inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #223D42;
	background-color: #CFE8EF;
	height: 28px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
	background-image: url(../images/inputbox1.gif);
        }