html,body {
	height: 100%;
}
TD {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #172266;
}
A {
	color: #4B9F13;
	font-weight: bold;
}	
A:link {  
	text-decoration: none;
}
A:visited {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A:active {
	text-decoration: none;
	font-weight: bold;
}
INPUT {
	background-color: #ECECEC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	color: #172266;
}
SELECT {
	background-color: #ECECEC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	color: #172266;
}
TEXTAREA {
	background-color: #ECECEC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #172266;
}
.heading {
	font-family:Tw Cen MT Condensed, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#4B9F13;
	font-weight: bold;
}
.heading2 {
	font-family:Tw Cen MT Condensed, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#4B9F13;
	font-weight: bold;
}
.red {
	color: #AC000C;
}
.tableHeader {
    background-color: #C0C0C0;
    font-weight: bold;
}
.title {
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
	letter-spacing:1px;
	padding: 0px 7px 3px 0px;
	text-align:right;
}
.white {
    font-size: 10px;
	color: #FFFFFF;
	padding: 0px 7px 0px 0px;
}