@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
div {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6, p , ol {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, {
	font-weight: bold;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 10px;
}
p, ol {
	margin-bottom: 12px;
}
ol {
	padding-left: 40px;
}
a, a:link, a:visited {
	color: #113684;
	cursor: pointer;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
}
a:hover, a:focus {
	color: #113684;
	text-decoration: underline;
}
a:hover {
	color: #113684;
	cursor: pointer;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	text-decoration: underline;
}
a.icon:not([classname~="icon"]),
span.icon:not([classname~="icon"]) {
	display: inline-block;
	vertical-align: bottom;
}
a.icon, span.icon, li.icon {
	display: block;
}
.pdf-file {
	background-image:url(../../../../img/Reader-16.gif);
	line-height: 18px;
}
.icon {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}
#header {
	height: 138px;
}
#content {
	padding: 0px 20px 0px 20px;
}
#footer {
	background: #FFF url(images/footer.png) top left no-repeat;
	height: 62px;
}
#copyright_box {
	color: #FFF;
	padding: 42px 0px 0px 20px
}

