@charset "utf-8";
/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #88A275;
	margin: 0px;
}
td.content {
	background-color: #D5DCCD;
	padding: 5px;
}
td.pageleft {
	background-image: url(images/page_left.gif);
	background-repeat: repeat-y;
	background-color: #88A275;
}
td.pageright {
	background-image: url(images/page_right.gif);
	background-repeat: repeat-y;
	background-color: #88A275;
}
h1 {
	color: #632C27;
	font-weight: bold;
	font-size: 18px;
}
.text {
	font-size: 12px;
	color: #000;
}
a:link, a:active, a:hover, a:visited {
	color: #632C27;
	text-decoration: none;
}