body {
	margin: 0px;
	padding: 0px;

}
p, td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
}
h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: C24601;

}
.pictures {
	border: medium solid #C24601;
}
.footer {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}
.leftMenu {
	border: thin solid #000000;
	background-color: #D55D00;
}
a.leftMenuItem, a.leftMenuItem:visited {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;

}
a.leftMenuItem:hover {
	text-decoration: underline;

}
.mainTable {
	border: thin solid #000000;
}
.smallText {
	font-size: 12px;
}
.inline {
	display: inline;
	font-size: 12px;
}
a.black-link {
	color: #000000;
	text-decoration: none;
}
a.black-link:hover {
	color: #000000;
	text-decoration: underline;
}