@charset "utf-8";
@import url("reset.css");

body, table, table td {
	font-family: "Georgia", serif;
	color: #656565;
	font-size: 13px;
}

a {
	color: #5c593f;
	text-decoration: underline;
}

	a#dev {
		text-decoration: none;
	}

p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
	color: #5c593f;
	letter-spacing: 0.002em;
	font-weight: normal;

}

h1 {
	font-size: 1.85em;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

h5 {
	font-size: 1.15em;
	margin-bottom: 0.5em;
}

h6 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

/* lists */
ol, ul {
	margin: 0 0 15px 20px;
}

ol ol, ul ul, ol ul, ul ol {
	margin: 0 0 0 20px;
}

ol {list-style-type: decimal;}
ul {list-style-type: square;}

/* tabels */
table {
	border-collapse: collapse;
	border-top: dotted 1px #dedede;
	margin-bottom: 2em;
	width: 468px;
}

table td {
	vertical-align: top;
	border-bottom: dotted 1px #dedede;
	padding-top: 10px;
}

/* images */
table img {
	float: none;
	margin: 0 11px 11px 0;
}


/*  */
.smallerText {
	font-size: 0.85em;
}