body {
background-color: #fff;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}

a {
color: #666666;
}

a:visited {
color:#666666;
}

a:hover {
color: #999933;
}

a:active { 
color:#000000;
}

p{
margin:0px;
}

h1 {
font-size: 11px;
background-color: #fff;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
padding:5px 15px;
margin:0px ;
text-align:center;
}

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;
}

td,th {
padding: 3px 5px;
}

#header {
width: 650px;
height:20px;
margin:0;
background-color: #fff ;
}

#container {
width: 795px;
height:630px;
margin:0 auto;
background-color: #fff ;
}

#right {
position:relative;
width: 650px;
height:630px;
background-color: #fff ;
float:left;
}

#left {
position:relative;
width: 145px;
height:630px;
background-color: #fff ;
float:right;
}

input {
   width:123px; height:20px;
  
}

input.btn { 
   width:123px; height:30px;
  
}

.radio {
width:40px; height:10px;
} 

.row { 
display:block; 
height:100%; 
white-space:nowrap; 
clear:left; 
display:none;
}

.cell { 
display:block; 
float:left; 
height:100%; 
width: 99%; 
white-space: normal;
display:none;
}

.table { 
display:block; 
width:100%; 
display:none;
}

.table .cell { 
border:1px solid white; 
padding:3px 5px; 
display:none;
}


