/* styles for may 2010 corporate website.  JH
"dot" is class, and "hash" is ID
 */


body {
BACKGROUND-COLOR: #FFFFFF;
PADDING-RIGHT: 10px;
PADDING-LEFT: 10px;
PADDING-TOP: 10px;
PADDING-BOTTOM: 10px;
MARGIN: 20px;
}

/* for all text */
.main {
FONT-SIZE:80%;
COLOR:#000000;
FONT-FAMILY: verdana, helvetica, sans-serif
}

.charcoaltitle {
	FONT-SIZE: 130%;
	COLOR: #444444;
	font-weight: bolder;
}
.charcoaltitlebig {
	FONT-SIZE: 200%;
	COLOR: #444444;
	font-weight: bolder;
}

 /* white box with darkblue border */
.whitebox {
	background: White;
	border: 1px solid #0068BD;
}

.whitebox td {
	padding: 6px 6px 6px 6px;
	cursor: auto
}

 /* COMPACT white box with darkblue border */
.whiteboxcompact {
	background: White;
	border: 1px solid #0068BD;
}

.whiteboxcompact td {
	padding: 1px 1px 1px 1px;
	cursor: auto
}
