body {
color:#2b251f;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
a {outline: none;

}
a:hover {outline: none;

}
.header_top {
	background-image:url(images/top_header.jpg);
	background-repeat:no-repeat;
	}
.navigation {
	background-image: url(images/navigation_back.jpg);
	background-repeat: no-repeat;
}
.footer {
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
}
.top3_heading {
	background-image:url(images/top3_image.jpg);
	background-repeat: no-repeat;
}
.top10_heading {
	background-image:url(images/top10_image.jpg);
	background-repeat: no-repeat;
}
.bold_font {
	font-weight:bold;
	font-size:14px;
	}
a.green_font {
	font-weight:bold;
	font-size:13px;
	color:#4a6313;
	text-decoration:none;
	}
a:hover.green_font {
	color:#2b251f;
	}

.directory_back {
	background-color: #f0ece0;
	border-top:1px solid #d6cbbd;;
}
.directory_back a {
	color:#2b251f;
	text-decoration:none;
	}
.directory_back a:hover {
	color:#4a6313;
	text-decoration:underline;
	}
.footer_link {
	color:#e7e3ce;
	}
.footer_link a{
	color:#e7e3ce;
	text-decoration:none;
	}
.footer_link a:hover{
	color:#e7e3ce;
	text-decoration:underline;
	}
.right_link a {
	color:#2b251f;
	text-decoration:none;
	}
.right_link a:hover {
	color:#2b251f;
	text-decoration:underline;
	}
a.gray_link {
	color:#2b251f;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;	
	}
a.gray_link:hover {
	color:#4a6313;
	text-decoration:underline;
	}
 .border {
	border: 2px solid #cec3ad;
}

.red_color {
	color:#FF0000;
	}