/* CSS Document */

/* Content */
body, div, span, p, td, input, select, textarea {
	color: black;
	font-size: 8pt;
	font-family: verdana, arial, geneva, sans-serif;
}
a {
	color: #0A51A1;
}
h1, h2, h3, h4 {
	color: #0A51A1;
	font-weight: normal;
	font-family: Corbel, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
blockquote {
	padding-left: 15px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
div.Break {
	color: white;
	background-color: #0A51A1;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top-style: solid;
	border-top-color: silver;
	border-top-width: 1px;
}
ul.Padded li {
	padding-bottom: 10px;
}
/* Slideshow */
#Slideshow
{
	overflow: hidden;
	position: relative;
	width: 300px;
	height: 242px;
	margin-top: 5px;
	padding: 2px;
	border-style: solid;
	border-width: 0px;
	border-color: #E6EBF2;
}
#Slideshow img
{
	display: none;
	position: absolute;
	width: 300px;
	height: 242px;
}