/* CSS Document */
.bodycontent {
	font-family: Tahoma, Arial, Verdana,sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}

.header{
	font-family: Tahoma, Arial, Verdana,sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #b61d92;

}
.bodycontent a:link {
  color:#e58935;
  font-weight:bold;
  text-decoration:none;
}

.bodycontent a:visited {
  color:#e58935;
  font-weight:bold;
  text-decoration:none;
}

.bodycontent a:hover {
  color:#9f5f25;
  font-weight:bold;
  text-decoration:none;
}
