/*
 Intru page
*/
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }

BODY {
  
background: url('images/body_bg.gif') repeat-x ;
background-position: top;
background-repeat: repeat-x;
text-align: center;
color: #000000;
margin: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.fixlink {
  width: 600px;
  
  color: #000000;
  margin: auto;
  margin-top: 0px;
  text-align: left;
  font-family : Verdana, Arial, sans-serif;
  font-size : 12px;
  font-weight: bold;
}

.fixcenter {
  width: 624px;
  background: #ffffff;
  color: #000000;
  margin: auto;
  margin-top: 30px;
  text-align: left;
}

P {
text-align:justify;

}

ul { list-style: square;
text-align:justify;

 }
 
A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #01317b;
  text-decoration: underline;
}

.link {
  color: #01317b;
  text-decoration: none;
}

H1 {
  color: #01317b;
  text-decoration: none;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #e4e4e4;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #e4e4e4;
  background-image: url(images/headernavigation.gif);
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #666666; 
}

A.headerNavigation:hover {
  color: #333333;
}

TR.headerCrumb {
  background: #4e4e4e;
}

TD.headerCrumb {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #4e4e4e;
  background-image: url(images/headercrumb.gif);
  color: #ffffff;
  font-weight : bold;
}

A.headerCrumb { 
  color: #ffffff; 
}

A.headerCrumb:hover {
  color: #cccccc;
}

TR.footer {
  background: #e4e4e4;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #e4e4e4;
  background-image: url(images/headercrumb.gif);
  color: #ffffff;
  font-weight: bold;
}


TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}


