body {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
}

p {
	margin: 0;
}

h1 {
	margin: 0;
	padding: 16px 0;
}

h2 {
	font-size: 2.25em;
	margin: 0;
	padding: 13px 0;
}

a, a:link, a:visited, a:hover, a:active {
	color:#000;
	text-decoration:underline;
}

a img {
	border-color: #000;
}

.daily {
	font-size:13px;
	margin-top:2px;
	margin-bottom:2px;
	font-weight:700;
}

.column {
	font: bold 13px Verdana;
}

.column p {
	
}

.columnSMALL {
	font-size:10px;
	margin-top:2px;
	margin-bottom:2px;
	font-weight:700;
}

td[height="3414"]{
    height: auto !important;
}
img{
    height: auto;
    max-width: 100%;
}
img.daily{
    display: none !important;
}
body > p + table > tbody > tr > td:first-child,
body > p + table > tbody > tr > td:first-child + td{
    border-right: 1px solid #777;
}
.above-header p{
    margin: 0 auto;
    max-width: 800px;
    padding: 0 40px;
}

@media screen and (max-width: 640px){
    body > b:first-child > .MsoNormal font{
        font-size: 16px !important;
    }
    body > b p font{
        font-size: 14px;
    }
    body > b > p, body > tt > p{
        padding: 0 15px;
    }
}