html, body { height: 100%; }

body {
	background-image:url(images/back2.jpg);
	background-color: #000000;
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment: fixed;
	color: #112895;
	text-align: center;
	font-family: helvetica, arial, sans-serif, georgia, verdana;
	font-size: 12px;
	padding:0px;

}


.smaller {

font-size: 10px;
padding-right: 5px;

}


.entry {
	font-size: 13px;
	color: #333333;


}

a:link {
color: #112895;
text-decoration: none;
}

a:visited {
	color: #2C3F9A;
	text-decoration: none;

}
a:hover, a:active {
	color: #CC0066;
	text-decoration: none;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #4D4631;
	font-weight: bold;
}
.subhead18gray {
	font-size: 18px;
	color: #999999;
}
.subhead21blue {
	font-size: 21px;
	color: #112895;
}
.subhead18blue {
	font-size: 18px;
	color: #112895;
}
.chart {
	font-size: 11px;
	color: #333333;
}
