body {
	font-family: arial, helvetica;
	font-size: 9pt;
	color: gray;
	background-color: #ffe0e7;
	background-image: url('../img/background.jpg');
	background-position: 100px top;
	background-repeat: repeat-y;
}

table#header {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 800px;
	border-bottom: solid 1px;
}

table#middle {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 800px;
	border-bottom: solid 1px;
}

table#content {
	width: 650px;
}

table#menu {
	width: 150px;
	text-align: right;
}

table#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 800px;
}

td.contact_column {
	padding-left: 5px;
	padding-bottom: 5px;
}

h1 {
	font-size: 12pt;
	color: #db234c;
}

h2 {
	font-size: 10pt;
	color: #db234c;
}

h3 {
	font-size: 9pt;
}

p {
	font-size: 9pt;
}

ul {
	font-size: 9pt;
}

a {
	color: #83c229;
	text-decoration: none;
}

a.anchor {
	color: #db234c;
}
