html, body {
	width: 100%;
	height: 100%;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td,
.textbox, .textarea, .button, .select {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Trebuchet MS;
	font-size: 11px;
	line-height: 14px;
	color: #3d3d3b;
}

body {
	background-color: #f8f5e4;
}

table {
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #902a10;
}

a:hover {
	color: #ff9801;
}

img.contentimg {
	border: 1px solid #988b69;
	margin: 0px 5px;
}

p {
	padding-bottom: 14px;
	text-align: justify;
}

table.frame td.frame_header_left p {
	padding: 0px;	
}

h1 {
	background-image: url("../images/h1_line.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 15px;
	text-transform: uppercase;
	color: #902a10;
	padding: 0px 0px 4px 1px;
	margin-bottom: 14px;
	line-height: 18px;
}

table.frame td.frame_middle_right h1 {
	background-image: url("../images/h1_line_right.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #d63911;
	text-align: center;
	font-size: 18px;
	padding-bottom: 6px;
	margin-bottom: 26px;
}

h2 {
	color: #ff9801;
	font-size: 14px;
	padding-bottom: 14px;
	text-transform: uppercase;
}

h3 {
	color: #902a10;
	font-size: 14px;
	padding-bottom: 10px;
}

ul {
	padding: 0px 0px 14px 10px;
}

li {
	padding: 0px 0px 5px 14px;
	margin: 0px;
	list-style-type: none;
	background-image: url("../images/li.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	/*color: #988b69;*/
}