@media all {

body {
	background: #ECE9D8 repeat-x 0px 0px;
	margin: 0px;
	color: black;
}

a {
	color: #0000cc;
	text-decoration: none;
}
a:visited {
	color: #5a3696;
}
a:active {
	color: #cc0000;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Calibri, franklin gothic medium cond, arial narrow, arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	padding: 0px;
	color: black;
	margin-bottom: 0px; margin-left: 7px; margin-right: 5px; margin-top: 2px;
	white-space: nowrap;
}
h1 .small {
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-family: Calibri, franklin gothic medium cond, arial narrow, arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	padding: 0px;
	color: black;
	margin-bottom: 0px; margin-left: 7px; margin-right: 5px; margin-top: 2px;
}

p {
	font-family: Calibri, franklin gothic medium cond, arial narrow, arial, helvetica, sans-serif;
	font-size: 15px;
	margin: 0px; margin-bottom: 0px;
	padding-bottom: 0px; padding-top: 0px; padding-left: 2px;
	line-height: 18px;
}
ul {
	margin-top: 3px;
	margin-bottom: 8px;
}
li {
	font-family: Calibri, Arial, sans-serif;
	font-size: 15px;
}

img {
	border-width: 0px;
	padding: 0px; 
}

img.graph {
	position: absolute;
	left: 0px; top: 70px;
	height: 300px; width: 468px;
}

div#adv {
	position: absolute;
	left: 0px; top: 380px;
	width: 468px;
	height: auto;
	padding: 0px;
	bottom: 0px;
}
div#adv iframe {
	font-family: Arial, sans-serif;
}
div.mobiadv {
	display: none;
}

.nw {
	white-space: nowrap;
}
.noviz {
	visibility: hidden;
	display: none;
}
.center {
	text-align: center;
}

}

@media print {

}

