@charset "utf-8";
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #737373;
	text-decoration: none;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #535252;
	line-height: 16px;
}
.headtxt {
	font-family: "Book Antiqua", Verdana;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	padding:10px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3c3c3c;
	text-decoration: none;
}
a{
color: #3c3c3c;
text-decoration:none;
}
a:hover{
color:#333333;
text-decoration:underline;
}

.call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
.gray{
color:#333333;
}
.rd{
color:#660000;
}

