@charset "utf-8";
/* CSS Document */

table
{
	border-collapse: collapse;
	border: 1px solid #03476F;
	font: normal 0.6em verdana, arial, helvetica, sans-serif;
	color: #363636;
	background: transparant;
}
td, th
{
  border: 1px dotted #03476F;
  padding: .4em;
  color: #363636;
}

tbody td a 
{
  background: transparent;
  text-decoration: none;
  color: #363636;
}

tbody th, a 
{
	font: normal 0.99em verdana, arial, helvetica, sans-serif;
	background: transparent;
	text-decoration: none;
	font-weight:normal;
	color: #363636;
}
tbody th, tbody td 
{
  vertical-align: top;
  text-align: left;
}

.even, .even a:link, .even a:visited 
{
	background-color: #B4CDEF;
}

.odd, .odd a:link, .odd a:visited 
{
	background-color: transparant;
}

.noborder , .noborder td 
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
