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; }

a { text-decoration: none; }

a:link { color: RoyalBlue; }
a:visited { color: CornflowerBlue; }
a:active { color: MediumSlateBlue; }
a:hover { text-decoration: underline; }

table {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid Black;
}

td, th {
	padding: 5px 7px;
	border: 1px solid Black;
}

.no-wrap { white-space: nowrap; }
.clear-float {
	clear: both;
	height:1px; /* IE fix */
	font-size:1px; /* IE fix */
}

.slants {
	margin: 15px 0px;
	border-style: solid;
	font-size: 26px;
	font-weight: bold;
	float: left;
}

#logo-left {
	border-color: WhiteSmoke SlateBlue;
	border-width: 0px 39px 78px 0px;
}

#logo-right {
	border-color: SlateBlue WhiteSmoke;
	border-width: 0px 39px 78px 0px;
}

#logo {
	margin: 15px 0px 25px;
	padding: 7px 8px;
	float: left;
	background-color: SlateBlue;
	color: White;
	font-size: 26px;
	font-weight: bold;
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
}
