* {
	font-family: "Trebuchet MS", Verdana, Arial;
	color:#343434;
}

p {
	color:#343434;
	font-size: 11px;
	text-align: justify;
	margin:0px;
	padding:0px;
}

blockquote {  }

ul {  }

input.submitbutton {  }

a:link {
	color:#b56437;
	text-decoration: none;
}

a:visited { 
	color:#b56437;
	text-decoration: none; 
}

a:hover {
	color:#b56437; 
	text-decoration: underline;
}

a:active {
	color:#b56437;
	text-decoration: none;
}

h1 {
	color: #b56437;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 10px;
}

h2 {
	color: #b56437;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

h3 {
	color: #b56437;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 6px;
}

h4 {
	color: #b56437;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 6px;
}


.smalltext {
	font-size:10px;
}

.indent {
	font-size:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	padding-right:20px;
}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

.align-center {
	text-align:center;
}

.align-justify {
	text-align:justify;
}