body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #0C6
	background-position: center top;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
}

body a {
	color:#06C;
}

.navbar {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 119px;
	width: 1020px;
}
.bodytop {
	padding: 0px;
	height: 30px;
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.bodycenter {
	padding: 0px;
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/images/bodycenter_10.png);
	background-repeat: repeat-y;
	background-position: center;
}
.bodybottom {
	padding: 0px;
	height: 35px;
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/images/bodybottom_12.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 12px;
	text-align: center;
	color: #BDC8DC;
	line-height: 24px;
}

.bodybottom a {
	color: #FFF;
}

h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.bodycell {
	text-align: justify;
}
.copyright {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	width: 1020px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #4D5863;
	vertical-align: middle;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
