@charset "utf-8";
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
}
a {
	color:#3C9ACF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.mainContainer {
	text-align:left;
	background:url(images/waterMark.gif) bottom right no-repeat;
}
.highlight {
	font-style:italic;
}
.footer {
	margin-top:40px;
	font-size:14px;
}