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

/* PAGE TITLE */
h2.page_title, h2.sys_light_red_background {background-color:#60336E;}
 
/* DEPARTMENT TEMPLATE IMAGE HOLDER BACKROUND COLOUR */
.sys_department_feature_pic_holder {background-color:#60336E;}

/*-----------------999 DEC 2010---------------------*/
/* TABLE STYLES COLOUR OPTION 1 */
table.TableStyleOne{}
table.TableStyleOne tr th {
	background-color: #60336E!important;
}
table.TableStyleOne tr td {
	background-color: #815F8A!important;
	color: #FFF!important;
}
/* TABLE STYLES COLOUR OPTION 2 */
table.TableStyleTwo {}
table.TableStyleTwo tr th {
	background-color: #60336E!important;
}
table.TableStyleTwo tr td {
	background-color: #BDADBB!important;
}
/* TABLE STYLES COLOUR OPTION 3 */
table.TableStyleThree {}
table.TableStyleThree tr th {
	background-color: #815F8A!important;
}
table.TableStyleThree tr td {
	background-color: #D1C8CC!important;
}
/*-----------------END 999 DEC 2010---------------------*/
