@charset "utf-8";
body {
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	color: #5d5d5d;
	font-size: 12px;
	background-color: #264C85;
}
.newstitle {
	color: #274d85;
	font-size: 15px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
.tableContent {
	margin-left: 15px;
	margin-right: 15px;
}

a {
	color: #274D85;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.leftCol {
	margin-left: 10px;
	width: 168px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b4996d;
	padding-right: 15px;
}
.midCol {
	width: 450px;
	margin-right: 20px;
	margin-left: 20px;
}
.supportBox {
	background-image: url(images/support_bck.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 230px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
}
.bigorange {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #CEA675;
}
.photoLeft {
	margin-right: 10px;
}
.horzLine {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.required {
	font-size: 10px;
	color: #CC0000;
}
