body {
	margin: 0;
	padding: 0;
	font-family: Tahoma,Arial;
	font-size: 12px;
	color: #000;
	background-color: #CACAD2;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
a {
	font-size: 12px;
	color: #F00;
}
.top {
	text-decoration: none;
	background-color: #06C;
	background-image: url(images/topbg.png);
}
.top a{
	font-size: 14px;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}
.top a:hover {
	text-decoration: underline;
}
.titletable {
	background-color: #999;
	background-image: url(images/title.png);
	background-repeat: repeat-x;
}
.titletable h1 {
	color: #003;
	margin-left: 30px;
	font-size: 18px;
}
.tdcontent {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C5C5C5;
	border-left-color: #C5C5C5;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #C5C5C5;
	border-bottom-color: #C5C5C5;
	padding: 10px;
}
.bottom {
	background-image: url(images/bottombg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.white {
	color: #FFF;
	font-size: 13px;
}
.grey {
	font-size: 13px;
	font-weight: bolder;
	color: #666;
}
.tel {
	padding-right: 5px;
	padding-left: 10px;
}


