html,body,table
{
	font: 11px verdana;
	line-height: 20px;
	background-color: #FFFFFF;
	color: #000000;
	border-collapse: collapse;
	border-color: #000000;
}
h1
{
	font-size: 18px;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}
.a
{
	border-bottom: 1px solid #DCDCDC;
	cursor:pointer;
}
a, a:active, a:visited
{
	color: #808080;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: none;
}
.dashes
{
	border-top: 1px dashed #EEEEEE;
	width: 100%;
	line-height:0;
	margin: 10px 0 10px 0;
}
ul
{
	list-style-image: url(../img/bullet.png);
}
thead th
{	
	background: #000000;
	color: #FFFFFF;
	border: 1px solid #000000;
}
thead td
{
	font-weight: bold;
	text-align: center;
	border: 1px solid #000000;
}
tbody td
{
	text-align: center;
	border-top: 1px dashed #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
tbody th
{
	text-align: left;
	font-weight: normal;
	border-left: 1px solid #000000;
}
thead #ur
{
	border-top: 0;
	border-left: 0;
}
tfoot td
{
	border-top: 1px solid #000000;
}