body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	background-color: #CCCCCC;
	line-height: 1.5em;
	

}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #FE9B35;
	text-decoration: underline;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #6B7CB4;
	text-decoration: underline;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #EA8C00;
	font-weight: bold;
	font-style: normal;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #6B7CB4;
}
h4 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FF0000;
	line-height: 24px;
}
.justify {
	text-align: justify;
}

.imgleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.imgright {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
}