@charset "UTF-8";
/* CSS Document */

/* PAGE TITLE */
h2.page_title {
	background-color:#AC1D21;
	font-size: 28px;
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: 'BureauGrotesqueThreeSeven', Arial, Helvetica, sans-serif;
	text-indent: 10px;
	clear: both;
}

/* DEPARTMENT TEMPLATE IMAGE HOLDER BACKROUND COLOUR */
.sys_department_feature_pic_holder {background-color:#AC1D21;}

/*-----------------999 DEC 2010---------------------*/
/* TABLE STYLES COLOUR OPTION 1 */
table.TableStyleOne{}
table.TableStyleOne tr th {
	background-color: #AC1D21!important;
}
table.TableStyleOne tr td {
	background-color: #BA4E50!important;
	color: #FFF!important;
}
/* TABLE STYLES COLOUR OPTION 2 */
table.TableStyleTwo {}
table.TableStyleTwo tr th {
	background-color: #AC1D21!important;
}
table.TableStyleTwo tr td {
	background-color: #D4A7A4!important;
}
/* TABLE STYLES COLOUR OPTION 3 */
table.TableStyleThree {}
table.TableStyleThree tr th {
	background-color: #BA4E50!important;
}
table.TableStyleThree tr td {
	background-color: #DDC5C1!important;
}
/*-----------------END 999 DEC 2010---------------------*/
