@font-face {
	font-family: gothic;
	src: url('Font/gothic.eot');
	src: local('gothic'), url('Font/GOTHIC.TTF') format('truetype');
}

@font-face {
  font-family: gothicb;
  src: local("gothic"), url("Font/GOTHICB.TTF") format("truetype");
}

@font-face {
  font-family: gothici;
  src: local("gothic"), url("Font/GOTHICI.TTF") format("truetype");
}


body{
	margin: 15px 5%;
	font-family: Tahoma,Arial,sans-serif;
	font-style: italic;
	font-weight: 15px;
}




table {color: #3A4856; text-decoration: none;}  

table caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}

table thead th {background: #000; padding: 5px 5px; color: #fff; text-align: left; font-weight: normal;}

table tbody, table thead {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}

table tbody {border-bottom: 1px solid #EAECEE;}
                      
table tbody td, table tbody th {padding:5px 5px; background: url("td_back.gif") repeat-x; text-align: left; height:20px; }

/* table tbody tr {background: #ADADAD;} */
table tbody tr:nth-child(even) {
	background-color: #CCCCCC;
}
/* table tbody tr.odd {background: #F0F2F4;} */

table tbody  tr:hover {background: #EAECEE; color: #111;}