/* CSS Document */

body { background-color:#CCCCCC
}
P {	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #272727;
	margin-top:2px;
	margin-bottom:2px;	 
}

div.mission { 
	margin-left:10px; 
	margin-top:10px;
	padding:4px;
	margin-left:10px;
	background-color:#fae6b6;
	color: #000; 
	border-bottom:1px solid #ffc947; 
	border-left:1px solid #ffc947; 
	border-top:1px solid #ffc947; 
	border-right:1px solid #ffc947;
	text-align:center;
}

div.mission_content {
	padding :4px; 
	font-weight: normal;
	margin-left:10px; 
	background-color:#fff;
	color: #000; 
	border-bottom:1px solid #ffc947; 
	border-left:1px solid #ffc947; 
	border-top:1px solid #ffc947; 
	border-right:1px solid #ffc947;
	text-align:left;
}

div.picture { 
	padding :4px; 
	font-weight: normal;
	margin-left:10px; 
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif
}

.content {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color: #000
}

.title {
	margin-left:10px; 
	font-size: 16px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #016b04;

}


