body {
 color:#555555;
  background-color: #ffffff;
  background-image: url(img/bcg.gif); 
  font-size:12px;
  line-height:140%;
}
td {
 color:#555555;
  font-size:12px;
  line-height:140%;
}
a {
     text-decoration: none;
     color: #3366cc ;
}
a:visited {
     text-decoration: none;
     color: #756d6d;
}
a:active{
     text-decoration: none;
     color: aqua;
}
a:hover {
     text-decoration: underline;
     color: #CD5D70;
}

.white{
background-color: #ffffff;
}
.blue{
background-color: #A5C1D7;
  background-image: url(img/blue.jpg);
}
.town{
background-color: #A5C1D7;
  background-image: url(img/bcg_town.jpg);
}
.town_R{
background-color: #A5C1D7;
  background-image: url(img/bcg_townR.jpg);
}
.home_bar {
  background-image: url(img/home_bar.jpg); 
  font-size:11px;
  color:#555555;
}
.home_bar a {
     text-decoration: none;
     color: #ffffff ;
}
.home_bar a:visited {
     text-decoration: none;
     color: #cccccc;
}
.home_bar a:active{
     text-decoration: none;
     color: #FDFBD8;
}
.home_bar a:hover {
     text-decoration: underline;
     color: #CD5D70;
}
.whats_new{
background-color: #ffffff;
}
.box{
	padding: 7px;
	border: solid 1px #dddddd;
	background-color: #ffffff;
}
.box p {
	margin: 0;
	font-size: 12px;
}
dt {
	font-size: 12px;
}
.small {
	font-size: 11px;
	 line-height:110%;
}
.half {
	 line-height:50%;
}
