body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#D6CCD6;
	color: #000000;
	text-align:center;
}
.Container{
	background-color:#FFFFFF;
	width:775px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	border-color:#FF4200;
	border-style:groove;
	border-width: 3px;

}
.Header {
	width:775px;
	height: 103px;
	display:block;
	clear:both;
}
.HeaderLeft {
	background-image:url(../img/titlepage/top_left.gif);
	float: left;
	width: 250px;
	height: 103px;
	display:table-cell;
}
.HeaderCenter {
	background-image:url(../img/titlepage/top_middle.gif);
	float: left;
	width: 288px;
	height: 103px;
	display:table-cell;
}
.HeaderRight {
	background-image:url(../img/titlepage/top_right.gif);
	float: left;
	width: 237px;
	height: 103px;
	display:table-cell;
}
.o {
	width:775px;
	height: 307px;
	display:block;
	clear:both;
}
.oLeft {
	background-color:#FFFFFF;
	float: left;
	width: 250px;
	height: 307px;
	display:table-cell;
}
.oCenter {
	background-color:#FFFFFF;
	float: left;
	width: 288px;
	height: 307px;
	display:table-cell;
}
.oRight {
	background-color:#FFFFFF;
	float: left;
	width: 237px;
	height: 307px;
	display:table-cell;
}
.oBottom {
	width:775px;
	height: 56px;
	display:block;
	clear:both;
}
.oBottomLeft {
	background-color:#FFFFFF;
	float: left;
	width: 250px;
	height: 56px;
	display:table-cell;
}
.oBottomCenter {
	background-color;
	float: left;
	width: 288px;
	height: 56px;
	display:table-cell;
}
.oBottomRight {
	background-color:#FFFFFF;
	float: left;
	width: 237px;
	height: 56px;
	display:table-cell;
}
.Content {
	background-color:#FFFFFF;
	font-size: 13px;
	text-align:justify;
	width: 775px;
	display:block;
	clear:both;
}
.ContentMenu {
	background-image:url(../img/titlepage/menu_slice.gif);
	background-repeat:repeat-x;
	width: 750px;
	height: 57px;
	display:block;
	clear:both;
}
.ContentMenu a {
	color: #31517B;
	text-decoration: none;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
}
.ContentMenu a:hover {
	text-decoration: underline;
}	

.Footer {
	background-color:#FFCCFF;
	width: 775px;
	height: 27px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size:12px;
	margin-top: 2px;
	display:block;
	clear:both;
}
.Footer a {
	color: #000000;
	text-decoration: none;
}
.Footer a:hover {
	text-decoration: underline;
}
.DW a {
	font-size:10px;
	color:#31517B;
	text-decoration:none;
	padding-top: 5px;
}
.DW a:hover {
	text-decoration:underline;
	}

