@charset "UTF-8";
.bg {
	background-color: #1A3A83;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.tbline {
	border: 1px solid #788192;
}
.highlight img{
border: 1px solid #cacaca;
}
 
.highlight:hover img{
border: 1px solid #788192;
}

.highlight:hover{
color: red; /* Dummy for IE bug */
}.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.lrg_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	}
.description-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	background-image: url(images/description_bg);
	background-repeat: no-repeat;
	background-position: top;
}
.large-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3054a6;
	text-decoration: underline;
}
.large-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3054a6;
	text-decoration: none;
}.description_bg {
	background-color: #1A3A83;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
