body {
	background-color: #CCCCCC;
	background-image: url(backdrop_pattern.jpg);
	background-repeat: repeat;
}
a:link {
	color: #2E4F6F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2E4F6F;
}
a:hover {
	text-decoration: underline;
	color: #2E4F6F;
}
a:active {
	text-decoration: none;
	color: #2E4F6F;
}
.main_table {
	background-color: #CBDCDC;
}
.header_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.content_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.border_top {
	background-image: url(border_top.jpg);
	background-repeat: repeat-x;
}
.border_bottom {
	background-image: url(border_bottom.jpg);
	background-repeat: repeat-x;
}
.white_bg {
	background-color: #ECECEC;
}
.text_border {
	border: thin solid #4D7177;
}
