
body{
	background-image: url(../art/page_background.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
a{
	color: Navy;
}
a:visited{
	color: Gray;
}
.plTitle{
	border: 1px solid gray;
	background-color: #E0E0E0;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
.plComments{
	font-size: 10px;
	color: #333333;
}
input, textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.annoyanceTable{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid gray;
	border-right: 0px;
	}
.annoyanceTD{
	border-right: 1px solid gray;
	border-bottom: 1px solid #cecece;
	text-align: justify;
	}