
BODY {
	background-color : #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: small;
	letter-spacing: 0.03em;
	color : #666666;
	
}

TD,P,LI,UL,OL {
	font-size: small;
}

.HELP {
	cursor: help
}

.HILITE, TD.HILITE, TR.HILITE {
	background-color: #666666;
	color: #FF6600;
}

.ERROR, TD.ERROR, TR.ERROR {
	background-color : pink;
}

.VERTTH {
	text-align: right;
	font-weight: bold;
}

TD.BORDER, TR.BORDER {
	border-bottom-width : thin;
	border-bottom-style : solid;
	border-bottom-color : #FF6600;
	
	border-top-width : thin;
	border-top-style : solid;
	border-top-color : #FF6600;

}


SELECT.SIZE { width: 14em; }
SELECT.LARGE { width: 22em; }

.TBORDER { 
		border-color: navy;
		border-style: solid;
		border-width: 1px;
}

.LBORDER { 
		border-left-color: navy;
		border-left-style: solid;
		border-left-width: 1px;
}



a:hover {
	color: #999999;
	text-decoration: none;
	
	font-size: 8pt;
}

a {
	color: #017FC1;
	text-decoration: none;
	
	font-size: 8pt;
}


th {
	font-weight: normal;
}

th.header {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height: 12pt
}

.footer {
	color: #666666;
	text-decoration: none;
	line-height: 12pt;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	line-height: 14pt;
	text-transform: capitalize;
}

h2 {
	font-size: 9pt;
	font-weight: bold;
	color: #017FC1;
	text-decoration: none;
	line-height: 14pt;
}

h3 {
	font-size: 12pt;
	color: #666666;
	line-height: 12pt;
	font-style: normal;
	font-weight: normal;
} 

@media print {
	.hideprint {
		display: none;
	}
}

