.headline {  
	font-size: 18px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
}
.basic {
	background-color: #9999CC;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	text-align:justify;
}
.normal {  
	font-size: 16px;
}
.mysmall {  
	font-size: 14px;
}
.red {  
	font-size: 16px; 
	color: red;
}
.brown {  
	font-size: 16px; 
	color: #5c2901;
}
.headline_red { 
	font-size: 20px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #CC3300;
    text-align: center;
}
.headline_blue { 
	font-size: 20px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000099;
    text-align: center;
}
.logo_red { 
	font-size: 25px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #CC3300;
}
.logo_blue { 
	font-size: 25px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000099;
}
.center_text {  
	text-align: center;
}
.border {  
	border-width: 2px; 
	border-style: solid; 
	border-color: #CC3300;
}
.top_title { 
	font-size: 17px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
}
.micro { 
    font-size: 12px;
}
.micro_blue { 
	color: #000099;
    font-size: 12px;
}
.indent {
	text-indent: 20px;
}
.basic li {
	color: #5c2901;
}
.blue_header {
	color: #000099;
	font-weight: bold;
	font-size: 20px;
}
.red_header {
	color: #CC3300;
	font-weight: bold;
	font-size: 20px;
}
