@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.font_brown {
	color: #630;
}
.font10pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

