body {
font-family: 'Arial';
}

.Copyb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.copyarial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.copyarialb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

#links a {
    border-right: 1px solid white;
    color: white;
    display: inline-block;
    font-family: 'Arial';
    font-size: 9px;
    font-weight: bold;
    height: 14px;
    margin-bottom: 19px;
    padding: 10px 5px;
    text-decoration: none;
	text-align: center;
}