@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f1f1f1;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
body,td,th {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
}
img {
	behavior:	url("pngbehavior.htc");
}
a {
	text-decoration: underline;
	color: #5C6D16;
}
a:hover {
	color: #690101;
	text-decoration: underline;
}
.top-menu {
	background-image: url(images/bg-mn1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #7E9623;
	text-decoration: none;
}
.top-menu a {
	color: #fefefe;
	text-decoration: underline;
}
.top-menu a:hover {
	color: #C7C7C7;
	text-decoration: underline;
}
.bg-l {
	background-image: url(images/bg-l.png);
	background-repeat: repeat-y;
}
* html .bg-l {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg-l.png", sizingMethod="scale");
	background-image: none;
}
.bg-r {
	background-image: url(images/bg-r.png);
	background-repeat: repeat-y;
}
* html .bg-r {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg-r.png", sizingMethod="scale");
	background-image: none;
}

.testimonial-name {
	background-color: #FFFFFF;
	background-image: url(images/arr1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #003C74;
}
.testimonial-text {
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}
.pg-title {
	padding-left: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 24px;
	padding-right: 20px;
}
.content {
	line-height: 22px;
	text-align: justify;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #A60202;
	background-image: url(images/tit-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 24px;
	margin-top: 25px;
}
.bt-menu {
	line-height: 22px;
	color: #666666;
}
.bt-menu a {
	font-weight: bold;
	color: #003C74;
	text-decoration: underline;
}
.bt-menu a:hover {
	color: #A60202;
	text-decoration: none;
}
