body {
	//font-family:"Times New Roman", Times, serif;
	font-family:verdana, arial, sans-serif;
	text-align:center;
}

.bodytext {
	color:#000000;
	font-size: 13px;
	line-height: 16px;
	text-align:justify;
}
.bodytextnoJust {
	/*letter-spacing:1px;*/
	line-height: 16px;
	font-size: 13px;	
}

.smalltext {
	font-size: 12px;
	font-weight: bold;
}

td {
	/*border: 1px solid black;*/
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration:underline;	
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;	
}

a {
	color: #AA0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

.Hide a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

.Hide a:link {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.Hide a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

.Hide a:hover {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}


.Centrewrapper {
 text-align:left;
 /*border:1px solid #000000;*/
 width:760px;
 margin:auto;
}

.Header {
 height:100px;
 background:#FFFFFF;
 color: #333333;
 text-align:center;
 padding-bottom: 10px;

}

.Bar {
 height:25px;
 background:#EEEEEE;
 color: #333333;
 border:solid #7F0000;	
 border-width:1px 0 1px 0;
 text-align:center;
 font-size: 11px;
 letter-spacing: 1px;
}

.Menu {  
 background:#FFFFFF;
 color: #333333;
 width:150px;
 vertical-align:top;
 padding: 10px;
}

.Pics {
 	width:160px;
	padding-top: 10px;
	vertical-align:top;
}

.Content {

	width:450px;
	min-height: 380px;
	/* F***ing IE does not get it...*/
	/*	height: 300px;*/
	background:#ffffff;
	color: #333333;
	border:solid #000000;	
	border-width:0 1px 0 1px;
	text-align:left;
	padding: 10px;
	vertical-align:top;
}


.Footer{
 height:25px;
 background:#990000;
 color: #EEEEEE;
 border:solid black;
 border-width:1px 0 0 0;
 text-align:center;
 font-size: 11px;
}

.Footer a {
	font-weight:bold;
}
.Footer a:link {
 	text-decoration: none;
 	color: #EEEEEE;
}
.Footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.Footer a:visited {
	color: #DDDDDD;

}

.uknetweb {
	float: right;
	padding-right: 20px;
}
