<style>
  			.junkStyle
          {
     				font-family : tahoma, arial, verdana, helvetica;
     				font-weight : normal;
     				font-style : normal;
     			}

     			A  {
     				text-decoration : underline;
     				color : #AF876F;
     			}

     			A:Hover  {
     				text-decoration : underline;
     				color : #829936;
     			}          

     			A.small  {
     				text-decoration : underline;
     				color : #AF876F;
            font-size : 10px;
     			}
          
     			A.small:Hover  {
     				text-decoration : underline;
     				color : #829936;
     			}          

          
    			A.newslink  {
     				font-family : tahoma, arial, verdana, helvetica;
     				font-size : 12px;
     				font-weight : bold;
     				font-style : normal;
       				margin : 0px;
     				color : #920000;
					text-decoration : none;
     			}          
          
    			A.newslink:Hover {
					text-decoration : underline;
					color : #808080;
     			}          

     			H1  {
     				font-family : tahoma, arial, verdana, helvetica;
     				font-size : 18;
     				font-weight : bold;
     				font-style : normal;
     				margin : 0px;
     				color : #920000;
     			}


     			H1.kltl  {
     				font-family : tahoma, arial, verdana, helvetica;
     				font-size : 18;
     				font-weight : bold;
     				font-style : normal;
     				margin : 0px;
     				color : #FC0507;
     			}

     			H2  {
     				font-family : tahoma, arial, verdana, helvetica;
     				font-size : 16;
     				font-weight : bold;
     				font-style : normal;
     				margin : 0px;
     				color : #920000;
     			}

     			H3  {
     				font-family : tahoma, arial, verdana, helvetica;
     				font-size : 14px;
     				font-weight : bold;
     				font-style : normal;
       		  margin : 0px;
     				color : #920000;
     			}

     			H4  {
     				font-family : tahoma, arial, verdana, helvetica;
     				font-size : 12px;
     				font-weight : bold;
     				font-style : normal;
       		  margin : 0px;
     				color : #920000;
     			}

     			H5  {
     				font-family : tahoma, arial, verdana, helvetica;
     				font-size : 10px;
     				font-weight : bold;
     				font-style : normal;
       		  margin : 0px;
     				color : #920000;
     			}

     			td  {
     				font-family: arial, verdana, tahoma, helvetica;
     				font-size: 12px;
     				font-weight: normal;
     				color: #353535;
     			}

   				select, option, textarea, input  {
   					font-family: tahoma, arial, verdana, helvetica;
   					font-size: 12px;
   					font-weight: normal;
   					color: #353535;
   				}

     			body  {
     				font-family : arial, verdana, tahoma, helvetica;
     				font-size : 12px;
     				color : #353535;
     				background-color:#ddd;
					text-align: center;
					margin: auto;
     			}
				  #layout {
					background-color : white;
					margin: auto;
					padding: 0 2% 0 2%;
					width:800px;
					height:100%;
				}

     			.nav  {
     				font-family:   tahoma, arial, verdana, helvetica;
     				font-size: 11px;
     				font-weight: bold;
     				color: #000000;
            text-decoration : none;
            
     			}

     			.subnav  {
     				font-family: tahoma, arial, verdana, helvetica;
     				font-size: 11px;
     				font-weight: bold;
     				color: #FFFFFF;
     			}          
          
     			.footnote  {
     				font-family : arial, verdana, tahoma, helvetica;
     				font-size : 10px;
     			}
				.registration {
					position:relative; 
					top:-1.3em; 
					text-align:right; 
				}


     			p  {
     				margin-top : 8;
     			}

          
   				.FormButton
  				{
   					font-family : arial, verdana, tahoma, helvetica;
   					font-size : 11px;
   					color : #FFFFFF;
   					background-color : #990000;
   					border : 1px #829BB9 solid;
   					width : 50px;
   					height : 18px;
   					text-align : center;
   				}
          
     			.maintitle  {
     				font-family : tahoma, arial, verdana, helvetica;
     				font-size : 22;
     				font-weight : bold;
     				font-style : normal;
     				margin-top : 70px;
     				color : #920000;
            
     			}
          
     			.mainsubtitle  {
     				font-family : tahoma, arial, verdana, helvetica;
     				font-size : 14;
     				font-weight : bold;
     				font-style : normal;
     				color : #920000;
            
     			}          
          
          .chartbox
          {
            width:120px;
            height:50px;
            background-color:#920000;
            color:#FEFDC3;
            text-align:center;
            vertical-align:middle;
            border-style:solid;
            border-width:1px;
            border-color:#000000;
            cursor:pointer;
            cursor:hand;
          }
          
          .projectbox
          {
            width:210px;
            height:30px;
            background-color:#920000;
            color:#FEFDC3;
            text-align:center;
            vertical-align:middle;
            border-style:solid;
            border-width:1px;
            border-color:#000000;
            cursor:pointer;
            cursor:hand;
            font-weight: bold;
          }          
          
          
          .chartlines
          {
            width:120px;
          }   
          
          .homebuttons
          {
            text-align:left;
            height:50px;
            width:210px;
            padding-left:5px;
            cursor:pointer;
            cursor:hand;            
            
          }       
          
          .fleettitle TD
          {
            background-color:#CCCCCC;
            text-align:center;
            color:#FFFFFF;
            font-weight:bold;
            border-style:solid;
            border-color:#333333;
            border-width:1px;
            padding:5px;
          }
          
          .fleetdata TD
          {
            border-style: solid;
            border-color:#333333;
            border-width: 1px;
            padding:5px;
          }


</style>

