body {
	margin: 0px;
	padding: 0px;
	background-color: #F2E8CB;
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

a {
	color: #823131;
}

a:hover {
	text-decoration: none;
}

h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #823131;
	display: inline;
	font-size: 1.3em;
	line-height: 1.4em;
}
.generic-text {
	font-size: 1.0em;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.generictext-small {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 0.75em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.links-small a{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.7em;
	color: #CCCCCC;
	text-decoration: none;
}



.links-small a:hover{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.7em;
	color: #999999;
	text-decoration: underline;
}
