body {
	margin: 10px;
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

a:link,
a:visited {
	color:#FFFF99;
	font-style:italic;
	text-decoration:none;
}

a:active,
a:hover {
	color:#FFFF33;
	font-style:italic;
	text-decoration:underline;
}

td.top_menu {
	background-color:#660000;
}

a.top_menu:link,
a.top_menu:visited,
a.top_menu:active,
a.top_menu:hover {
	font-size: 80%;
}

a.bottom_menu:link,
a.bottom_menu:visited {
	color:#336633;
	font-size: 80%;
}

a.bottom_menu:active,
a.bottom_menu:hover {
	color:#663333;
	font-size: 80%;
}

#main_table {
	width: 738px;
	border: 1px solid #000000;
}

#content_cell {
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-x;
	color: #FFFFFF;
	background-color:#003300;
	min-height: 400px;
}

#content_top {
	background-image:url(images/content_top_bg.jpg);
	background-repeat:no-repeat;
	background-color:#003300;
}

#content_bottom {
	background-image:url(images/content_bottom_bg.jpg);
	background-repeat:repeat-y;
	background-color:#003300;
}

.pad_5 {
	padding: 5px;
}

.border_left {
	border-left: 1px solid white;
}

.shrink_text {
	font-size: 90%;
}

.section_title {
	font-size: 120%;
	font-weight: bold;
}

.section_description {
	font-size: 90%;
}

.error {
	color:#660000;
	font-size: 75%;
	font-weight: bold;
}

.form_caption {
	padding-top: 10px;
	font-size: 80%;
	font-style:italic;
}