body {
	color: Gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	}

body, table {
	/* Why do tables use larger font otherwise? */
	font-size: 12px;
	line-height: 14px;
}
p {
	/* Why do tables use larger font otherwise? */
	font-size: 12px;
	line-height: 14px;
}
h3 {
	color: #B22222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 16px;
}

h4 {color: #B22222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 14px;
	}
/* default alignment of table cells */
td {vertical-align: top;}

/* no borders on images */
img { border: 0px; }


#globalheader {
    background: #fff;
    margin-bottom: 1em;
}

#localheader {
    background: #fff;
    margin-bottom: 1em;
}

#localfooter {
    background: #fff;
    margin-top: 1em;
}

#globalfooter {
    background: #fff;
    margin-top: 1em;
    text-align: center;
}

.pager {margin-top: 1em;}

.more {margin-top: 1em;}


