﻿body { background-color: #fff; font-family: Georgia; color: #333; font-size: 11pt; }
a { color: #C22826; }
a:hover { text-decoration: none; }
table.tabela { border: none; color: #444; border: 1px #C6D2DA solid; width: 100% }
table.tabela th { background: #008ec4; color: #fff; }
table.tabela td, table.tabela th { border: none; text-align: center; padding: 2px 5px; font-size: 10pt; }
table.tabela td { border: 1px #C6D2DA solid; padding: 4px 5px; }
table.tabela tr:hover td { background: #C6D2DA; color: #000; }

h1 { font-family: Bebas; font-size: 22pt; color: #008ec4; text-transform: uppercase; font-weight: normal; margin: 0 0 28px 0; }
h1 span { color: #0b203d; }
h1.centered { text-align: center; }

.rightbtn { float: right; margin-right: 0px; }

@font-face {
	font-family: Bebas;
	src: url('fonts/bebas.ttf') format("truetype");
}