body {
	background-image: url(images/bg_ico.png);
	p {align: left;}
}
.small {font-size: 0.7em}
.red {color: red}
.teal {color: #396}
.brown {color: #900}
.larger {font-size: 1.25em;}
.top10header {font-family: 'Graduate';
	font-size:2em;
	text-shadow: 4px 4px 4px #aaa}
body,td,th {
	font-family: 'Merriweather';
	font-size: 1.1em;}
.efnote {
	font-family: 'Merriweather';
	font-size: 0.750em;}
.Logo {max-width: 468px;
    width: 100%;
    height: auto !important;}
}

@media only screen and (max-width : 450px){
	.tablebody {width: 100%;}
}

@media only screen and (min-width: 451px) and (max-width: 1000px){
	.tablebody {width: 100%;}
}

@media only screen and (min-width: 1001px){
	.tablebody {width: 1000px;}
}

