/* CSS Document */
#container {
	border: 2px solid #680000;
}
.leftimage2, .rightimage2{
margin: 0;
padding: 0;
}
.leftimage2 {
float: left;
}
.rightimage2{
float: right;
}
.articletitle{
	font-weight: bold;
	font-size: 18px;
	color: #680000;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	color: #680000;
	margin: 20px 0 0 0;
}
h2.index {
	font-weight: bold;
	font-size: 17px;
	color: #680000;
	margin: 20px 0 0 0;
}
h3 {
font-weight: normal;
font-size: 13px;
padding: 15px 0 0 0;
}
.article em {
	color: #680000;
}
.article strong {
	color: #680000;
}
.article {
text-align: justify;
}
.pdf {
color: #999999;
text-decoration: none;
font-weight: normal;
font-size: 12px;
}
.linkto, h3 {
text-decoration: none;
font-weight: bold;
color: #680000;
font-size: 14px;
}
ol.numbered, ul {
list-style-position: outside;
margin: 10px 30px 0 30px;
}
ol.numbered li, ul li {
font-weight: bold;
color: #680000;
font-size: 13px;
padding-bottom: 10px;
}
ol.numbered li span, ul li span {
font-weight: normal;
color: #000;
font-size: 12px;
}
ol.numbered ul {
list-style: disc;
}
ol.numbered ul ol.numbered li {
font-weight: normal;
color: #000;
}
#containerform {
background-color: #f3e3e3;
border: 1px solid #680000;
width: 380px;
margin: 10px auto 0 auto;
}
* html #containerform {
	width: 382px; 
	w\idth: 380px;
}
.formcontent {
	width: 360px;
	padding: 10px 10px 0 10px;
	margin: 0;
}
* html .formcontent {
	width: 340px; 
	w\idth: 360px;
}
fieldset {  
position: relative;  
float: left;   
width: 300px;  
margin: 0;  
padding: 0; 
} 
fieldset ol {  
padding: 0;
margin: 0;  
list-style: none;
float: left; 
clear: left;
width: 100%;
} 
fieldset li {  
padding-bottom: 3px;
} 
fieldset.submit {  
float: right;
width: auto; 
border: 0 none #FFF;  
padding: 9px 0 0 0;
margin: 0 auto;
text-align: center; 
}
label {  
float: left;  
width: 40px;  
margin-right: 8px; 
text-align: right;
}
.error {
color: #FF0000;
}
li span span.keyword {
font-family: "Courier New", Courier, monospace;
color:#666666;
}