.HEADER {
	background-color:#f6f6f6;
    padding-right:10px;
    color:#737373;
    font-weight: bold;
    white-space:nowrap;
	font-size: 13px;
}

.FOOTER {
	font-family: "arial","verdana";
	font-size: 12px;
	color: #505050;
	background: #CCCCCC;
}

.FIELDS {
	font-family: "arial","verdana";
	font-size: 12px;
	color: #000000;
	background: #FEFEFE;
}

.EVEN {
	font-family: "arial","verdana";
	font-size: 12px;
	color: #000000;
	background: #f0f0f0;
}

.ODD {
	font-family: "arial","verdana";
	font-size: 12px;
	color: #000000;
	background: #ffffff;
}

.BOLD {
	font-weight: bold;
}

.BOLDRED {
	color: #FF0000;
	font-weight: bold;
}

.PHPREPORTS_PAGE_CELL {
	font-family:"verdana","arial";
	font-size:12px;
	color:#000000;
}

.PHPREPORTS_PAGE_LINK {
	font-family:"verdana","arial";
	font-size:12px;
	color:#000000;
}

.PHPREPORTS_PAGE_LINK_BOLD {
	font-size:16px;
	font-weight:bold;
}