body {
	margin: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}

.container {
    margin: auto;
    position: relative;
    text-align: left;
    width: 980px;
}

h1 {
	margin: 0px;
	padding: 20px 0px 10px 0px;	
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	color: #22539c;
}

h2 {
	margin: 0px;
	padding: 15px 0px 5px 0px;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
}

h3 {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

h1 img,
h3 img {
	border: 0px;	
}

h1 #chapterDate {
	font-size: 11px;
	font-style: normal;
	color: #333333;
}

.headerIcon {
	float: left;
	padding-top: 14px;
	padding-right: 10px;
}

b {
    font-weight: bolder;
}

.clear {
    clear: both;
}

form {
	margin: 0px;
}

.content {
	zoom: 1;
	position: relative;
	padding: 0px 10px 0px 10px;
	line-height: 1.5;
	background: url(../res/pics/grad1.png) repeat-x;
}

.content a {
	color: #22539c;
	text-decoration: none;
	font-weight: 900; 
}

.content a:hover {
	color: rgb(0, 130, 255);
	text-decoration: underline;
}

.note {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 10px;
}

.show {
	visibility: visible;
}

.hide {
	visibility: hidden;
	width: 0px;
	height: 0px;
	padding: 0px;
	position: absolute;
	top: -1000px;
	left: -1000px;
}

.steps {
	color: #22539c;
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: bold;
}

.steps span {
	font-size: 16px;
	color: black;
	font-weight: bolder;
}

.footer {
    clear: both;
    font-size: 12px;
    font-style: none;
    text-align : center;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #888888;
}

.footer hr {
	border-top: 1px solid #888888;
    border-bottom: 1px solid #FFFFFF;
    border-left: 0px;
    border-right: 0px;
	background-color: #888888;
	height: 2px;
	width: 95%;
}

.footer table {
	margin: auto;
}

.footer a {
     padding: 0px 10px;
     font-style: normal;
     color: #226dde;
}
