@charset "utf-8";
/* eVision Interactive Global CSS Document */

*{
	margin: 0px;
	padding: 0px;
}



body {
	background-image:url(../images/bkg-interior.jpg);
	background-repeat:repeat-x;
	background-color: #2f76b4;
	font-family:Verdana, Geneva, sans-serif;
}

img {
	border:none;
}

p {
	color: #403f3c;}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.left {
	float: left;
}

.clear {
	clear:both;
}
