P {

}

H1 {
	color: #455878;
	font-weight: bolder;
	font-size: small;
	}
	
H2 {
	font-weight: bold;
	color: #EAA818;
	font-size: medium;
}

H3 {
	font-weight: bold;
	color: #455878;
	font-size: medium;
}
	
/* Specific DIV's */



/* Classes */

.Hide_Section{
	display: none;

}

.Section_Float{
	color: #666666;
	float: left;
	margin: 0px;
	font-style: italic;

}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.Text_Signoff{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;

}

.Text_Center{
	text-align: center;
}

.Text_Justify{
	text-align: justify;

}
.Happen{
	margin-top: 0px;
	margin-bottom: 0px;
}

.testimonial {
	font-style: italic;
	background-color: #FFFF99;
	border: thin dotted;
	padding: 5px;
}
