bbody, td {
	font-family: 	verdana,arial;
	font-size: 		11px;
	color:			#000000;
}

td.white {
	font-family: 	verdana,arial;
	font-size: 		11px;
	color:			#EEEEEE;
}

a:link,a:active,a:visited {
	font-family: 	verdana, arial;
	font-size: 		11px;
	font-weight: 	normal;
	text-decoration:none;
	color: #000000;

}

a:hover {
	font-family: 	verdana, arial;
	font-size: 		11px;
	text-decoration:underline;
}
input {
	border: 1px solid #000000;
}
textarea {
	border: 1px solid #000000;
}

td.black-border{
	border: 1px solid #000000;

}

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

td.black-underline-dot{
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px dashed #000000;
	border-left: 1px none #000000;
}

.table-dot{
	border: 1px dotted #666666;

}

