/*
SECTION COLOR SCHEMA:
home #723E8A;
about us #677A33;
partner #847053;
support #A67A46;
news #A68D08;
products #B56700;
contact us #8A2413;
sign-up #415090;
login #187C9D;
*/
 
.text-hilite {
	color: #847053;
}
.background-hilite {
	background-color: #847053;
}
.border-hilite {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #677A33;
	border-right-color: #677A33;
	border-bottom-color: #677A33;
	border-left-color: #677A33;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h5 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #677A33;
	text-decoration: underline;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h5 a:visited {
	color: #999999;
	text-decoration: underline;
}

h5 a:hover{
	color: #00384E;
	text-decoration: none;
}

h5 a:active {
	color: #999999;
	text-decoration: underline;
}
