 body {
background-color: #666;
	font-size: 11px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
color: #555;

}
td.text {
text-align: justify;
color : #555;
font-size: 11px;
}
td.text1 {
color : #555;
font-size: 11px;
}
td.background {
background-image: url(images/bg_bottom.gif);
background-repeat: no-repeat;
background-position: bottom center;
background-color :#ffffff;
}
td.bg1 {
background-repeat: no-repeat;
background-image: url(images/head-02.gif);
}

#footer {
	font-size: 11px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
color: fff;
}
#footer a {
color: #CC6600;
font-size: 11px;
border-bottom: 1px dotted;
text-decoration: none;
}

*html #footer a {
border-bottom: none;
}

.hidden {
	display : none;
}
input.btn{
   color:#666;
   font-family:"Lucida Grande", Tahoma, sans-serif;
   font-size:11;
   font-weight:bold;
   background-color:#fff;
   border:1px solid;
   border-top-color:#fff;
   border-left-color:#fff;
   border-right-color:#fff;
   border-bottom-color:#666;