/*BODY	Grey colour */
.body {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #636363;
	text-decoration: none;
}

/*BODY	Grey colour bold */
.bodybold {
	font-family: sans serif, arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #636363;
	text-decoration: none;
}

/*BODY	Blue colour */
a.body {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00529B;
	text-decoration: none;
}

/*BODY	Blue colour bold */
body2 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #00529B;
	text-decoration: none;
}

.body3 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}


/*BODY	Orange colour bold */
.body2 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFA300;
	text-decoration: none;
}

.list {
	color: #000000; 
	font: 11px Tahoma, Arial; 
	font-weight: normal 
}

/* Table */
.table	{
	color: #000000; 
	font-family: Tahoma, Arial, Sans-serif; 
	font-size: 11px;
	font-weight: normal;
}


.forms {
	color: #000000;
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

/*TextNav Light Blue colour */
.textnav {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #00529B;
	text-decoration: none;
}