/* CSS Document */

/* Text */
p
{text-align: left;
color: black;
font-family: Arial, Helvetica, sans-serif;
line-height: 150%;
font-size: 10pt;}

.center
{text-align: center;}

.bold
{font-weight:bold; }

H1
{text-align:center;
font-size: 12pt;
color: #336734;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;}

H2
{text-align: left;
font-size: 11pt;
color: #336734;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;}

.tablefixtures{text-align: left;
color: #000000;
font-family: Arial, Helvetica, sans-serif;;
line-height: 100%;
font-size: 10pt;
padding: 2px;}

/* Image */
.imgright { float: right; padding: 10px;}
.imgleft { float: left; padding: 10px;}
img.centered { display: block; margin-left: auto; margin-right: auto; }
img {border: 2px solid #000000;} 
.noborder {border: none;} 
.caption { padding: 10px; text-align: center; line-height: 125%; font-weight: bold; font-family: Lucida Grande, Trebuchet MS, Bitstream Vera Sans, Verdana, Helvetica, sans-serif;; font-size: 10pt;}
a img {border: 3px solid #336734;}
.imggallery {border: 3px solid #336734; margin: 5px;}

/* Standard Links */
a:link {text-decoration: underline; color:#336734; font-weight: bold;}
a:visited {text-decoration: underline; color:#336734; font-weight: bold;}
a:active {text-decoration: underline; color:#336734; font-weight: bold;}
a:hover {text-decoration: underline; color:#336734; font-weight: bold;}