/* Base stylesheet for all regular pages in this project. */

body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px 0px 0px 0px;
	}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

img {
   behavior: url(pngbehavior.htc);
}

.pagecover {
	/* background-image: url(images/wood4.gif); */
}

.bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-size: 8pt;
	line-height: 12px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #BB9763;			/* This is the bar color. */
	border-top-color: #DDDDDD; 			/* These draw grey lines. */
	border-bottom-color: #999999;
}

.menuitem {
	font-weight: bold;
	padding-right: 7px;
	padding-left: 7px;
}

.menuitem a:link {
	text-decoration: none;
	color: #333333;
}

.menuitem a:visited {
	text-decoration: none;
	color: #333333;
}

.menuitem a:hover {
	text-decoration: underline;
}

.divider {
	font-weight: normal;
	color: #999999;
}

.disclaimer {
	color: black;
}

.panelA {
	background-color: #EEE8C2;
}

.panelB {
	background-color: #ABC2E1;
}

.panelC {
	background-color: #AAD491;
}

.panelD {
	background-color: #CAB883;
}

.spread {
	line-height: 24px;
}


