@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.contact {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
a:link {
	color: #B41A00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B41A00;
}
a:hover {
	text-decoration: underline;
	color: #00465D;
}
a:active {
	text-decoration: none;
}
.hdg1 {
	font-size: 18px;
	color: #036;
	font-weight: bolder;
}
.contnt {
	font-size: 13px;
	color: #333;
}
.hdg2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.pixframe {
	border: medium solid #7ABED3;
}

