/*roboto-500 - latin */
@font-face {
	font-family: 'roboto';
	font-style: normal;
	font-weight: 500;
	src: local(''),
	url('fonts/roboto-v29-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('fonts/roboto-v29-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
	font-family:roboto,Verdana,arial;
	background-color: #e0cbb6;
}
p {	
	font-size: 12pt;
	font-weight:normal;
}
h1 {
	font-size:14pt;
	color: #ffcc00;
	font-weight:normal;
	padding: 0px 0px 0px 0px;
                line-height: 0;
}
h3 {
	font-size:16pt;
	color: #3f51b5;
	font-weight:bold;
}
b {
	font-weight:bold;
}
a {
  text-decoration: none;
}
table {
	border-collapse: collapse;
}
tr:nth-child(even){
	background-color: #d5c1ad;
}
.footer {
	position:fixed;left:0;
	bottom:0;
	width:100%;
	height:30px;
	background-color:grey;
	color:white;
	text-align:center;
	font-size: 9pt;
	font-weight: normal;
	padding:5px 0px 0px 0px;
}
#sitemap a {
	text-decoration: none;
}
#sitemap a:hover {
	color:red;
}
#back   a {
	text-decoration: none;
}
