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: 109px;
	display:block;
	clear:both;
}
.HeaderLeft {
	background-image:url(../img/page/top_left.gif);
	float: left;
	width: 288px;
	height: 109px;
	display:table-cell;
}
.HeaderCenter {
	background-color:#FFFFFF;
	float: left;
	width: 234px;
	height: 109px;
	display:table-cell;
}
.HeaderRight {
	background-image:url(../img/page/top_right.gif);
	float: left;
	width: 253px;
	height: 109px;
	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: 760px;
	height: 57px;
	display:block;
	clear:both;
}
.ContentMenu a {
	color: #31517B;
	text-decoration: none;
	font-weight: bold;
	padding-left:6px;
	padding-right:6px;
}
.ContentMenu a:hover {
	text-decoration: underline;
}	
.ContentMenu a:visited {
	color:#FF4200;
}	
.ContentText {
	background-color:#FFFFFF;
	width: 755px;
	padding: 10px;
	display:block;
	clear:both;
}
.ContentText h1 {
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
.ContentText a {
	color:#FF4200;
	text-decoration:none;
	font-weight:bold;
}
.ContentText a:hover {
	text-decoration:underline;
}
.Footer {
	background-image:url(../img/wave_footer.gif);
	background-repeat:no-repeat;
	width: 775px;
	height: 480px;
	display:table-cell;
}
.FooterText {
	/*padding-top: 75px;*/
	text-align:right;
	padding-right: 65px;
	/*width: 775px;*/
	height: 200px;
}
.FooterText a {
	color: #31517B;
	text-decoration: none;
	padding-left:2px;
	Padding-right:2px;
}
.FooterText a:hover {
	text-decoration: underline;
}
.FooterText a:visited {
	color: #FF4200;
}
.DW a {
	font-size:10px;
	color:#31517B;
	text-decoration:none;
	padding-top: 5px;
}
.DW a:hover {
	text-decoration:underline;
	}


