<!--
body 		{ 
			font-family: Arial, Helvetica, sans-serif; 
			background-color:#FFFFFF; 
			font-size: 12px;
			color:#000000;
			margin: 0px 0px 0px 0px;
			}

table.main  { width:760px; border: 0px;}

a 			{ color:#000066; font-style:normal; text-decoration:none;}
a.link		{ color:#000066; font-style:normal; text-decoration:none;}
a.active	{ color:#000066; font-style:normal; text-decoration:none;}
a.visited	{ color:#000066; font-style:normal; text-decoration:none;}
a.hover		{ color:#006633; font-style:normal; text-decoration:none;}
a.small 	{ font-size:11px; font-style:italic;}

td.content 	{
	font-size: 12px;
	font-style: normal;
	text-align:left;
	width: 56%;
}

td.info 	{
	text-align:left;
	width: 44%;
	line-height:14px;
}
td.uk 	{
	background-image:url(images/uk.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:110px;
	font-size:11px; 

}

td.bgblue { background-color:#000066;
background-image:url(images/bluebg.jpg);
}
td.menubar { 
	background-color:#006600;
	background-image:url(images/menubarbg.jpg);
	height:25px;
}
.highlight 		{ color:#FF0000;}
.small 		{ font-size:11px;}
.infotext	{ font-size:11px; }
.textlink	{ color:#000066;}
.footer 	{ font-size: 11px;}
.footerline { background-color:#000066; height:3px; }

-->