body {
	color: #000000;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	background-color:#CCCCCC;
	padding: 40px 20px 20px 20px;
}

p {
	line-height:18px;
	text-align:justify;
}

.indent {
	padding-left: 20px;	
	line-height:18px;
	text-align:justify;
}

a {
	text-decoration:none;
	color:#CC0000;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color: #990000;
}
a.eng {	
   text-decoration:none;
	color: #000099;
}
a.eng:hover {
	text-decoration:underline;
}
a.eng:visited {
	color: #000066;
}
h1 {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold; 
	font-family: verdana, arial, sans-serif;
	display: block;
	border-bottom: 1px solid #CC0000;
	padding-bottom: 3px;
}

h2 {
	color: black; 
	font-size: 12px;
	font-weight: bold; 
	font-family: verdana, arial, sans-serif;
	text-align:justify;
}

h3 {
	color: #CC0000; 
	font-size: 12px;
	font-weight: bold; 
	font-family: verdana, arial, sans-serif;
}

h4 {
	color: black; 
	font-size: 12px;
	font-weight: bold; 
	font-family: verdana, arial, sans-serif;
	margin: 0px 0px 0px 0px:
}

h6 {
	color: gray; 
	font-size: 80%;
	font-weight: bold; 
	font-family: verdana, arial, sans-serif;
}

.intro {
	margin-bottom: 5px;
	margin-right: 15px;
}

.intro img {
	margin-left: 5px;
	margin-right: 15px;
	margin-top: 5px;
	float: left;
}

a.endnote {
	font-size: X-small;
}

fieldset {
	padding: 10px;
	margin: 10px;
	border: 1px solid #999999;
	font-size: XX-small;	
}

legend {
	background-color: #999999;
	margin-bottom: 5px;
	font-weight: bolder;
	font-size: X-small;
}

ul {	
	list-style-image: url(../image/stern.bmp);
}

ul.lit {	
	list-style-image: url(../image/book.bmp);
}

li {
	padding-left: 10px;
	line-height: 18px;
	text-align:justify;
}

ol {	
	margin-top: 15px;
	margin-bottom: 15px;
}

ol li {
	padding-left: 5px;
	margin-bottom: 10px;
}

div.boxRight {
	font-size: 80%;
	line-height: 14px;
	background-color: #999999;
	float: right;
	padding: 10px;
	margin: 0 0 0 20;
	text-align:justify;
}

div.boxLeft {
	font-size: 80%;
	line-height: 14px;
	background-color: #999999;
	float: left;
	padding: 10px;
	margin: 0px 20px 0px 0px;
	text-align:justify;
}

div.box {
	font-size: 80%;
	line-height: 14px;
	background-color: #999999;
	padding: 10px;
	margin: 0px;
	text-align:justify;
}

.floatLeft {
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}
.floatRight {
	float: right;
	margin-left: 15px;
	margin-top: 10px;
}

div.header {
	color: gray; 
	font-size: 80%;
	line-height: 12px;
	font-weight: bold; 
	text-align: right;
}

div.footer {
	border-top: 1px solid #CC0000;
	padding-top: 10px;
	margin: 25px 0px 15px 0px;
	color: gray; 
	font-size: 80%;
	line-height: 12px;
	font-weight: bold; 
	text-align:justify;
}
