html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 40px;
	padding-top: 40px;
	padding-bottom: 20px
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
#titlebody {
	background: #666666;
	width: 100%
}
#bodymain {
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	align: justify;

	color: white;
	
}
#uk {
	padding-top: 20px
}

#navmain  a {
	background: url(maintabsblue.gif);
	font-family: Arial, Helvetica, sans-serif;
	width:170px;
	height:100px;
	font-size: 20px;
	text-align:center;
	padding-top:40px;
	text-decoration:none;
	color: #EAEAEA;
	font-weight:bolder;
}
#navmain  a:hover {
	color:#544e38;
}
#nav  a {
	background-image:url(tabsgrey.gif);
	width:175px;
	height:100px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align:center;
	padding-top:40px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bolder;
}
#nav  a:hover {
	color:#544e38;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
	padding-top: 5px
}