
body {

	margin: 0px auto;
	padding: 0px;

	text-align: center;

	font-family: Arial, Verdana;

	background-color: #000000;
	color: #ffffff;

	font-size: 12px;

}

td {
	font-size: 14px;
}

a:link, a:visited, a:active, a:hover {

	color: #ffffff;
	text-decoration: underline;

}

a:hover {
	text-decoration: none;
}

.container {

	margin: 0px auto;

	background: url(../images/background.jpg) top  no-repeat;

	width: 980px;
	height: 858px;

	text-align: left;

	color: #FFFFFF;

}

.content {

	padding: 10px 54px 20px 54px;
	margin: 0px;

	font-size: 15px;

}

h2 {

	font-size: 36px;

	color: #cc0000;

}

h3 {

	font-size: 26px;

	color: #cc0000;

}

small {

	font-size: 10px;

}

li {
	line-height: 22px;
}

span {

	font-size: 18px;

}

span strong {

	font-size: 22px;

}

span.highlight {
	color: #cc0000;
}

.step_divider {

	border-left: 3px solid #cc0000;
	border-right: 3px solid #cc0000;

}