.boxtable
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	width:100%;
	text-align: left;
	border-collapse: collapse;
	background:#FFF;
}
.boxtable th
{
	font-size: 13px;
	font-weight: normal;
	padding: 2px;
	background: #425B6C;
	color: #FFF;
}
.boxtable td
{
	padding: 4px;
	background: #E0E6E6;
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
}
.boxtable tr:hover td
{
	background:#7E97A7;
	color: #FFF;
}

.boxtable td a{
	text-decoration: none;
	padding-left:5px;
	color:#000;
}

.boxtable td a:link{
	text-decoration: none;
	color:#000;
}

.boxtable td a:visited{
	text-decoration: none;
	color:#000;
}

.boxtable td a:hover{
	text-decoration: none;
	color:#FFF;
}

.boxtablenw
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	text-align: center;
	border-collapse: collapse;
	background:#FFF;
}
.boxtablenw th
{
	font-size: 13px;
	font-weight: normal;
	padding: 2px;
	background: #425B6C;
	color: #FFF;
}
.boxtablenw td
{
	padding: 4px;
	background: #E0E6E6;
	border-bottom: 1px solid #fff;
	color: #000;
	border-top: 1px solid transparent;
}
.boxtablenw tr:hover td
{
	background:#7E97A7;
	color: #FFF;
}

.boxtablenw td a{
	text-decoration: none;
	padding-left:5px;
	color:#000;
}

.boxtablenw td a:link{
	text-decoration: none;
	color:#000;
}

.boxtablenw td a:visited{
	text-decoration: none;
	color:#000;
}

.boxtablenw td a:hover{
	text-decoration: none;
	color:#FFF;
}

