/* text */

.head {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #045284;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #045284;
	padding-bottom: 5px;
	font-weight: bold;
}
.body {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #222222;
	line-height: 18px;
	margin:0;
	padding:0
}
a:link {
	font-family: Arial;
	font-size: 11px;
	color: #045284;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 1px;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #045284;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #045284;

}
a:active {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #045284;
}



/* images */

.imageRight {
	float: right;
	padding: 0px 0px 10px 10px;
}
.imageLeft {
	float: left;
	padding: 0px 10px 10px 0px;
}

