body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	background-color: Slategray;
}
.copyright {
	font-size: 10px;
	color: #666666;
}
a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #6699CC;
	text-decoration: none;

}
a:active {
	color: #999999;
	text-decoration: underline;
}
p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.3;

}
.imgBorder {
	border: 2px solid lightsteelblue;
}
table {
	font-size: 12px;
	line-height: 1.3;
}

td {
	font-size: 12px;
	line-height: 1.3;
}
h3{
	color: blue;
}
h4 {
	color: #0033cc;
}
h5 {
	color: Steelblue;
	padding-bottom: 0px;
}

