body { 
	font-family: Arial, Helvetica, sans-serif;
	border-color: #000000;
}

div.pageheader {
	/*border-style: solid;*/
	text-align: left;
	font-size: xx-large;
	font-weight: bold;
	margin-bottom: 20px;
	width: 100%;
	background-image:  url(images/bg.gif);
        background-repeat: repeat-x;
}
/* This is the header to the pages... */
h1 {
	font-size: x-large;
	font-weight: bold;

}
h2 {
	font-size: large;
	font-weight: bold;
	text-align: left;
}

div.sectionheader {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-weight: bold;

}
div.content {
	padding: 10px;
	text-align: center;


}

div.commentary {
	margin-bottom: 10px;
}

table {
	border-spacing: 2px 2px;
	border-collapse: separate;
	border: 1px outset #000000;


}
table th {
	padding: 5px 10px;
	font-weight: bold;
	border: 1px inset #000000;
	background-color: #FFFFCC;



	-moz-border-radius: 0px 0px 0px 0px;
}
table td {
	padding: 5px 10px;
	border: 1px inset #000000;
	background-color: #FFFFFF;


	-moz-border-radius: 0px 0px 0px 0px;
}

td.flipped { background-color: #FFFFCC; }

div#footer td {
	border: none;
	background-color: #fbf1d7;
        color: black;
}
div#footer table {
	border-spacing: 0;
	border: 0;
	border-collapse: separate;
	background-color: #fbf1d7;
}

