body {
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #0A2F4F;
	line-height: 18px;
	margin: 0px;
}
.cell_Top {
	background-image: url(../images/cellTop.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.cell_Center {
	background-image: url(../images/cellSides.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
.cell_Bottom {
	background-image: url(../images/cellBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
a:link {
	color: #104E83;
}
a:hover {
	color: #000;
}
a:visited {
	color: #D3AF76;
}
.bar {
	background-color: #C7CAD0;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	height: 30px;
	vertical-align: middle;
}
.border {
	border: thin solid #C7CAD0;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
iframe {
	border: thin solid #C7CAD0;
}
h3 {
	color: #000;
}
.fineprint {
	font-size: 10px;
	font-style: italic;
	color: #A3A9B3;
	line-height: 14px;
}
