body{ 
	font-family: "Times New Roman", Times, serif; 
	color: Black; 
	background-color: White; 
	margin: 0;
	padding: 0;
}
p{	
	font-size : 12pt;
	font-family: "Times New Roman", Times, serif; }
a{	
font-family: "Times New Roman", Times, serif; 
	color : #B90000;
}
a:hover{	text-decoration : underline;  color: #FF2424; }

/* HEADER
-------------------------------------------------------------------------*/
#HEADER{
	display: none;
}

/* NAV LINE
--------------------------------------------------------------------------*/
#PATH{
	display: none;
}
	
/* CONTENT
--------------------------------------------------------------------------*/
#CONTENT{
	width: 16cm;
	margin-left: 20px;
	margin-right: 30px;
}
#CONTENT h1{ 
	padding:0; 
	line-height: 14pt; 
	font-family: "Times New Roman", Times, serif;  
	font-weight: bold;  
	font-size: 14pt;  
	color: #000000;    }
.bold {
	font-weight: bold;
	color: #000000;
}
#CONTENT h2 {
margin:0 0 0.5em 0; padding:0; line-height: 14pt; font-family: "Times New Roman", Times, serif;  font-weight: bold;  font-size: 13pt;  color: #000000;
}
#content h3 {
	font-weight: bold;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
#CONTENT li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

.highlighted {
	font-weight: bold;
	color: #333333;
	height: auto;
	width: 10cm;
	border: 2px dashed #FF0000;
}
.border {
	border: 1px solid #999999;
	padding: 15px;
	margin-right: 40px;
}
#CONTENT ol {
	list-style-type: inherit;
	text-indent: 0px;
	list-style-position: outside;
}
#CONTENT ul {
	list-style-type: disc;
	text-indent:5px;
	list-style-position: outside;
	padding: 0em;
}
#SIDEBAR {
	display: none;
}
#SIDEBAR h1{ 
	display: none;      
}
#SIDEBAR p { 
	display: none;
}
#SIDEBAR a:hover {
	display: none;
}
#FOOTER {
	width: 16cm;
	margin-left: 20px;
	margin-right: 30px;
}