body {
	margin: 0;
	padding: 0;	
	background: #E8DAA9 url(../images/lftbkgd.jpg) repeat-y;
	font-family: Times, serif;
	font-size:100%;
	line-height:1em; /* 16x1=16px */
	}
	
/* fonts */
	
font.bodytype {
	font-family: Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 1.1em; /* 16x1=16px */
	color: #000000;
	}
	
font.headline {
	font-family: Times, serif;
	font-size: 13pt;
	font-style: normal;
	line-height: 1.1em; /* 16x1=16px */
	font-weight: bold;
	color: #8F0054;
	}
	
font.specialfont {
	font-family: Times, serif;
	font-size: 18pt;
	font-style: normal;
	line-height: 1.1em; /* 16x1=16px */
	font-weight: bold;
	color: #8F0054;
	}
	
font.smalltype {
	font-family: Times, serif;
	font-size: 10pt;
	font-style: normal;
	line-height: .9 em; /* 16x1=16px */
	color: #000000;
	}	
	
/* links */
a.white:link, a.white:visited{ 
	color: #ffffff; 
	font-family: arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1em; /* 16x1=16px */
	text-decoration: underline; 
	}
a.white:hover, a.white:active{ 
	color: #8F0054; 
	font-family: arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1em; /* 16x1=16px */
	text-decoration: underline;
	}

/* miscellany */
td.nameplate{
	background: #ffffff url(../images/mhbg.jpg) repeat-x;
	height: 140px;
	}
	
td.content{
	height: 900px;
	}