.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	height: 28px;
	padding-top: 5px;
	display: block;
	background-color: #6F3773;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	width: 152px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	background-image: url(images/menubg.jpg);
}
.menu:hover {
	color: #FFFFFF;
	background-color: #91C441;
	background-image: url(images/menubg_over.jpg);
}
.bmenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.bmenu:hover {
	color: #8F338A;
	text-decoration: underline;
}
.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.bline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.bgbox {
	background-color: #CCCCCC;
	border: 1px solid #BEBEBE;
}
.border {
	border: 1px dotted #CCCCCC;
}
.dws {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.dws:hover {
	color: #000000;
}
.Title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: lighter;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #CC0033;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FD2B2A;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	text-align: left;
	padding-left: 26px;
}
.TitleCopy {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #CC0033;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FD2B2A;
	text-align: left;
}
