

body,td {
	margin: 0;
	padding: 0;
		font: 11px/ 16px arial, sans-serif;
	color: #DFD8D1;
}

a {
	color: #D55400;
	}

blockquote {
	margin: 5px 10px;
	padding: 5px 10px;
}

p {
	padding: 3px 0;
}

hr {
	border: 0;
	border-top: 1px dotted #ccc;
	height: 0;
}

td {
	vertical-align: top;
}

th {
	padding: 5px;
	color: #666;
	border-bottom: 1px solid #666;
	text-align: left;
}

th a {
	color: #666;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

input,textarea,select {
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #BFBFBF;
	vertical-align: middle;
}

input[type='checkbox'] {
	width: auto !important;
}

h1 {
	font-size: 22px;
	border-right: 1px dotted #7A6B5E;
	text-align: right;
	padding: 20px;
	color: #7A6B5E;
}

h2 {
	font-size: 12px;
	color: #D55400;
	text-transform: uppercase;
	margin: 40px 0 10px 0;;
}

h3 {
	font-size: 11px;
	margin: 10px 0 10px 0;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.syn-large {
   font-size: 14px;
   color: #7A6B5E;
}