.bg {
	background-image: url(slices/images/corporate_02.jpg);
	background-repeat: no-repeat;
}
.bottombg {
	background-image: url(slices/images/corporate_03.jpg);
	background-repeat: no-repeat;
}
.smalltext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.biggertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.border {
	border: 1px solid #000000;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: underline;
}

.nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000066;
	text-decoration: none;
}

