/*  Cedar Colour CSS	Version: 1.3	Last Modified: 13 January 2004	Author: Jason Williams 	Symbol Key:	t - text,	a - anchor	bl - blue,	or - orange,	wh - white,		gry - grey	d - dark,	l - light	*//* TEXT DEFINITIONS *//* set font families */.t_body, .t_bodyemp, .t_bodysml, .t_error, .t_menu, .t_welcome,.t_h1_bk, .t_h1_wh, .t1_h2_bk, .t_h2_wh, td.f_field, td.f_data,  td.f_datasml, td.f_h1,input, textarea, select { 	font-family: Verdana, Arial, Helvetica, sans-serif}.t_bodyaddr {	font-family: Times, serif}	/* menu text */.t_menu {	font-size: 10px;	font-weight: bold;	line-height: 16px;	color: #669900}	/* std body text */	.t_body, .t_bodyemp, .t_error, td.f_field, td.f_data { 	font-size: 11px;	font-weight: normal;	line-height: 15px}	/* std emphasised body text */	.t_bodyemp {	font-weight: bold}.t_bodyemp {	color: #669900}		/* dark green */	/* std small body text */.t_bodysml, td.f_datasml {	font-size: 10px;	line-height: 15px;	font-weight: normal;	color: inherit}/* welcome personalisation */.t_welcome {	font-size: 11px;	line-height: 15px;	font-weight: normal;	color: #999999}	/* error body text */.t_error {	color: #990000}		/* dark red *//* Address text on home page */.t_bodyaddr {	font-size: 12px;	font-weight: normal;	line-height: 16px;	color: #666666}	/* heading 1 */.t_h1_bk, .t_h1_wh {	font-size: 12px;	line-height: 17px;	font-weight: bold}/* heading 2 */.t_h2_bk, .t_h2_wh {	font-size: 11px;	line-height: 15px;	font-weight: bold}/* heading colours */	.t_h1_bk, .t_h2_bk { 	color: #000000}		/* black */.t_h1_wh, .t_h2_wh { 	color: #FFFFFF}		/* white */		/* field title in forms */.t_f_field {	font-size: 11px;	color: #669900;	font-weight: bold}	/* ANCHOR DEFINITIONS *//* set default anchor behaviour */A:link, A:visted {	text-decoration: underline;	color: #336600}	A:hover {	text-decoration: underline;	color: #669900}/* dark green to light green anchor */A.a_drk_gr:link, A.a_drk_gr:visited {	text-decoration: underline;	color: #336600}A.a_drk_gr:hover {	text-decoration: underline;	color: #669900}		/* FORM ELEMENT DEFINITIONS */	td.f_field {	background-color: #FEFDEA;	text-align: right}	td.f_data, td.f_datasml {	background-color: #FFFFFF;	text-align: left}		td.f_h1 {	background-color: #EEEEEE;	font-size: 12px;	font-weight: bold;	color: #666666}	/* stop forms adding space after they close */form {	margin: 0px}input, select, textarea {	font-size: 11px;	line-height: normal;	color: #000000;	font-weight: normal}