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

/* PAGE TITLE */
h2.page_title {background-color:#AE0E54;}

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

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