@charset "utf-8";
/* CSS Document */

body
{
font-family: Lucida Sans, Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
}

#content
{
line-height: 23px;
}

p.portdes
{
margin-top: -10px;
line-height: 20px;
}

img
{
border: 0px;
}

a
{
color: #02a1de;
text-decoration:none;
}

a:hover
{
color: #3c602f;
text-decoration:none;
}


h1
{
/* HIDING H1 BACKGROUND IMAGE ################     background: url(../images/h1-bkgd.gif) no-repeat left center;  */
height: 50px;
margin: 12px 0 15px 0;
vertical-align:middle;
padding-top: 30px;
/* CHANGED PADDING FROM 60 TO 0 ########### */
padding-left:0px;
font-size: 24px;
}

h2
{
font-size: 18px;
border-left: 6px solid #f0c808;
padding-left: 10px;
}

.footnote
{
font-size: 11px;
}

.footnoteright
{
font-size: 10px;
text-align:right;
}

/*DEVIATION FROM DEFAULT CSS TO PRINT CSS BEGINS HERE*/


/*Links black */
   a:link, a:visited, a:active {
    color: #000000;
    text-decoration: none;
     }

/*Show URLs */
    #content a:after {
      content: " (" attr(href) ")";
      font-size: 10pt;
     }


/*Hide the following items */
   #mainnav, #footer, #tools, .footnoteright
	{
	display: none;
	}


/*COPIED FROM LAYOUT CSS TO PRINT CSS BEGINS HERE*/
.right
{
float: right;
margin-left: 10px;
}

.left
{
float: left;
margin-right: 10px;
}