body { background: #FFFFFF;
       font-family: Arial, Sans-serif; 
       font-size: 100%;
       text-align: left; }
	  
a { color: #41629F;
    text-decoration: none; }
a:active { color: #41629F;
           text-decoration: underline;}
a:hover { color: #41629F;
          text-decoration: underline;}
a:visited { color: #41629F;
          text-decoration: none;}

a.nav { color: #FFFFFF;
        text-decoration: none; }
a.nav:active { color: #FFFFFF;
               text-decoration: underline;}
a.nav:hover { color: #FFFFFF;
              text-decoration: underline;}
a.nav:visited { color: #FFFFFF;
                text-decoration: none; }

.heading { color: #FFFFFF;
           text-decoration: none; }

.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 11px/1.4em Arial, sans-serif; }

.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }

.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }

.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 
