body {
	background-color: #F4F5F9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.text a:link {
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #424242;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.text a:visited {
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #424242;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.text a:hover {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #424242;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.text a:active {
	text-decoration: none;
	font-family: "Trebuchet MS";
	color: #424242;
}

.text {
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #424242;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	vertical-align: top;
}

.text form {
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	vertical-align: top;
	color: #990000;
}

.title {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #424242;
	text-decoration: underline;
	text-align: left;
	letter-spacing: 0.5pt;
}
.footnote a:link {
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #424242;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
}
.footnote a:visited {
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #424242;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
}
.footnote a:hover {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #424242;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
}
.footnote a:active {
	text-decoration: none;
	font-family: "Trebuchet MS";
	color: #424242;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
}

.footnote {
	letter-spacing: normal;
	text-align: right;
	word-spacing: normal;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #424242;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	text-transform: none;
	vertical-align: top;
}

.stepcarousel{
position: relative;
overflow: scroll;
width: 650px;
height: 120px;
left:50px;
}

.stepcarousel .belt{
position: absolute;
left:0;
top:0;
}

.stepcarousel .panel{
float: left;
overflow: hidden;
margin: 5px;
width: 90px;
margin:15px;
text-align:center;
display:block;
border: solid 1px #F4F5F9;
}

.stepcarousel .panel a{
display:block;
 border: solid 1px #F4F5F9;
}

.stepcarousel .panel a:hover{
display:block;
 border: solid 1px #990000;
}