@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: small;
	color: #333333;
	line-height: 24px;
}
.content_cell {
	padding-left:18px;
	padding-right:18px;
	padding-top:24px;
	padding-bottom:24px;
	vertical-align: top;
}

.main_content_cell {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ae8014;
	border-right-color: #ae8014;
	border-bottom-color: #ae8014;
	border-left-color: #ae8014;
}
.column_header{
	font-size: 24px;
	color: #8e5701;
	padding: 0px;
	margin: 0px;
}
input {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
td {
	text-align: left;
}
a {
	color: #52706F;
	text-decoration: none;
}
.border_1px {
	border: 1px solid #034F81;
}

