/* CSS Document */
body{
	padding-top: 0px;
	margin-top: 0px;
	font-family: "Trebuchet MS","MS Sans Serif", Arial, Default;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: auto;
	letter-spacing: normal;
	line-height: normal;
	text-align: justify;
	margin: 10px;
	padding: 0px;
 text-align:center; 
}

a, a:link ,a:active,a:visited{
	text-decoration: none;
	color: Blue;
	font-weight: bold;
}
a:visited{
	text-decoration: none;
	
}
a:hover{
	text-decoration: underline;
	color: #0082FF;
}
h1{
	font-size: 20px;
	color: #2e3092;
	
}
h1:first-letter{
  text-transform: uppercase;
}

/********************************************************************************************/
table{
	font-size: 12px;
    border:1px solid black; 
    margin:0px;
    padding:0px;
    empty-cells:show; 
    text-align:center; 
}
table th{
	font-weight: bold;
}
table tr{
    margin:0px;
    padding:0px;
}
table td{
	/*background-color:#EEEEEE#FFFACD*/;
  border:1px solid black; 
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
 white-space:nowrap;
 empty-cells:show; 
}
table tr.ja td{
	background-color: Yellow;
}
td img{
  margin: 2px; 
  border: 1px solid black;
  float: left;
  
}
tr:hover{
  background-color: #008ed4;
}
tr:hover td{
  background-color:transparent;
color:#EEEEEE;
}
tr:hover td a {
  background-color:transparent;
color:#EEEEEE;
}


