.monthName
{
	font-size: 10pt;
	margin-top:0pt;
	margin-bottom:-10pt;
	text-align: left;
	color: #CCC;
}

.yearNum
{
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #FFF;
}

.calendar
{
	font-size: 10pt;
}

.flyover
{
	padding-left: 6%;
	padding-top: 6%;
	background: black;
	color: white;
	display: block;
}

.caldisp
{
	float: left;
	width: 12%;
	padding-left: 3%;
	background: black;
	display: block;
	text-align: center;
}

.varcontent
{
	float: right;
	width: 77%;
	color: black;
	background: #FF9;
	padding-left: 3%;
	padding-right: 3%;
}

.unitbanner
{
	color: white;
	background: red;
}

.navbar
{
	background: black;
	text-align: center;
	padding-top:6pt;
	padding-bottom: 0pt;
}

.reading
{
	font-weight: bold;
	margin-left: 4%;
}

body
{
	font-family: Palatino, serif;
	font-size: 10pt;
	color: white;
	background: black;
	text-align: left;
}

p
{
	text-align: left;
}

em
{ font-variant: small-caps; }

a:link { color: #33F; text-decoration: none; }
a:visited { color: #33F;  text-decoration: none;}
a:hover { color: #F33; text-decoration: none; }

h1
{
	font-weight: normal;
	font-style: italic;
	font-size: 22pt;
	margin-top: -20pt;
}

h2
{
	font-weight: normal;
	font-style: italic;
	font-size: 11pt;
	margin-top:-5pt;
	margin-left: 5%;
	margin-bottom:0pt;
	
}

h3
{
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	margin-top: 7pt;
	padding: 3pt;
}

h4
{
	font-weight: normal;
	font-style: italic;
	font-size: 150%;
	margin-top:-10pt;
}

h5
{
	font-weight: normal;
	font-style: italic;
	font-size: 150%;
	margin-top:-10pt;
}

.subtitle
{
	font-weight: normal;
	font-style: italic;
	font-size: 11pt;
	margin-left: 5%;
}

.copyright
{
	font-size: small;
	text-align: center;
	font-style: italic;
}


