body, td, div {
	font-size: 8pt;
	font-family: verdana, arial;
}

body {
	margin: 0px;
	margin-bottom: 20px;
}

body.streetblue {
	background: #e7e9f1;
	background-image: url("streetblue.jpg");
	background-repeat: no-repeat;
}

body.pipersgreen {
	background: #e8f1ea;
	background-image: url("pipersgreen.jpg");
	background-repeat: no-repeat;
}

body.subwayred {
	background: #f1e7e9;
	background-image: url("subwayred.jpg");
	background-repeat: no-repeat;
}

body.gardenyellow {
	background: #f1f1c9;
	background-image: url("gardenyellow.jpg");
	background-repeat: no-repeat;
}

body.libraryreddish {
	background: #e8cdc3;
	background-image: url("libraryreddish.jpg");
	background-repeat: no-repeat;
}

body.bryant_park_crowd {
	background: #D8E1E8;
	background-image: url("bryant_park_crowd.jpg");
	background-repeat: no-repeat;
}

td {
	vertical-align: top;
}

td.bordertd {
	background: #888888;
}

.menu {
	font-family: georgia, verdana, arial;
	font-weight: bold;
	background: #666666;
}

.menu a {
	color: #ffee99;
	text-decoration: none;
}

.menu a:hover {
	color: #ffffdd;
	text-decoration: none;
}

.maincontent {
	background: #ffffff;
}

.pageheader {
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 9pt;
	color: #999999;
	/* text-align: right; */
}

.sectionheader {
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 8pt;
	color: #000033;	
	margin-bottom: 2px;
}

.maincontent p {
	margin-top: 0px;
}

td.date {
	text-align: right;
	font-weight: bold;
	color: #000033;
	padding-right: 10px;
}

.linklist {
	text-indent: -20px;
	margin-left: 20px;
}

input {
	font-size: 8pt;
	font-family: verdana, arial;
}

a {color: #cc7722;}
a:hover {color: #ff9933;}

.clear {
	visibility: hidden;
}
