
body {
	margin:0;
	padding:0;
	font: 12px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
	color:#3F3F3F;
	line-height:150%;
}

a{color:#0C6228; text-decoration:none;}
a:hover{text-decoration:underline;}
a:visited{color:#0850B2;}

td{
  text-align:left;
}


#mot{
	color:#0C6228;
	margin: 5px;
	font-size: 16px;
	font-weight: bold;
}

.capter{
	border-left: 5px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top:15px;
	margin-bottom: 5px;
	padding: 3px 0px 3px 5px;
	font-size: 16px;
	text-align: left;
	color: #666;
	font-weight: bold;
}

#container {
  width: 760px;
  position: relative;
  margin: 0 auto; /* center on everything else */
  background-color:#FFFFFF;
  margin-top:20px;
  text-align: center;

}

#page_title{
	margin:15px auto;
	padding:10px 0;
	background: url("/_images/footer_bg.gif") top center repeat;
	border-top: dotted 1px #666666;
	border-bottom: dotted 1px #666666;
}

#page_content{
  width: 700px;
  text-align:left;
	padding-left:20px;
}


#footer{
	margin:30px auto 0 auto;
	padding:10px 0 10px 0;
	border-top: dotted 1px #666666;
	background: url("/_images/footer_bg.gif") top center repeat;
}

#footer a{
	color:#777777;
	font-size:9pt;
}

#footer a:hover{
	color:#0C6228;
}

#copyright{
	line-height:120%;
	padding-top:25px;
	font-size:9pt;
	color:#777777;
}

form{
	text-aling:center;
}

.system_pr {
	background-color: #E8F3E9;
	padding: 5px 5px 10px;
}


