/*
html, body, #page {
	min-height: 100%;
	width: 100%;
	height: 100%;
	background-color:#82aadb;
}
*/
BODY { 
	color: #004040;
	background-color: #82aadb;
}

TEXTAREA {
	font-family: serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: 100
}

INPUT {
	font-family: "Arial CE";
	font-size: 11pt
}
P {
	color: #004040;
	font-size: 12pt
}
pArial {
	color: #004040;
	font-size: 10pt;
	text-align: justify
}

PTiny {
	font-weight: 100;
	font-size: 9px;
	font-family: "Arial Narrow"
}
.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:black;
color:yellow;
font: bold 18px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000; font-weight:bold; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#00F; font-weight:bold; }