/* CSS Document */
table.one,th,td{
	border:0px solid #666;
	border-collapse:collapse;
}
table.two{
	border:none;
	border-top:0px solid #838B8B;
	border-left: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-right: 0px solid #ccc;
	align: right;
	font: normal 15px verdana, arial, helvetica, sans-serif;
	color: #383838;
	background:#fdf5e6;
}
table.three {
  border-top:0px solid #838B8B;
  border-bottom: 0px solid #ccc;
  font: normal 15px verdana, arial, helvetica, sans-serif;
  color: #383838;
  background: #fff8dc;
  }
  
td.three, th.three {
  border: 1px dashed #36648B;
  padding: .8em;
  color: #7F7F7F;
  }
thead th{
	background:url(greychrome.gif) top left repeat-x #fff;
	padding:5px 10px;
	font-size:90%;
	text-transform:uppercase;
	color:#333;
}
tbody td,tbody th{
	font-size:85%;
	padding:0px 0px;
	
}
tbody th{
	background:url(bluechrome.gif) top left repeat-x #fff;
	color:#333;
}
tbody tr.odd td{
	border-bottom: 1xp dashed #ccc;
}
tbody tr.odd th{
	background:url(greenchrome.gif) top left repeat-x #fff;
	color:#333;
}
tfoot td,tfoot th{
	border:none;
	padding-top:10px;
}
caption{
	font-family:Tahoma;
	text-align:left;
	text-transform:uppercase;
	font-size:130%;
	padding:10px 0;
	color:#036;
}
table.three tbody tr:hover {
  background: #fffaf0;
  }
table.two tbody tr:hover {
  background: #fffaf0;
  }
table.three a:link{
	color:#B13E0F;
}
table.two a:link{
	color:#B13E0F;
}
table a:visited{
	color:#036;
}
table a:hover{
	color:#000;
	text-decoration:none;
}
table a:active{
	color:#000;
}
