﻿td {
	text-align: center;
}

td.data {
	font-family: tahoma,arial,sans-serif;
	text-align: center;
        font-size: 12px;
}

th {
	font-family: tahoma,arial,sans-serif;
	text-align: center;
        font-size: 16px;
	color: black;
   	background-color : #EEB60D;
}

th.win {
	font-family: tahoma,arial,sans-serif;
	text-align: center;
        font-size: 12px;
   	background-color : #FAFEA0;
	color: blue;
}

a {
	font-family: tahoma,arial,sans-serif;
	font-weight: bold;
        font-size: 14px;
	text-decoration: none;
}

a.date {
	color: #003a6c;
}

a.date:hover {
   color: red;
   background-color : #003a6c;
}

.window {
	position: absolute;
	left: 10px;
	top: 230px;
	width: 400px;
	height: 160px;
	visibility: visible;
}

.datewindow {
	font-family: sans-serif;
    font-size: 12px;
}

P {
	text-align: justify;
	margin-top: 5px;
}


EM {
        font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #EEB60D;
}
