@charset "utf-8";
body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bar_bg.png);
	background-repeat: repeat-x;
}
a.white {
	color: #FFFFFF;
	text-decoration: none;
}
.whiteText {
	color: #FFFFFF;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
}
td.headline {
	padding-left: 10px;
}
td.body {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 14px;
	text-align: left;
}
table.main {
	background-image: url(../images/body_bg.png);
	background-repeat: no-repeat;
	text-align: left;
}
td.tabBg {
	background-image: url(../images/arrow_divider.png);
	background-repeat: no-repeat;
}
td.serviceDescription {
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
a {
	color: #164695;
}
.orangeNote {
	font-size: 10px;
	color: #CC6600;
}



div.placeholder {
	background-color: #003366;
	border: 1px solid #333333;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	display: inline;
	height: 100px;
	width: 180px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.boldWhite {
	font-weight: bold;
	color: #FFFFFF;
}


table.footerTable {
	background-image: url(../images/bottom_bg.png);
	background-repeat: no-repeat;
	height: 80px;
}


a.white:hover {
	color: #999999;
}
.grayText {
	color: #CCCCCC;
}
.note {
	font-size: 10px;
}
table.contactForm {
	border: 1px solid #CCCCCC;
}
