body {
  margin:0;
  padding:0;
  color:#595963;
  font: normal /*italic*/ normal /*smallcaps*/ normal /*bold*/ 11px/15px Verdana, Geneva, Tahoma, sans-serif;
}

table.main  {
  width:936px;
  border:3px solid #CCCCCC;
  margin: 15px auto;
  text-align:left;
  font: normal /*italic*/ normal /*smallcaps*/ normal /*bold*/ 11px/15px Verdana, Geneva, Tahoma, sans-serif;
}
table.main, tr, td {
  text-align:left;
  vertical-align:top;
}
a:link {
  text-decoration: none;
  color:#D9261C;
}

a:hover {
  text-decoration: none;
  color:#D9261C;
}

a:active {
  text-decoration: none;
  color:#FF6666;
}

a:visited {
  text-decoration: none;
  
  color:#FF6666;
}
.nl_info {
  padding:5px;  
}
.content_spacer {
  width:40px;
}
.content {
  width:282px;
}
.content div.box {
  margin:5px 5px 10px 5px; 
  padding: 0 0 10px 0;
  border-bottom:1px dotted #808080;
  text-align:justify;
}

.footer {
  height:80px;
}

/*** HELPER ***/

.red {
  color:#D9261C;
}
.bold, b, strong {
  font-weight:bold;
}
.text_center {
  text-align:center;
}
.text_left {
  text-align:left;
}
.text_right {
  text-align:right;
}
.text_blosa {
  text-align: justify;
}
.text_14 {
  font-size:14px;
}
.sep_10 {
  margin:0 0 10px 0;
  display:inline-block;
}