body, p, td, th, ul, a {
background-color: #fff;
color: #000;
font-family: "Times New Roman", Garamond, serif;
font-size: 12pt;
}
body {
	margin:0;
   border:none;
}

.content {
background-color: #fff;
width: 100%;
border: none;
margin: 0;
padding: 0;
}
#left,#masthead {
	display: none;
}

.content .middle {
	vertical-align:middle;
}
.nospace {
margin:0;
padding:0;
}
.content table {
	border-collapse:collapse;
	margin-bottom:1em;
}
.content td {
padding:.25em 1em 0 0;
vertical-align:top;
}
.content .indent {
	margin-left:20px;
}
.content .small{
font-size:.9em;
}
.content .smallbold{
font-size:.9em;
font-weight:bold;
}
.content .indent {
	margin-left:20px;	
}
.textcenter {
	text-align:center;
}
.textright {
	text-align:right;
}
img.imgborder{
border:2px solid #000 ;
}