body, p, td {font-family:arial; font-size:12px;}

/* General Link Style */
A {
color:#D17A03; text-decoration:none}

A:hover {
text-decoration:underline; color:#7a92c9
}
/* General Link Style */

/* Default Navigation Style */

.default_nav_top,A.default_nav_top, A.default_nav_top:hover {
	font-family: verdana, arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.default_nav_mid,A.default_nav_mid {
	font-family: verdana, arial;
	font-size: 10px;
	color: #4d4f4e;
	font-weight: normal;
	text-decoration: none;
}

.default_nav_mid_selected, a:hover.default_nav_mid {
	font-family: verdana, arial;
	font-size: 10px;
	color: #F47F37;
	font-weight: normal;
	text-decoration: none;
}

/* End Default Navigation */

/* Top Style Navigation */
.top_nav {
	background-image: url('../images/nav_btn_light_blue.gif');
	background-color: #4D5050;
	font-family: verdana, arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	padding-top:30px;
	float: center;
	width: 110px;
	height: 50px;
}

A.top_nav_link, A.top_nav_link:hover {
	font-family: verdana, arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


.top_nav_hover {
	background-image: url('../images/nav_btn_dark_blue.gif');
	background-color: #4D5050;
	font-family: verdana, arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	padding-top:30px;
	align: center;
	width: 110px;
	height: 50px;
}

.top_nav_selected {
	background-image: url('../images/nav_btn_orange.gif');
	font-family: verdana, arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	padding-top:30px;
	align: center;
	width: 110px;
	height: 50px;
}

/* End Top Nav Style */

/* Text Nav Style */

A.text_only_nav_link,.text_only_nav_seperator {
	font-family: verdana, arial;
	font-size: 10px;
	color: #F47F37;
	font-weight: bold;
	text-decoration: none;
}

/* Stuff for Lists */
.testimonial_title {
	font-family: verdana;
	font-size:10px;
	color: #000000;
	font-weight: bold;
}

.testimonial_location,.testimonial_name,p.testimonial_body,.testimonial_body {
	font-family: verdana;
	font-size:10px;
	color: #000000;
	font-weight: normal;
}

.news_title {
	font-family: verdana;
	font-size:10px;
	color: #000000;
	font-weight: bold;
}

.news_date,.news_time {
	font-family: verdana;
	font-size:9px;
	color: #000000;
	font-weight: normal;
}

p.news_body,.news_body {
	font-family: verdana;
	font-size:10px;
	color: #000000;
	font-weight: normal;
}