font, p, h1, h2, h3, h4, ul, ol, div, tr, nobr  {
  font-family:Tahoma,sans-serif; 
  font-size:10pt;
  color:#0B00EC;
  font-weight:bold;
}

h1 {
  font-weight:bold; 
	font-size:20pt; 
	text-decoration:underline;
}
h2 {
  font-weight:bold; 
	font-size:10pt; 
	text-decoration:underline;
}
h3 {
  font-weight:bold; 
	font-style:italic; 
	font-size:14pt; 
	text-decoration:underline;
}
h4 {
  font-weight:bold; 
	font-size:16pt;
}

a:link, a:active, a:visited {
  color:#E41000;
  text-decoration:none; 
	font-weight:bold;
}
a:hover {
  color:#E41000;
  text-decoration:underline; 
	font-weight:bold;
}
:link:focus, :visited:focus { 
  -moz-outline: 0px dotted; 
}

ul {margin-left:20px;}

BODY {
  margin-left:10px; 
  margin-right:10px; 
  margin-top:10px; 
  margin-bottom:10px;
}

#header {
  width:100%;
  height:220px;
  background-image:url('logo.jpg');
  background-repeat:no-repeat;
}

#menu {
  position:absolute;
  top:220px;
}

#main {
  position:absolute;
  top:220px;
  left:300px;
  padding-right:35px;
}

#footer {
  position:absolute;
  bottom:20px;
  width:100%;
  text-align:center;
}

.rot {
  color:#E41000;
}

.box {
  background-color:#0B00EC;
  color:#FFFFFF;
  padding:25px;
  margin:25px;
}