/* == Import ========== */

@import url("http://www.tommedia.co.uk/css/master.css");

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/tlo.gif);
	background-repeat: repeat-x;
}
.txt_blue {
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	color: #204c92;
}
a:link.txt_blue, a:visited.txt_blue, a:active.txt_blue {
	text-decoration:none;
}
a:hover.txt_blue {
	text-decoration:underline;
}
.txt_red {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #eb232b;
}
a:link.txt_red, a:visited.txt_red, a:active.txt_red {
	text-decoration:none;
}
a:hover.txt_red {
	text-decoration:underline;
}
.pic_border {
	border:1px solid #3d6da5;
	padding:0px;
	
}
