.bodycontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #996600;
}
.header_bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #CC6600;
}
.bottom {
font-size: 7x;
}
.customstyle1 {
	font-size: 20px;
}
.customstyle2 {
	font-size: 22px;
}
.body-highlighted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	background-color: #CCFF00;
}
.bigger-size {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #003366;
	font-weight: bold;
}
.yellow-highlight {
	background-color: #FFFF00;
}
.underline {
	text-decoration: underline;
}
.right-shade {
	border-right-width: 3px;
	border-right-style: outset;
	border-right-color: #666666;
}
.box { float: left; width: 100px; height: 100px; }
#boxContent { border: none; background: #9FC; }
#boxContent { position: relative; left: -2px; top: -2px; }
#boxContainer { position: relative; background: #666; margin: 4px; }