BODY, TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #9C0000;
	font-size : 10pt;
	font-weight: bold;
}
INPUT,SELECT,TEXTAREA {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
A:LINK {
	color : #9C0000;
	text-decoration : none;
}
A:ACTIVE {
	color : Red;
	text-decoration : none;
}
A:VISITED {
	color : #9C0000;
	text-decoration : none;
}
A:HOVER {
	color : #CC3300;
	text-decoration : none;
}
.error_msg {
	color: red;
}

.print-btn {
	margin-right: 100px;
	float: right;
}

.footer {
	color: #CCCCCC
}