/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #EDE4DD;
}

td {
	padding: 0px 5px;
	background-color: #fff;
}

#main {
	border: #7e736a 1px solid;
}

#header {
	height: 75px;
	background-color: #c0b6ae;
	border-bottom: #666666 1px solid;
	padding: 3px 15px 3px 10px;
}

#title {
	font-size: 17pt;
	font-weight: bold;
	float: left;
	margin-top: 15px;
}

#date {
	margin-top: 20px;
	float: right;
}

.spacer {
	border-top: #7e736a 1px solid;
	border-bottom: #7e736a 1px solid;
	background-color: #c0b6ae;
}

.showTitle {
	padding-top: 10px;
	font-size: 14pt;
	font-weight: bold;
}

#main .category {
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
}

#main td.content {
	padding-bottom: 10px;
}

.image {
	float: left;
	margin-right: 5px;
}
