/* CSS Document */

div {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #4B380D;
		border-top: 1px solid #93752F;
		border-bottom: 1px solid #93752F;
	}

	a {
		text-decoration: none;
		color: #4B380D;
		font-weight: bold;
	}

	a.hover {
		text-decoration: underline;
	}

	a.active {
		text-decoration: none;
	}

	a.visited {
		text-decoration: none;
	}

	td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #4B380D;
	}

	.big {
		font-weight: bold;
	}
