.siteStyle {
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: 12px;


}
.siteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333366;
}
.boxBorder {
	border: thin solid #0066CC;
}
.vertLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0066CC;
}
.botLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}
