/* CSS Document */

body {
	background-color: #924634;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}

body,td,th {
	font-size: 12px;
}
.text {
	font-size:0.8em;
	color:#666666;
	text-align: justify;
	line-height: 28px;
	padding-top: 10px;
	padding-bottom: 9px;
}
.txt1 {
	font-size:0.8em;
	color:#666666;
	text-align: justify;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 9px;
}

h1 {font-size: 1.5em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;}


h2 {font-size: 1.3em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: left;}

h3 {font-size: 1.2em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: left;}

h4 {font-size: 1.1em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: left;}

h5 {font-size: 1em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: left;}

ul {
	padding: 0;
	margin: 0 0 0 15px;
	font-size: 0.8em;

}
li {
	list-style-type: none;
	margin: 0;
	float: left;
}
ul a {
	color: #5C5C5C;
	display: list-item;
	float: left;
	padding: 2px 6px;
	border: 1px solid #5C5C5C;
	margin: 0 8px 0 0;
	text-decoration: none;
}
ul a:visited {
	color: #333333;
}
ul a:hover,
ul a:active,
ul a:focus {
	color: #FFFFFF;
	background-color: #4B8901;
}

.current {
	color: #333333;
}
