.displayNone, #colLeft, #colRight, #grayTop ul, #rowBottom {
	display: none;
}

#rowMiddle {
	width: 6.5in;
}

#grayTop h1 {
	display: block;
}

/* ==================================================== */


:link {
	color: Gray;
}

:visited {
	color: #A9A9A9;
}

body {
	background-color: transparent;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: .5em;
	margin-top: .5em;
}

h1 {
	font-size: 200%;
}

h2 {
	border-bottom: .5mm solid #000000;
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

.fontSmaller {
	font-size: smaller;
}