body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	padding: 0px 10px 0px;
}
	
a {
	font-size: 12px;
	color: #9A6E4B;
	text-decoration: underline;
	}
a:hover {
	color: #000000;
	}
	
	
a.menu {
	font-size: 14px;
	font-weight: bold;
	color: #9A6E4B;
	text-decoration: underline;
	}
	
a.menu:hover {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	}
	
.pl {
	font-size: 14px;
	font-weight: bold;
	color: #9A6E4B;
	text-decoration: none;
	padding: 10px;
	}
	
h2 {
	font-weight: normal;
	font-size: 24px;
	color: #9A6E4B;
	margin: 0px;
	}

p {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	}
span {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	}
	td {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	}

.border {
	border-right: solid;
	border-width: 1px;
	border-color: #9A6E4B;
	background-image: url(k.gif);
	background-repeat: repeat-y;
	background-position: right;
	}