body {  
	margin: 0px; 
	padding: 10px;
	background-color: #FFF; 
	color: black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

div#topleft {
	margin-top: 20px;
	margin-left: 20px;
	width: 395px;
	padding: 15px;
	border-top:  1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 2px double black;
	border-right: 2px double black;
}

div#topright {
	margin-top: 20px;
	float: right;
	width: 250px;
	/*margin-right: 15%;*/
	padding: 10px;
	/*text-align: center;*/
}
div#centeredtext {
	width: 230px;
	background-color:#FFFFFF;
}


/*
.dummycomment {
	tan-yellow-greenish: #DCDCB8;
	very light tan: #F5EFD5;
	burly wood: #DEB887;
	light beige: #F5F5DC;
	light grey-blue: #9ECFDF;
	bluish teal: #00CCCC;
	pastel purple: #96869B;
	slate blue: #9999CC;
	pinkish purple: #990099;
	light grey: #E5E5E5;
	background-image: url("/images/site/parchmenu_lt.gif");
	background-image: url("/images/site/parchmenu_dk.gif");
}
*/

H1 { font-size: 24pt; text-align: center; }
H2 { font-size: 20pt; text-align: center; }
H3 { font-size: 16pt; text-align: center; }
H4 { font-size: 12pt; text-align: center; }
.center { text-align: center }
.red { color: red; }
.pt8 {	font-size: 8pt; }
