/* these apply to all pages */

body, div {
  padding: 0px;
  margin: 0px;
  font-family:helvetica,verdana,arial,sans-serif;
  color: #696A6C;
}

img {
  border-width: 0px;
}

.magenta {
  color:#EE2962;
}

.xtra_line_height{
  line-height:1.1em;
}

.large_size {
  font-size:10.5pt;
}

.bdc_header {
  font-size:10.5pt;
  font-weight:bold;
}
.menu_size, .menu_text, .bottom_menu_text {
  font-size:9pt;
}

.small_size {
  font-size:7.5pt;
}

.very_small_size {
  font-size:6pt;
}

.center{
  text-align: center;
}

#copyright_div {
  position:absolute;
  left:10px;
  top:570px;
  height:20px;
  width:500px;
}

#bg_pic_div {
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  overflow:hidden;
}

#logo_div {
  position: absolute;
  left:17px;
  top:18px;
}

#top_menu_div {
  position:absolute;
  top:28px;
  left:320px;
  width:480px;
  height:24px;
}

#twitter2 {
  position:absolute;
  top:600px;
  left:9px;
}


.top_menu_el {
  width:80px;
  height:24px;
  float:left;
  vertical-align:top;
}

.top_menu_el_speciale{
  width:120px;
  height:24px;
  float:left;
  vertical-align:top;
}

#bottom_menu_div {
  position:absolute;
  top:592px;
  left:200px;
  width:520px;
  height:24px;
}

.menu_line {
  float:left;
  width:1px;
  height:24px;  
  background-color:#EE2962;
}

.bottom_menu_line {
  float:right;
  width:1px;
  height:24px;  
  background-color:#EE2962;
}

.menu_text {
  float:left;
  margin-left:5px;
}

.bottom_menu_text {
  float:right;
  margin-right:5px;
  text-align: right;  
}

.menu_text a, .bottom_menu_text a {
  color:#696A6C;
  text-decoration:none;
}

.menu_text a:hover, .bottom_menu_text a:hover {
  color:#EE2962;
}

#top_line_div {
  position: absolute;
  left:240px;
  top:67px;
  width:720px;
  height:1px;
  background-color:#94969A;
}

#bottom_line_div {
  position: absolute;
  left:0px;
  top:576px;
  width:720px;
  height:1px;
  background-color:#94969A;
  z-index:1;
}
