body {
  font-family: Verdana, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Arial, helvetica, sans-serif;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align:justify
}
p.smallfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
p.centered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align:center;
}
p.smallfontNoJust {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align:left
}

.smallfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


a:link {
font-family:Verdana,Arial,Helvetica,sans-serif;
text-decoration:none;color:#0000FF;
}
a:visited {
font-family:Verdana,Arial,Helvetica,sans-serif;
text-decoration:none;color:#0000FF;
}
a:hover {
font-family:Verdana,Arial,Helvetica,sans-serif;
text-decoration:underline;color:#CC0000;
}
a:active {
font-family:Verdana,Arial,Helvetica,sans-serif;
text-decoration:none;color:#CC0000;
}




.table {
	border: 1px solid #000000;
	padding: 5px;
}

.tablenopadding {
	border: 1px dashed #000000;
}

.tableTop {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
}

.tableRightBottom{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.tableRight{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.tableAll{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

