td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}
.graytableborder {
	border: 1px solid #cccccc;
}
.columndivider  {
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
 .topborder   {
 border-color: #cccccc;
 border-top-style: solid;
 border-top-width: 1px;
 border-bottom-style: none;
 border-right-style: none;
 border-left-style: none;
 }
 a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #b1b1b1;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:visited:hover {
	text-decoration: underline;
	color: #b1b1b1;
	}
.title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-color: #cccccc;
	}

.leftcolumn{
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #cccccc;
	}
