body {
	background-color: rgb(88,255,255);
	background-image: url('Ztvubkgrnd2.jpg');
	font-family: Verdana, sans-serif;
	font-size: 90%;
	}

div {	
	width:848px;
	padding: 20px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	background-color:#CCFFCC
}

div.header {
	padding: 10px;
}

p.address {
	float: right;
	clear: right;
	width: 175px;
	font-size: 70%;
	font-family: sans-serif;
}

table, td {
	border: 1px solid black;
}

table {
	border-collapse: collapse;
	font-size: small;
	margin-left:auto;
	margin-right:auto;
}

td.one {
	width: 250px;
}

td.two {
	width: 475px;
}

td.PN {width:180px;}
td.ND {width:180px;}
td.T {width:180px;}
td.FP {width:180px;}

img {
	border: none;
}

.center {
	text-align: center;
}

h1 {
	text-align: center;
	font-size: 150%;
}

h1.large {
	font-size: 200%;
}

h2 {
	text-align: center;
	font-size: 125%
}

p.small {
	font-size: 80%;
}

.centersmall {
	font-size: 80%;
	text-align: center;
}

p.description {
	text-align: center;
}

.left {
	text-align: left;
}
/*list - icon and no bullet*/

span.u {
	text-decoration: underline;
}