﻿        BODY
        {
	        font-family: Verdana, Arial, Helvetica, sans-serif;
	        text-decoration: none;
	        font-size: 10pt;
	        background-color:#ffffff;
        }    

        input { 
	        font-size: 7pt; 
            color: #000099; 
            font-family: Verdana, arial, helvetica, sans-serif 
        }        

        #topstaticnavigation
        {   
            position:absolute;
            top: 2px;
            left: 2px;
            width: 100%;
            background-color: #dedfe0;
            height: 22px;
        }

        #sitelabel
        {
            position:absolute;
            top:26px;
            left: 2px;
            width:100%;
            height:56px;
            color:white;
            background-color:#113388;
            text-align:center;
            font-size:24px;
        }        
        #sitelabel #text
        {
            position:absolute;
            top:26px;
            left: 2px;
            width:100%;
            height:56px;
        }

        #logo
        {
            position:absolute;
            background-color:#fff;
            top:12px;
            z-index:10;
            height:51px;
            width:162px;
            text-align:center;
            overflow:hidden;
            left:2px;
            display:block;    
        }
        #logo a					
        {
            display:block;
            padding:13px 0;
        }    
        legend.main{
            font-size:24px;
        }
        .input{
            width:100%;
            clear:both;
        }
        .label{
            font-weight:bold;
            width:180px;
            float: left;
        }
        .input textarea,.input input,.input select {
            width:450px;
        }
        .radioinput{
            clear:both;
        }
        .radioinput textarea,.radioinput input,.radioinput select {
            width:20px;
        }
        fieldset{
            padding:10px;
            clear:both;
        }
        .inputTrack{
            width:500px;
            clear:both;
            text-align:left;
        } 
        .inputTrack .label{
            font-weight:bold;
            width:150px;
            float: left;
        }    
        .inputTrack input{
            width:100px;
        }
        .TrackButton{
            width:100px;
            height:30px;
            font-size:12px;
            margin-top:15px;
        }
