H1{
	font-size : medium;
	font-style : normal;
	font-weight : bold;
}

H2 {
	font : bold large sans-serif;
	border-bottom : thin;
	color : #4682B4;
	margin-top:3%;
	text-align: center;
}

H3{
	font : bold larger sans-serif;
	color : Red;
	margin-left:3%;
}

H4 {
	margin-left:5%;
}

 BODY {
	font-family : verdana,arial,sans-serif;
	font-size : medium;
	background-image: url(images/tbl_bckgnd2.gif);
}

em{
	font-weight:bold;
	font-style: normal;
}
A:ACTIVE {text-decoration : none;
	}
	
A:LINK {text-decoration : none;	}
	
A:VISITED {text-decoration : none;
}	
	
A:HOVER {
	text-decoration : none;
	color : red;
}

A.plain {font-size : normal;
		font : normal;
		color : yellow;
		}

A.plain:ACTIVE {font-size : normal;
	color : yellow;
	font : normal;
	
	}
	
A.plain:LINK {font-size : normal,
	color : yellow;
	font : normal;
	}
	
A.plain:VISITED {color : yellow;
		font : normal;
	}	
	
A.plain:HOVER {
	font : normal;
	font-size : normal;
	color : red;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

td.shield {
	background-image: url(images/brit_logo_v2.gif);
	background-position: center;
	background-repeat: no-repeat;
	width : 140px;
	height: 100px;
}

td.banner {
	background-image: url(images/brit_logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 660px;
	height: 100px;
	}

td.title{
background-color: #cdcdcd;
margin-left: 3%;
	}
	
	td.main{
		background-color: #cdcdcd;
		width : 605px;
		border: inset;
	}
			
	td.links{
		background-color: #cdcdcd;
		border: thin;
		border-style : solid;
		border-color: black;
	}	

	td.links2{
	width:125px;
	text-align:center;
		background-color: #cdcdcd;
		border: thin;
		border-style : solid;
		border-color: black;
		margin:8%; 
	}	
	
p.bodytext{
	color:black;
	margin-left: 3%;
	}
	
p.brian{
border-color : green;
border-style : solid;
background-color :#fccccc;
}