.left {
	float:  left;
}
.lineHeight {
	line-height: 150%;
}
.right {
	float: right;
}
.justify {
	text-align: justify;
}
.yellow {
	color: #F8D824;
}
.red {
	color: #DF7306;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E3ECF4;
	padding-bottom: 10px;
	line-height: 130%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
/*	color: #9FD4FF;*/
	color: #9FD4FF;
	padding-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #DF7306;
	padding-bottom: 10px;
}



