/* CSS Document */

p {
	margin-top: 0px;
}
blockquote {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td, th, div, p, span {
	font-family: Corbel, Trebuchet, sans-serif;
	color: #444444;
	cursor: default;
	font-size: 15px;
}
input, textarea, select {
	font-family: Corbel, Trebuchet, sans-serif;
	color: #444444;
}
a {
	font-family: Corbel, Trebuchet, sans-serif;
	color: #222222;
	cursor: hand;
	cursor: pointer;
}
form {
	margin: 0px;
	padding: 0px;
}
print {
	font-family: Trebuchet, sans-serif;
	font-size: smaller;
}

h1, h2, h3, h4 {
	font-family: Corbel, Trebuchet, sans-serif;
	color: #444444;
	margin-top: 0px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #2C51C0;
}
h3 a {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #2C51C0;
	text-decoration: none;
}


h4 {
	font-style: italic;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

/* Icons */
.File-pdf {
	background-image: url("../Images/Icons/pdf.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 26px;
	padding-bottom: 8px;
}

/* Slideshow */
#Slideshow {
	overflow: hidden;
	position: relative;
	width: 750px;
	height: 345px;
}
#Slideshow img {
	display: none;
	position: absolute;
	width: 750px;
	height: 345px;
}