﻿/* 
*/

.Label
{
  font-family: 'Trebuchet MS' ;
  font-size: 11pt;
  font-weight: normal;
  color: #696969;
}

ul li { list-style-image:url(images/bullets.gif); }

table, th, td 
{
	border: 0px solid #D4E0EE;
	border-collapse: collapse;
	font-family:   'Trebuchet MS';
  font-size: 11pt;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
	text-align:left;
}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}