﻿body {
	margin: 0 auto;
	padding: 0;
	background-color: #f7f4eb;
	font-family: georgia, serif;
	font-size: 13px;
	color: #593b28;
}
h1 {
	font-size: 18px;
	color: #492817;
	font-weight: normal;
	padding: 0;
	font-family: georgia, serif;
	margin: 0;
}

h2 {
	font-size: 17px;
	color: #492817;
	font-weight: normal;

}
A:link {
	text-decoration: underline;
	color: #2f6379;
}
A:visited {
	text-decoration: underline;
	color: #2f6379;
}
A:hover {
	text-decoration: underline;
	color: #11394a;
}
A:active {
	text-decoration: underline;
	color: #11394a;
}

.txtContentIntro {
	font-size: 13px;
	line-height: 20px;
}
.txtContent {
	font-size: 13px;
	line-height: 20px;
}

.txtContentSmall {
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
}

.txtContentSmallNormal {
	font-size: 11px;
	line-height: 15px;
}

.txtContent table {
	border-collapse: collapse;
}
