*{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
html,body{
	height: 100%;

}
#tableArea{
	height: 100%;
	margin: auto;
}
#leftArea{
	background-image: url(../img/bg_left.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
.logoArea{
	text-align: center;
	margin-top: 88px;
}
.sloganArea{
	margin-top: 44px;
}
#middleArea{
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	vertical-align: top;
}
.globalArea{
	font-size: 11px;
	color: #5F6062;
	margin-bottom: 2px;
	margin-top: 16px;
	padding-left: 10px;
}
.globalArea a{
	color: #5F6062;
	text-decoration: none;
}
.globalArea a:hover{
	text-decoration: underline;
}
.menuArea{
	background-image: url(../img/bg_menu.gif);
	background-repeat: repeat-x;
	height: 23px;
	border-top: 2px solid #fff;
}
.menuArea ul{
	list-style: none;
}
.menuArea ul li{
	display: inline;
	margin-right: -6px;
}
.contentArea{
	margin-top: 59px;
	margin-left: 50px;
	margin-right: 100px;
}
.contentArea .imgArea img{
	margin-bottom: 36px;
	padding-left: 5px;
}
.contentArea h1{
	font-size: 13px;
	font-weight: bold;
	color: #5F6062;
	border-bottom: 1px dashed #949494;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-bottom: 8px;
}
.contentArea h1 a{
	color: #5F6062;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/icon_link.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.contentArea h1 a:hover{
	color: #FFD403;
}
.contentArea p{
	font-size: 11px;
	color: #5F6062;
	line-height: 18px;
	margin-bottom: 18px;
	padding-left: 5px;
}
.contentArea p a{
	color: #FFD403;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/icon_link.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.contentArea p a:hover{
	text-decoration: underline;
}
.contentArea ul{
	list-style: none;
	margin-left: 5px;
	font-size: 11px;
	line-height: 18px;
	color: #5F6062;
	margin-bottom: 18px;
}
.contentArea ul li{
	background-image: url(../img/icon_liste.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 10px;
}
.contentArea ul li a{
	color: #FFD403;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/icon_link.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.contentArea ul li a:hover{
	text-decoration: underline;
}
.contentArea .button{
	font-size: 11px;
	border: 1px solid #565656;
	background-color: #565656;
	color: #fff;
	font-weight: bold;
}
.contentArea .button:hover{
	background-color: #FFD403;
	color: #565656;
}
.contentArea .textarea{
	border: 1px solid #565656;
	font-size: 11px;
	color: #565656;
	width: 250px;
}
.contentArea .input{
	border: 1px solid #565656;
	font-size: 11px;
	color: #565656;
	width: 250px;
}
.contentArea table{
	font-size: 11px;
	line-height: 18px;
	color: #565656;
}
.contentArea table td{
	vertical-align: top;
}
#rightArea{
	background-image: url(../img/bg_right.gif);
	background-repeat: repeat-y;
}
