@charset "iso-8859-1";
* {
	padding: 0px;
	margin: 0px;
}
html {
	height: 101%;
}
body {
	background-position: center;
	margin: 10px 0px 0px 0px;
	color: #403F33;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 62.5%;
	background-image: url('../images/bg_content.jpg');
	background-repeat: repeat-y;
}
p {
	padding: 0px;
	margin: 0px;
	line-height: 140%;
	font-style: normal;
	font-size: 130%;
	color: #484848;
}
h1 {
	font-size: 180%;
	font-weight: normal;
}
h2 {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 240%;
	font-weight: normal;
	text-decoration: none;
	font-family: "Arial Narrow", Arial;
	text-transform: inherit;
	letter-spacing: 1px;
}
h3 {
	padding: 0px;
	margin: 0px;
	font-size: 130%;
	font-weight: bold;
	line-height: 150%;
}
h4 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	line-height: 170%;
}
a {
	text-decoration: underline;
	color: #002C6D;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
img {
	margin: 0px;
	border-style: none;
	padding: 0px;
}
.img-with-border {
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin: 0px;
}
.clearing {
	padding: 0px;
	margin: 0px;
	clear: both;
	height: 1px;
	line-height: 1px;
}


table {
	border-style: none;
	border-width: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 99%!important;
}
td {
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
	vertical-align: top;
}


.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}
.right {
	text-align: right;
}


.span {
	font-size: 120%;
}
.bold {
	font-weight: bold;
}
.justify {
	text-align: justify;
}
#wrapper {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 920px;
}

