/* CSS Document */

h1 {
	font-size: 1.3em;
	font-weight: normal;
	color: #c15e03;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #c15e03;
}

h3 {
	font-size: 1em;
	font-weight: normal;
	color: #c15e03;
}

h4, h5, h6 {
	font-size: 0.8em;
	font-weight: bold;
	color: #c15e03;
}

p, ul, ol, td {
	font-size: 0.8em;
}

.hdrtxt {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

td p {
	font-size: 1em;
}

a {
	color: #c15e03;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

legend {
	color: #c15e03;
	font-size: 0.8em;
	font-weight: bold;
}

fieldset {
	border: 1px solid #996600;
	padding: 5px;
}

input.text {
	width: 355px;
}

textarea {
	width: 355px;
}


.important {
	color: red;
	font-weight: bold;
}

.table_dress {
	border: 1px solid #58361a;
	border-collapse: collapse;
}

.table_dress tr th {
	padding: 4px;
	border: 1px solid #58361a;
	background-color: #C2A476;
	color: #FFFFFF;
	font-size: 0.7em;
}

.table_dress tr td {
	padding: 4px;
	background-color: #E9DCC8;
}

.table_dress tr.odd td {
	background-color: #F9F2E7;	
}

fieldset {
	padding: 10px;
}