BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

TH {
	text-align : left;
	background-color : #FFDAB9;
	font-size : 12px;
}

TD {
	font-size : 11px;
}

A{
	text-decoration : underline;
	color : Navy;
}


A:ACTIVE {
	text-decoration : underline;
	color : Red;
}

A:HOVER {
	text-decoration : none;
	color : Red;
}

.selectDrop {
	font-size : 10px;
}

.selectDropSmall {
	font-size : 9px;
}

.pinInput1 {
	font-size : 12px;
	width : 13px;
}

.pinInput2 {
	font-size : 12px;
	width : 18px;
}

.pinInput3 {
	font-size : 12px;
	width : 23px;
}

.pinInput4 {
	font-size : 12px;
	width : 29px;
}

.pinInput7 {
	font-size : 12px;
	width : 50px;
}

.rowHeader {
	font-size : 12px;
	font-weight : bold;
	color : #022746;
	background-color : #7DADBA;
}

.rowHeaderNB {
	font-size : 12px;
	font-weight : bold;
	color : #022746;
}

.rowHeaderCenter {
	font-size : 12px;
	text-align : center;
	font-weight : bold;
	background-color : Silver;
}

.rowSubHeader {
	font-size : 12px;
}

.rowSubHeaderCenter {
	font-size : 12px;
	text-align : center;
}

.rowNavigation {
	font-size : 12px;
	font-weight : bold;
	background-color : #99CCFF;
}

.rowNavigationCenter {
	font-size : 12px;
	text-align : center;
	font-weight : bold;
	background-color : #99CCFF;
}

scrollTable table
{
	border-collapse: collapse;
}
.scrollTable table td, .scrollTable table th, .scrollTable table thtl
{
	font-size : 11px;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	white-space: nowrap;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
}
th
{
	font-size : 11px;
	color: #022746;
	background-color:#FCF9EF;
	font-weight: bold;
}
thtl
{
	font-size : 12px;
	color: #022746;
	font-weight: bold;
}

