.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 30px;
	padding-top: 15px;
	width: 125px;
}
.menu:hover {
	background-image: url(images/buttonbg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.dws {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
}
.dws:hover {
	color: #F9B72D;
}
.bline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.rline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.border {
	border: 1px solid #666666;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #99CC00;
	text-decoration: none;
}
.menuCopy {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 30px;
	padding-top: 6px;
	width: 125px;
}
.menuCopy:hover {

	background-image: url(images/buttonbg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.baseline {
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
}
