/* This CSS is the style sheet for the entire site. */
BODY{
	font-family: arial;
}
.smaller{
	font-family: arial;
	font-size: .8em;
}
.smallerb{
	font-family: arial;
	font-size: .8em;
	font-weight: bold;
}
.smallerc{
	font-family: arial;
	font-size: smaller;
	text-align: center;
}
P{
	font-family: arial;
	font-size: .8em;
}
.mcell{
	font-family: arial;
	font-size: .8em;
}
.cell{
	font-family: arial;
	font-size: .6em;
	text-align: center;
	vertical-align: middle;
}
.cellheader{
	font-family: arial;
	font-size: .6em;
	text-align: center;
	vertical-align: middle;
	background-color: #eeeeee;
}
.tiny{
	font-family: arial;
	font-size: .6em;
}
.cellb{
	font-family: arial;
	font-size: .6em;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.leftcell{
	font-family: arial;
	font-size: .6em;
	text-align: left;
	vertical-align: middle;
}
.cellshaded{
	background-color: #eeeeee;
	font-family: arial;
	font-size: .6em;
}
.reversed{
	font-family: arial;
	font-size: 16px;
	text-align: center;
	background-color: black;
	color: white;
	font-weight: bold;
}
TD{
	font-family: arial;
	vertical-align: top;
}
.title{
	font-family: arial;
	font-size: 1.3em;
	font-weight: bold;
}
.subtitle{
	font-family: arial;
	font-size: 1.1em;
	font-weight: bold;
}
.ltitle{
	font-size: 1.5em;
	font-weight: bold;
}