body {
	margin: 15px 15px 25px;
	padding: 0px;
	background-color: WhiteSmoke;
	color: Black;
	font-size: 10pt;
	font-weight: normal;
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
}

img { border: 0px; }

p { margin: 5px 0px 7px; }


.no-wrap { white-space: nowrap; }
.clear-float {
	clear: both;
	height:1px; /* IE fix */
	font-size:1px; /* IE fix */
}

.slants {
	margin: 15px 0px 25px;
	border-style: solid;
	font-size: 26px;
	font-weight: bold;
	float: left;
}

#logo-left {
	border-color: WhiteSmoke RoyalBlue;
	border-width: 40px 20px 0px 0px;
}

#logo-right {
	border-color: RoyalBlue WhiteSmoke;
	border-width: 40px 20px 0px 0px;
}

#logo {
	margin: 15px 0px;
	padding: 4px 5px;
	float: left;
	background-color: RoyalBlue;
	color: White;
	font-size: 26px;
	font-weight: bold;
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
}

