body {
	margin: 10px 2% -10px 2%;
}
/*	top margin will be 10px, right margin will be 2% of the total width of the document, 
	  bottom margin  will be -10px, left margin will be set by the browser
*/

	.mainHeader {
		margin:0;
		font-family: times, georgia, serif;
/*		text-transform:uppercase;*/
		text-align:center;
		font-variant:small-caps;

		font-size: 68px;
		line-height: 46px;
	    font-weight: bold;
	}
	.subHeader {
		margin:0;
		font-family: times, georgia, serif;
		text-align:center;
		text-transform:capitalize;
		font-size: 19px;
		font-style: italic;
		line-height: 27px;
	    font-weight: bold;
	}

h1{
	/*font-family: Arial, Helvetica, sans-serif; font-variant: small-caps;*/
	color: rgb(153, 153, 153);
	font: normal normal normal 130%/normal 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
/*	letter-spacing: 0.2em;*/
	line-height: 1.8em;
	margin: 1.5em 0px 0.75em;
	text-transform: uppercase;
}

h2{
	color: rgb(153, 153, 153);
	font: normal normal normal 78%/normal 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	margin: 1.5em 0px 0.75em;
	text-transform: uppercase;
}

p{
	font-size: 1em;
	line-height: 1.25em;
	font: normal normal normal 100%/normal 'Times', serif;
	text-align:justify;
	margin: .625em 2.0em;
}

/* 
First line flush left 
Subsequently two lead indent, no boundary, justified 
*/  

/*p + p:first-letter {
font-size: 1em;
line-height: 1.25em;
}
*/
.p_lead:first-letter{
		font-size: 3.5em;
		line-height: 1em;
}


A:link    {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active  {text-decoration: none; color: blue;}
A:hover   {text-decoration: underline; color: red;}

.smallprint{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.dates {font-size: small; font-style: italic;}

.style1 {
	font-size: 21px;
	font-weight: bold;
}

td img {display: block;}
td img {display: block;}
td img {display: block;}

/*body {background-image: url(images/Fleck.gif); background-repeat: repeat}*/
.box{
	border:1px solid #c3c3c3;
	border-collapse:collapse;
}
h5{
	background-color:#CCC7C8;
	border:1px solid #c3c3c3;
	padding:3px;
}
table.reference{
	border:1px solid #c3c3c3;
	border-collapse:collapse;
}
table.reference th{
	background-color:#CCC7C8;
	border:1px solid #c3c3c3;
	padding:3px;
}
table.reference td {
	border:1px solid #c3c3c3;
	padding:3px;
}