body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a { text-decoration: underline; }
a:link { text-decoration: underline; color: #0093BD; }
a:hover { text-decoration: underline; color: #DEBA43;}
a:visited { text-decoration: underline; color: #0093BD;}
a:visited:hover { text-decoration: underline; color: #DEBA43;}


#menu {
	color: #C6AA65;
}

a.nav_link,a.nav_current {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

a.nav_link { padding: 0px 15px 3px 13px; background-image:url(images/link_back.jpg); background-repeat:no-repeat;}
a.nav_link:link { text-decoration: none; color: #00799B; }
a.nav_link:hover { text-decoration: none; color: #DEBA43; background-image:url(images/link_back_over.jpg);}
a.nav_link:visited { text-decoration: none; color: #00799B;}
a.nav_link:visited:hover { text-decoration: none; color: #DEBA43;}

a.nav_current { padding: 0px 15px 3px 13px; background-image:url(images/link_back_current.jpg); background-repeat:no-repeat;}
a.nav_current:link { text-decoration: none; color: #53C33D;}
a.nav_current:hover { text-decoration: none; color: #53C33D;}
a.nav_current:visited { text-decoration: none; color: #53C33D;}
a.nav_current:visited:hover { text-decoration: none; color: #53C33D;} 

#address {
	color: #1A79A1;
	font-size: 11px;
	margin: 20px 0px 0px 10px;
}
.page_title {
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #53C33D;
	padding-right: 30px;
	border-bottom: 1px solid #53C33D;
	background-image: url(images/link_back_current.jpg);
	background-repeat: no-repeat;
}

.sub1 {
	color: #FFFFFF;
	font-size: 12px;
}
.sub2 {
	font-weight: bold;
	color: #DDDDDD;
	font-size: 12px;
}

.testimonial_heading {
	font-weight: bold;
	color: #FFFFFF;
}
.testimonial_text {
	font-size: 12px;
	margin: 10px 10px 0px 10px;
	color: #007596;
}
.testimonial_by {
	color: #CC3366;
	font-weight: bold;
	text-align: right;
	margin: 0px 10px 0px 10px;
}
.small_text {
	font-size: 10px;
	color:#999999;
}

.to_top {
	text-align: right;
	float: right;
}

.underline {
	text-decoration: underline;
}
