.welcome { font-family: "Arial Black", Arial, Helvetica, Georgia; font-size: 12pt; color: #000000; text-decoration: none }

.section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bolder;
	color: #000099;
}

.section a:link {color: #000099;text-decoration: none;}
.section a:visited {color: #000099;text-decoration: none;}
.section a:hover {color: #FF0066;text-decoration: none;}

.plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	padding-left: 25px;
}

.quote { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-decoration: none; font-weight: normal ; font-style: italic; text-indent: 8px}

.copy { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; text-decoration: none; font-weight: normal }

.huge {  font-family: "Arial Black", Arial; font-size: 24pt; font-style: italic; font-weight: bold; color: #000066; text-decoration: none}

.plainbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.bigblue { font-family: "Arial Black", Arial, Helvetica, Georgia; font-size: 16pt; text-decoration: none; color: #000099}

.plainwhite { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-decoration: none; font-weight: bold; color: #FFFFFF}

.body {
	background-color: #FFFFFF;
	left: 1px;
	top: 1px;
	position: absolute;

}
.middlecolumn {
	position: absolute;
	top: 115px;
	background-color: #FFFFFF;
	height: 100%;
	left: 150px;
	padding: 6px;
	width: 800px;
	border-top: 1px none #000000;
	border-right: 1px solid #000099;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000099;

}
.leftcolumn {
	position: absolute;
	top: 115px;
	background-color: #FFFFFF;
	width: 138px;
	left: 4px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	padding: 2px;
	height: 100%;

}
.top {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
}
