﻿
table.summarytable
{
	width:100%;
	border-top:solid 2px white;
}

table.summarytable th
{
	background-color: #CFD1D7;
	font-family: verdana; 
}

table.summarytable td
{
	background-color: #DEE2EC;
	font-family: verdana; 
	border-bottom:solid 1px white;
	padding-top:2px;
	padding-bottom:2px;
}


table.summarytable a
{
	color:Black;
}

table.summarytable a:hover
{
	color:Blue;
}

table.summarytable a,
table.summarytable a:hover
{
	text-decoration:none;
	padding-left:13px;
	background-image:url(/images/jumpdown.gif);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
}