

      body {
      font-size: 8pt;
      font-family: Verdana;
      color: #6F6F6F;
      background-color: #ffffff;
		min-width: 550px;         /* 2 x LC width + RC width */
		}
      ul{
      font-size: 8pt;
      font-family: Verdana;
      color: #6F6F6F;
      background-color: #ffffff;
		text-align: left;        
		}
		
		
		#container {
			padding-left: 200px;      /* LC width */
			padding-right: 1px;     /* RC width */
		}
		
		#container .column {
			position: relative;
			float: left;
		}
		
		#center {
			width: 100%;
		}
		
		#left {
			width: 200px;             /* LC width */
			right: 200px;             /* LC width */
			margin-left: -100%;
		}
		
		#right {
			width: 1px;             /* RC width */
			margin-right: 0%;
		}
		
		#footer {
			clear: both;
		}
		
		/*** IE6 Fix ***/
		* html #left {
			left: 1px;              /* RC width */
		}

		/*** Just for Looks ***/

		body {
			margin: 0;
			padding: 0;

		}

		/*#header, #footer {***/
     /*    height=50px ;***/
		/*	padding: 0.3em 0;***/
		/*	background: #B4D0DC;***/
		/*}***/

		#left {

		}

		#center {

		}

		#right {
	
		}

		#container .column {
			padding-top: 1em;
			text-align: justify;
		}
}
a.nu { text-decoration: none }
a:link { color: blue }
a:visited { color: purple }
.tableborder{ background-color: #ffffff }
.tablehead { color: black; background-color: #B4D0DC; align: center }
.tablebody { color: black; background-color: #ffffff; align: left } 
.tablehead2 { background-color: #B4D0DC; 
              align: center;
              border-left: 1px solid #B4D0DC;
     	        border-right: 1px solid #B4D0DC;
     	        border-top: 1px solid #B4D0DC;
     	        border-bottom: 1px solid black;
               }
.tableborder2{ 
              border-left: 1px solid black;
     	        border-right: 1px solid black;
     	        border-top: 1px solid black;
     	        border-bottom: 1px solid black;
             }              
.tablebody2 { color: #ECF8FF; background-color: #ffffff; align: left }        
#xxx {font: normal 13px/14px arial, sans-serif; color: #008000 }
#yyy {font: bold 14px arial, sans-serif; color: black }  
#zzz {font: bold 14px arial, sans-serif; color: #0000CC }  
#left_al{font: normal 12px arial, sans-serif; color: black; text-align: left } 
#left_al2{font: normal 10px Verdana; color: #6F6F6F; text-align: left } 
#left_al3{font: normal 12px Verdana; color: #6F6F6F; text-align: left } 
#cen_al3{font: normal 12px Verdana; color: #6F6F6F; text-align: center } 
#day {font: bold 14px arial, sans-serif; color: #EC0000; align: center } 
#cost {font: bold 16px arial, sans-serif; color: #0000CC } 
#buy {font: bold 16px arial, sans-serif; color: #0000CC } 
 
  
     .menu {
      background: #ECF8FF;
      text-align: right;
     	float: left;
     	font-size: 10px;
      }
      
      .menu ul{
      	list-style: none;
      	background: #ECF8FF;	
      	padding : 0;
      	margin : 0;
      }
      .menu li{
      	float: left;
      	background: #ECF8FF;
      	margin: 0 0;
      	padding: 0;
      	text-align: center;
      }
     .menu li a, .menu li a:visited, .menu li a:active{
     	float: center;
     	text-align: center;
     	width:75px;
     	height:20px;
     	background: #8D8D8D;
     	color: #fdfaf5;
     	font-weight: bold;
     	border-left: 1px solid white;
     	border-right: 1px solid white
     	border-top: 1px solid white;
     	border-bottom: 1px solid white;
     	font-size: 10px;
     	display : inline;
     	line-height: 15px;
     	display: block;
     	text-decoration: none;
     	text-transform: uppercase;
     }
     
     .menu li a:hover {
     	background: #343631;
     	color: #fdfaf5;
     }
     #centertext{
     text-align: center;
     }