/* Picture & Comments */

/* Text above pictures and captions */
p.text {margin-right: 5%;
         margin-left: 5%;
         font-size: 13pt;
         text-align: left;
         text-indent: 5%}

/* Report title */
p.title {font-size: 15pt;
           font-family: verdana;
           font-style: bold;
           text-align: center;
           margin-right: 5%;
           margin-left: 5%}

/* Report author */
p.author {font-size: 13pt;
           font-family: verdana;
           text-align: center;
           margin-right: 5%;
           margin-left: 5%}

/* picture */
p.picture {float:left;
	   padding:9px;
	   width:170px;
	   text-aligh:center;
	   font-size:11pt;
	   clear:left;
	   margin-left:3%}

/* explanations */
p.caption {margin-right: 10%;
           margin-left: 10%;
           padding-left: 20%;
           font-size: 13pt;
           text-align: left}

/* Copyright notices, author contact info */
p.copyright {font-size: 11pt;
             text-align: left;
             margin-right: 5%;
             margin-left: 5%;
	     clear:left}

/* Back to Top link */
p.top {margin-right: 10%;
       margin-left: 10%;
       padding-left: 20%;
       font-size: 10pt;
       font-weight: italic;
       text-align: center}

/* Picture name */
.name {font-weight: bold}

/* Email & update info */
p.contact {margin-right: 5%;
           margin-left: 65%;
           clear:left;
           text-align: left;
           font-size: 10pt;
           color: #007796;
           font-family: verdana;
	   clear:left}
hr {clear:left}

p {font-size: 13pt}

body {background-color: white}

a:link {color: black}

a:active {color: maroon}

a:visited {color: black}

a:hover {color: #007796;
         font-weight: italic}
