.cell_margin {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.Heading {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	color: #009BC9;
}
.side_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
}
.bar {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.bar2 {
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #666666;
}
body {
	background-image: url(images/gray_bg.jpg);
	margin-top: 0px;
	font-family: "Trebuchet MS";
}
.dotted_rule {
	border-bottom-width: thick;
	border-bottom-style: dotted;
	border-bottom-color: #009BC9;
	margin-right: 20px;
	padding-right: 20px;
}
.SubHeader {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
}
.caps {
	text-transform: uppercase;
}
.fake_link {
	color: #0066CC;
	text-decoration: underline;
}

