BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}

TH {
	text-align : left;
	background-color : #FFDAB9;
	font-size : 14px;
}

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;
}

