@charset "utf-8";
/* CSS Document */

.left_menu a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	font-weight:bold;
	color: #f59db9;
	text-decoration:none;
}
.left_menu a:hover{
	color: #bccfc9;
}


.top_menu a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	color: #6c394a;
	text-decoration:none;
}
.top_menu a:hover{
	color: #c0486e;
}
.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #9a4d67;
}

.sub_heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9a4d67;
}

.body_copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.body_copy a{
	font-weight:bold;
	text-decoration:none;
	color:#9a4d67;
}

.body_copy a:hover{
	font-weight:bold;
	text-decoration:underline;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #f59db9;
}

.footer a{
	font-weight:bold;
	text-decoration:none;
	color:#f59db9;
}

.footer a:hover{
	font-weight:bold;
	text-decoration:underline;
}
