INPUT, SELECT, TEXTAREA, H1, H2, H3, BODY, P, A, DIV, SPAN, TABLE, TH, TD
	{ font-family: verdana, helvetica, arial, sans-serif; font-weight: normal; font-size: 8pt; margin: 0; list-style-type: square; }

H1 {
	font-size: 10 pt; 
	font-weight: bold;
	color: Black;
}
H2 {
	font-size: 8 pt; 
	font-weight: bold;
	color: black;
	/* border-bottom: solid 1px #96f; */
}
H3 {
	font-size: 8 pt; 
	/* font-weight: bold; */
	color: black;
	/*border-bottom: solid 1px #0c6;*/
}

.footerLink {
	font-size: 7 pt;
	color: #ccc;
}

A.footerLink:link		{ text-decoration: none; color: #CCCCCC; }
A.footerLink:link		{ text-decoration: none; color: #CCCCCC; }
A.footerLink:visited	{ text-decoration: none; color: #CCCCCC; }
A.footerLink:hover		{ text-decoration: underline; color: #fff; }

a:link {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
}


.footerText {
	font-size: 7 pt;
	color: #ccc;
}


.header3 {
	font-size: 8 pt; 
	font-weight: bold; 
	color: #099;
	margin: 0 0 10 0;
	/* border-bottom: solid 1px #0c6;*/
}

.header4 {
	font-size: 8 pt; 
	font-weight: bold; 
	color: black;
	margin: 0 0 10 0;
	/* border-bottom: solid 1px #0c6;*/
}

ul {
	list-style-type: square; 
	list-style-position: outisde;
	margin-top: 5px; 
	margin-left: 20px;
	margin-bottom: 0px;
}

.left-half, .right {
	float:left; 
	padding-left: 15px;
	border-left: solid 1px black;
}

.left-half {
	margin: 0 0 0 0;
	width: 44%; 
}

.left {
	float: left;
	margin: 20 0 0 0;
	padding-left: 0px;
	width: 100%; 
}

.right {
	margin: 0 20; 
	width: 45%; 
}

.subtle {
	color: #ccc;
}