body {
   background: #fff;
   margin: 0; padding: 0;
   font-family: Georgia, Trebuchet MS, sans-serif;
   /*font-size: 100.01%;*/
   font-size: 0.75em;
}
   
pre {
   border-left: 1px solid #dddddd;
   color: #514f80;
   font-family: verdana, courier, sans-serif;
   font-size: 0.9em;
   margin: 0px 0px 10px 0px;
   padding: 6px;
   text-align: left;
   /*white-space: nowrap;*/

   display: block;
   overflow: auto;
}

    
a:link, a:visited {
   color: #4B6070;
   /*font-weight: bold; */
   padding: 0px 4px 0px 4px;
   /*text-decoration: underline;*/
}
   
a:hover, a:active {
   color: #666666;
   /*font-weight: bold; */
   padding: 0px 4px 0px 4px;
   /*text-decoration: underline;*/
}

/* Show tacar logo in nostyle browsers  ----------------------------------------*/

#nostyle { display: none; }


/* All  ----------------------------------------*/

#all {
   color: #333333;
   background: #ffffff; 
   font-family: Trebuchet MS, sans-serif;
   /*font-size: 100.01%;*/
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 10px;
   width: 100%;
/*
   font-size: .8em;
   line-height: 1.5em;
   margin: 0px 0px 12px 0px;
*/
}

/* Banner  ----------------------------------------*/

#banner {
   width: 100%;
   height: 81px;
   margin: 0; padding: 0;
   /*background: #000000 url(gfx/tacar_banner.jpg) top left no-repeat; */
   background: #000000;
   border-top: 1px solid #f3f3f3;
   border-bottom: 1px solid #999999;
}


/* Main page divided in content and sidebar  ------------------------------*/

#page {
   margin-top: 0px;
   margin-left: 30px;
   margin-right: 30px;
}


#content {
   width: 100%;
   /*float: left;*/
   clear: left;
   margin: 0;
   padding: 0;
}
   
#sidebar {   
   /*width: 100%;*/
   /*float: right;*/
   border-top: 2px solid #eeeeee;
   border-left: 2px solid #eeeeee;
   margin-top: 10px;
   padding: 10px 0 0 12px;
}

/* <p>  ----------------------------------------*/

#content p
{
   color: #333333; 
   /*font-size: .8em;*/
   line-height: 1.3em;   
   margin: 10px 0px 10px 0px;
}
   
#sidebar p 
{
   color: #4B6070;
   font-size: 0.95em;
   /*margin: 12px 20px 20px 20px;*/
   line-height: 1.3em;
}

/* <h*>  ----------------------------------------*/

h1 {
   border-bottom: 3px dotted #999999;
/*
   color: #222A30;
   font-size: 1.85em;
   font-weight: normal;
   margin: 0 0 12px 0;
   padding-top: 6px; 
*/
}

h2 {
   border-bottom: 2px dotted #999999;
/*
   color: #53627D;
   /*font-family: Georgia, Trebuchet MS, sans-serif;*/
   font-size: 1.5em;
   /*font-variant: small-caps;*/
   /*font-weight: bold;*/
   font-weight: normal;
   margin: 20px 0 9px 0;
   padding: 3px 0 1px 0px;
*/
}
   
h3 {
   border-bottom: 1px dotted #999999;
/*
   color: #4B6070;
   font-size: 1.2em;
   font-weight: normal;
   margin: 30px 0 9px 0;
   padding: 2px 8px 2px 0px;
*/
}
   
#sidebar h3 {
   color: #4B6070;
   background: none;
   border: 0px;
   font-size: 1.3em;
   margin: 0;
   padding: 0;
}

   
/* Navigation ----------------------------------------*/
   
#nav {
   display: none;
}

#nav li {
   margin: 0; 
   padding: 0 0 0 14px;
   list-style-type: none; 
}
   
#nav a:link, #nav a:visited {
   background: none;
   border: 1px solid #ffffee;
   border-bottom: 0;
   color: #4A596F; 
   /*font-size: .8em;*/
   line-height: 1.55em;
   padding-left: 5px;
   padding-right: 5px;
   text-decoration: none;
   width: 100%;
}

#nav a:hover, #nav a:visited.active {
   background: #fff;
   border: 1px solid #ddd;
   /*font-size: .8em;*/
   text-decoration: none; 
   white-space: nowrap;
}
   
#nav a:link.active {
   border: 1px solid #ddd;
   color: #666;
   /*font-size: .8em;*/
   text-decoration: none; 
   white-space: nowrap;
}


/* Box below navigation box ----------------------------------------*/

#box {
   color: #333333;
/*
   border-top: 1px dashed #ddd;
   border-left: 1px dashed #ddd;
   margin: 40px 0px 20px 0;
   padding: 4px 0 22px 0;
   width: auto;
*/
}


/* Content ----------------------------------------*/

#content ul {
   list-style: disc;
   margin: 0 0 0px 0px;
   padding: 0 0 0px 10px;
}
   
#content ul li {
   color: #333333; 
   /*font-size: .8em;*/
   line-height: 1.2em;
   margin-left: 25px;
   padding: 1px 0px 2px 0; 
}
   
#content ol {
   margin: 0 0 3px 0px;
   padding: 0 0 0 10px;
}
   
#content ol li {
   color: #333333; 
   line-height: 1.2em;
   margin-left: 25px;
   padding: 1px 0 2px 0; 
}
   
.center {text-align: center;}


#sidebar .updated {
   display: none;
}


.pagebreak
{
  page-break-after: always;
}

/* End of tacar-print.css ----------------------------------------*/
