@charset "utf-8";
/* CSS Document */


/*===============
      tables
================*/

table {
	position:relative;
	top:-4px;
	left:-4px;
	width:100%;
	border:1px solid #999;
	background:#486f90;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	line-height:1.4em;
	letter-spacing:0;
	}

table caption {
	margin:0;
	padding:8px 20px;
	text-align:left;
	border:1px solid #999;
	border-bottom:none;
	background:#285f8e;
	font-size: 15px;
	}

table th, table td {
	margin:0;
	padding:8px 20px;
	text-align:left;
	border-bottom:1px solid #b5b5b5;
	}

table th {
	color:##c3eaff;
	}

table .name {
	text-align:left;
	}

table tr {
	background:#486f90;
	}

table tr.alt {
	background:#285f8e;
	}

table td a {
	display:block;
	font-weight:bold;
	}

table body {
	margin:0;
	padding:30px;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size:small;
	color:#eee;
	background:#486f90;
	}

table a { color:#09f; }
