.body_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a {
	font-size: 11px;
	color: #CC5925	;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #C26A12;
}
a:hover {
	text-decoration: none;
	color: #C26A12;
}
a:active {
	text-decoration: underline;
	color: #C26A12;
}
.orange_heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC5925;
}

.grey_heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.profile_tbl { background-color:#f5f5f5; }