/* Style sheet basic */

h1 {
	line-height: 100%;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	font-size: 24px;
	letter-spacing: -1px;
}

h2 {
	line-height: 100%;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	font-size: 22px;
}

a {
	text-decoration: none;
	color: #2a85b9;
}

a:hover {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

th {
	padding: 2px;
	font-weight: bold;
}
td {
	padding: 2px;
}
.odd {
	background-color:  #e8e4d3;
}
.even {
	
}