body {
	background-color: #F4F4F4;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.main_table {
	height: 500px;
	width: 667px;
}
.border_left {
	background-image: url(images/border_left.jpg);
	background-repeat: repeat-y;
}
.border_right {
	background-image: url(images/border_right.jpg);
	background-repeat: repeat-y;
}
.main_table_middle {
	background-color: #FFFFFF;
}
td,body {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #666666;
}
.subheadings {
	font-size: 13px;
	color: #FC6C16;
	font-weight: bold;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.images {
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	width: 250px;
	border: 1px solid #CCCCCC;
}
.button {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF7C2E;
	border: 1px inset #EA5800;
	font-weight: bold;
}
.orange_link {
	color: #FF6600;
	text-decoration: none;
}

.footer {
	background-image: url(images/footer_middle.jpg);
	background-repeat: repeat-x;
}
