body, div, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a:link {
	color: #000000;
}

a:hover, a:visited, a:active {
	color: #333333;
}

body {
	text-align: center;
	background-color: #000000;
	font-family: Arial;
}

.header {
	background-image: url(../images/body-top-bg.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
	padding-top: 16px;
}

.header .logo {
	display: block;
	margin: 0 auto;
	width: 227px;
	height: 37px;
}

.header ul {
	margin: 15px auto 0 auto;
	padding: 0;
	height: 21px;
	line-height: 21px;
}

.header ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

.middle {
	background-image: url(../images/body-middle-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #6A8997;
	min-height: 400px;
}

.bottom {
	background-image: url(../images/body-bottom-bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #6A8997;
	height: 92px;
	padding-top: 25px;
}
.bottom span{
	display:none;
}
.bottom ul {
	float: right;
	margin: 0;
	padding: 0 3px;
	font-size: 9px;
}
.bottom ul li {
	list-style-type: none;
	float: left;
	margin: 25px 0 0 0;
	padding: 0 5px;
}
.bottom ul li a:link, .bottom ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.bottom ul li a:hover, .bottom ul li a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
strong.nb{
	font-weight:300;
}
.pti img{
border:1px solid #929495;
}
.menu .pti img{
border:none;
}
