@charset "utf-8";
/* CSS Document */
body{
	background:#515151;
	color: white;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
h2
{
	font-family:"Times New Roman", Times, serif;
	color:#01b0f1;
	font-size:18px;
}
img
{
	border:0;
}
#base table {
	text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
a{
  text-decoration: none;
  color: #ffffff;
}
a:visited {
  text-decoration: none;
  color: white;
}
a:active {
  text-decoration: none;
  color: #01b0f1;
}
a:hover {
  text-decoration: none;
  color: #01b0f1;
}
#baspage {
  font-size: 0.8em;
}

td.verticale {
	padding-top: 5px;
	padding-bottom: 20px;
  border-right: 1px #01b0f1 solid;
  border-left: 1px #01b0f1 solid;
	line-height: 2.2em;
	font-size:14px;
}
td.verticale a {
  line-height: 0.9em;
	font-size:17px;
}
td.center {
  border: 1px #01b0f1 solid;
}
td.or {
  border-top: 1px #01b0f1 solid;
  border-bottom: 1px #01b0f1 solid;
	padding:0;
	text-align:left;
}
td.logo
{
	text-align:center;
	width:auto;
}
.logo img
{
	border:1px solid white;
}
.or img
{
	border-right:1px solid #01b0f1;
}