/* CSS Document */
body {
	margin: 0 auto;
}
a:link {
	color: #069;
	text-decoration: none;
}
a:visited, a:hover, a:active{
	color: #069;
	text-decoration: underline;
}
td.content {
	padding: 5px 150px 5px 115px;
}
td.content h1 {
	font-size: 15px;
	line-height: 25px;
	color: #5e6506;
	font-weight: bold;
	margin: 5px 0 20px 0;
}
td.content h2 {
	font-size: 15px;
	line-height: 25px;
	color: #5e6506;
	font-weight: bold;
	margin: 5px 0;
}
td.content p {
	font-size: 15px;
	line-height: 25px;
	color: #333;
	margin: 0 0 10px 0;
}
em {
	color: #ac7943;
	font-style: normal;
}
table.info h1 {
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	margin: 5px;
}
table.info p {
	font-size: 15px;
	line-height: 25px;
	color: #333;
	margin: 5px;
}
.red {
	color: #cc0000;
}
.red22WB {
	font-size: 22px;
	font-weight: bold;
	color: #C00;
}

.big {
	font-size: 22px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.small {
	font-size: 13px;
}
