.horizbg {
	background-color: #00000D;
	background-image:  url(../images/core/_horiz.gif);
	background-repeat: repeat-x;
}
.txtbg {
	background-image: url("../images/core/txt_box_body.jpg");
	background-repeat: repeat-x;
}
.txtbg2 {
	background-image:  url("../images/claims/txt_box_body2.jpg");
	background-repeat: repeat-x;
}
td, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000066;
}
.contact {
	color: #FFFFFF;
}

a.contact:link {
    color:#FFFFFF;
	text-decoration:none;
}
a.contact:hover {
    color:#FFFFFF;
	text-decoration:underline;
}
a.contact:active {
    color:#FFFFFF;
	text-decoration:none;
}
a.contact:visited {
    color:#FFFFFF;
	text-decoration:none;
}

a:link {
    color:#000066;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}
a:hover {
    color:#000066;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}
a:active {
    color:#000066;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}
a:visited {
    color:#000066;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}.fields {
	background-color: #FDF7E7;
	border: 1px solid #061E4E;
}
.whatsontitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.bodytitle {
	font-size: 12px;
	font-weight: bold;
	color: #051D4D;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #000066;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid #000066;
	clear: right;
}

#clear {
	display: block;
	clear: both;
}
