/* CSS Document */

h3
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
a.topnav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #AA4855;
	text-decoration: none;
}
a.topnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #B8015F;
	text-decoration: underline;
}
a.topnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #AA4855;
	text-decoration: none;
}

.box {
	border: thin solid #666666;
}

.box_btns {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.box_btns_top {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;

}

.box_btns_btm {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;

}

