.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
}
.bold {
	font-weight: bold;
}
.justify {
	text-align: justify;
}
h6 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
h2 {
	font-size: 18px;
	font-weight: lighter;
	background-color: #E9F8F8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
}


.important {
	font-weight: 900;
	text-transform: capitalize;
}
.floatleft {
	float: left;
}

.floatright {
	float: right;
}
.normaltd {

	background-color: #FFFFFF;
}
.hovertd {

	background-color: #F4F8FB;
}
