body {
	background-color: #FFCC99;
	background-image: url(images/bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
}
.td_left {
	background-image: url(images/mid_left.jpg);
}
.td_right {

	background-image: url(images/mid_right.jpg);
}
.bold {

	font-weight: bold;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
}
.td_picture {
	background-image: url(images/mid_right.jpg);
	text-align: center;
}
.td_bottom {


	background-image: url(images/bottom.jpg);
        text-align: right;
}

.input_box {
        border: 1px solid #750707;
        background-color: #DFC996;
        color: #750707
        font-weight: bold;
}

a:link {
	color: #8F2A1E;
}
a:hover {
	color: #8F2A1E;
}
a:active {
	color: #8F2A1E;
}
a:visited {
	color: #8F2A1E;

