@charset "utf-8";
/* CSS Document */

 caption.mytable
  {
	background-color:#CCC;
	border: 1px solid #999;
	padding: 5px;
	display: table-row-group;
  }

  table.mytable
  {
	background-color:#FFF;
	border: 1px solid #999;
	margin-left: 30px;
	padding: 0px;
	text-align: center;
	width: 80%;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
  }

  th.mytable
  {
	padding: 8px;
	border: 1px solid #999;
	font-size: 1.1em;
  }
caption_th.mytable {
	display: table-row-group;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}



  tr.mytable
  {
	border: 1px solid #999;
  }

  td.mytable
  {
	font-size:.9em;
	text-align:center;
	padding: 2px;
	border: 1px solid #999;
  }
  table a:link
{
	color: #69F;
}
  table a:visited
	{
	color: #6CF;
	}
  table a:hover
	{
	color: #F9F;
	}

