h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #004b96;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-left: 515px;
	width: 240px;
	font-weight: 400;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: 200;
	line-height: 200%;
	margin-left: 515px;
	width: 240px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

h4 a {
	text-decoration: none;
	color: #FFF;
}

h4 a:hover {
	text-decoration: none;
	color: #FFF;
}

a {
	color: #004b96;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	color: #004b96;
	text-decoration: underline;
}

#page-wrapper {
	background-color: #f7f7f7;
	border: 1px solid #bababa;
	clear: both;
	height: 231px;
	margin-top: 45px;
	overflow: hidden;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 760px;
}

#slideshow {
	float: left;
	width: 479px;
}

#slides {
	border: 1px solid #bababa;
	height: 207px;
	width: 479px;
}

#slides a.thumb {
	display:none;
}

#slides a.default-slide {
	display:block;
}

#slideshow-commands {
	background: url('../Images/commands-bg.png') no-repeat;
	height: 19px;
	padding: 3px 25px;
	position: relative;
	width: 432px;	
}

#previous-slide {
	background: url('../Images/commands-previous-slide.png') no-repeat;
	display: block;
	float: left;
	height: 12px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 9px;
}

#next-slide {
	background: url('../Images/commands-next-slide.png') no-repeat;
	display: block;
	float: right;
	height: 12px;
	margin-top: 2px;
	text-indent: -9000px;
	width: 9px;
}

#slideshow-commands h4
{
	margin-top:1px;
	width:100%;
}