/* CSS Document */

body {
margin: 0;
padding: 0;
background: #fff;
font: 80% Verdana, Arial, Helvetica, sans-serif;
color:#036;
}
dl, dt, dd, ul, li   {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #036;
	padding-left: 5px;
	margin: 0;
}
#menu {
	position: relative;
	top: 0;
	left: 0;
	width: 15em;
}
#menu dt {
cursor: pointer;
margin: 0px 0;;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
}
#menu dd {
display: none;
/*border-left: 1px dotted gray;*/
}
#menu li {
	text-align: left;
	background: #b6c7d1;
	font-weight: normal;
	font-size: 9px;
}
#menu li a, #menu dt a {
color: #036;
text-decoration: none;
display: block;
border: 0 none;
height: 20px;
}
#menu li a:hover, #menu dt a:hover {
	background: #eee;
}
.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006;
	background-color: #fff;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: blink;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.bodytxt ul li {
	list-style-position: inside;
	list-style-type: none;
	text-indent: 5px;
	padding-bottom: 1em;
	list-style-image: url(../i/bullet.gif);


}
.bodytxt ol li{
	list-style-type: decimal;
	padding-bottom: 1.5em;

} 
h1 {
	font-family: tahoma, Verdana, Helvetica;
	font-size: 14px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #800040;
	padding-left: 10px;
	color: #800040;
}
.chapo {
	border: 1px solid #000066;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;

}
.chapotitle {
	color: #800040;
	font-weight: bold;

}
.bodytxt img {
	border: thin solid #92ACB9;
	text-align: center;
}
ul, li {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	padding-left: 5px;
	margin: 0;
}
