body, div, p, td, li, textarea {
  color: #000000;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
}
.photos {
	position: relative;
	float: right;
	display: block;
	margin: .5em 0 .5em 1.25em;
	padding: .5em;
	border: 1px solid #CCC;
	border-top-color: #DDD;
	border-bottom-color: #BBB;
	background: url(/images/photo_background.png) bottom left repeat-x;
	line-height: 1em;
}
.tblFmt {
	border: 1px solid #1B3888;
}
.tblHdr {
	background-color: #1B3888;
	color: #FFFFFF;
	font-weight: bold;
}
.tl {
	border-left: 1px solid #1B3888;
	border-bottom: 1px solid #1B3888;
}
.tb {
	border-bottom: 1px solid #1B3888;
}
.tr {
	border-right: 1px solid #1B3888;
	border-bottom: 1px solid #1B3888;
}
.odd {
	background-color: #DEDEFF;
}
.even {
	background-color: #FFFFFF;
}
.cal {
	height: 120px;
}
h2 {
	font-size: 15pt;
	color: #1B3888;
}
h3 {
	font-size: 14pt;
	color: #1B3888;
	font-family: "arial narrow", arial, helvetica, sans-serif;
}
h4 {
	font-size: 11pt;
	color: #1B3888;
}
.listalign {
	margin: 0;
	padding: 0;
	list-style: none;
}
.listalign li {
	background: url(/images/bullet_li_bg.gif);
	background-position: 1px 5px;
	background-repeat: no-repeat;
	padding-left: 13px;
}
a:link {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
