.box {
	border: thin double #000099;
}
.title-bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
}
.title-boldGray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: bold;
	color: #999999;
	line-height: 48px;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #eeeeee;
	font-weight: bold;
}
.nav-current {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}
.nav-link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	line-height: 20px;
}
.box-gray {
	border: thin double #999999;
}
.bodyheaderbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
.side-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 20px;
}
.bodytextHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
}
.box-in {
	border: 1px solid #999999;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
