
table           { 
                 margin: 0px;
                 width:760px;
                }
                
P				{
				 margin: 2%;
				}                

#shiftTable		{
				 padding-left:2%;
				}

#test			{
				 background-color: #FFFF66;
				}

#bodyBox		{
				 margin: 2%;
				 border: 1px solid black;
				}
				
#box1			{
				 margin: 2%;
				 background-color: #E0E0E0;
				 border: 1px solid black;
				 height: 20px;
				 #height: 20px;
				 _height: 20px;			 
				 color: black;
				 line-height:150%;
				}				
				
#box2			{
				 margin: 2%;
				 background-color: #D8D8D8;
				 border: 1px solid black;
				 height: 20px;
				 #height: 20px;
				 _height: 20px;				 
				 color: black;
				 line-height:150%;
				}
				
#currentbox		{
				 margin: 2%;
				 background-color: white;
				 border: 1px solid black;
				 height: 20px;
				 #height: 20px;
				 _height: 20px;			 
				 color: red;
				 font-weight : bold;
				 line-height:150%;
				}								

#leftSection	{
				 width:130px  
				}
				
#rightSection	{
				 width:630px
				 height: 100%;
				}				

td              {
                 font-size: 8pt; 
                 text-align:top;
                 padding-left:0px;
                }

ul.square 		{
				 list-style-type: square
}

.h1             { 
                 text-decoration : underline;
                }       

.header         {

                 height: 65px;
				 #height: 65px;
				 _height: 65px;	
				 width:790px;
                 align: left;
                 background-color : black;                 
                 background-image : url('../images/header6.bmp');
                 background-repeat : no-repeat center;
                 margin:0px;
                 border-right: 2px solid black;
                 border-top: 2px solid black;
                 border-left: 2px solid black
                }
                
.footer         {
                 height:35px;
                 width:790px;
				 background-color : red;
                 margin:0px;
                 color: white;
                 border-right: 2px solid black;
                 border-bottom: 2px solid black;
                 border-left: 2px solid black
                }

.date           {
                 text-align:right;
                }

.header IMG     {
                 text-align : left;
                }
                
.mainmenu      {
                 padding-bottom:2px;
                 text-align : left;
                 #background-color : #FFFF66;
                 background-color : red;
                 width:790px;
                 #color : black;
                 color : white;
                 border-right: 2px solid black;
                 border-top: 2px solid black;
                 border-left: 2px solid black;
                }
                
.main           {
                 font-family :  verdana,arial,sans-serif;
                 background-color:#fff;
                 width:790px;
                 color : #000;
                 margin:0px; 
                 border-top: 2px solid black;
                 border-bottom: 2px solid black;
                 border-left: 2px solid black;
                 border-right: 2px solid black;
                }                               
                
.main h1, h2, h3, h4, h5, h6 {
                 margin:0px;              
                        }

 body           {
                 margin:7px 7px 7px 7px;
                 background-color : green;
                 background-image : url('../images/canvas3.gif');
                 font-family :  verdana,arial,sans-serif ;
                 font-size: 8pt;
                }

IMG             {
                 border : none;
                }

 A:link         {
                 font-weight : bold;
                 text-decoration : none ;
                 background-color : transparent;
                 color : black;
                }

 A:visited      {
                 font-weight : bold;
                 text-decoration : none ;
                 background-color : transparent;
                 color : black;
                }

 A:active       {
                 font-weight : bold;
                 text-decoration : none ;
                 background-color : transparent;
                 color : black;
                }

 A:hover        {
                 font-weight : bold;
                 text-decoration : underline ;
                 background-color : transparent;
                 color : red;
                }