@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
}

/* Specs Main Body */
#mongoosebody {
	float:left;
	width:700px;
	background:#FFFFFF;
	}
.bodyheader {
		padding:16px 0 0 21px;
	
}
.bodyheader h1 {
		padding:0 0 0 12px;
		font-size:2em;
		color:#c11119;
}
.bodyheader h2 {
		padding:0 0 0px 12px;
		font-size:1em;
		color:#04104b;
}
.bodyheadertext {
		margin:30px 21px 0 20px;
		width:700px;
		font-size:0.95em;
		color:#666565;
		border-bottom:1px dotted #666565;
}
.bodyheadertext p {
		padding:0 16px 18px 16px;
}


