@charset "iso-8859-1";
body, p, ol, ul, h1, h2, h3, h4, h5, h6, th, td
   {
/*    background-color :  #FFFFFF; */
    font-family      :  arial, helvetica, verdana, comic sans ms, sans-serif;
    color            :  #000000;
   }

div.centre
   {
    text-align       :  center;
   }
div.right
   {
    text-align       :  right;
   }
div.indent-l5r5
   {
    margin-left      :  5%;
    margin-right     :  5%;
   }

br.clearit
   {
    clear            :  both;
   }

hr
   {
    clear            :  both;
    border           :  0;
	height           :  4px;
	color            :  #006400;
	background       :  #006400;
	width            :  100%;
   }
hr.newsline
   {
    clear            :  both;
    border           :  0;
	height           :  4px;
/*	color            :  #191970; */
/*	background       :  #191970; */
	width            :  98%;
   }

/* http://www.w3schools.com/css/css_list.asp */
ul.greenball
   {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
   }
ul.greenball li
   {
    background-image: url(resources/greenball-small.gif);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding-left: 30px;
   }

p
   {
    font-size        :  12pt;
   }
p.red, em.red
   {
    font-style       :  normal;
    font-weight      :  normal;
    color            :  red;
   }
p.green, em.green
   {
    font-style       :  normal;
    font-weight      :  normal;
    color            :  green;
   }
p.greek, em.greek
   {
    font-family      :  symbol, verdana, arial, helvetica, sans-serif;
    font-style       :  normal;
    font-weight      :  normal;
   }
p.italic, em.italic
   {
    font-style       :  italic;
    font-weight      :  normal;
   }

p.bold, em.bold
   {
    font-style       :  normal;
    font-weight      :  bold;
   }
p.strikeout, em.strikeout
   {
    font-style       :  normal;
    text-decoration  :  line-through;
   }

img.pictureleft
   {
    padding-bottom   :  20px;
    padding-right    :  20px;
   }
img.pictureright
   {
    padding-bottom   :  20px;
    padding-left     :  20px;
   }

h1.pagetitle, h2.pagetitle, h3.pagetitle, h4.pagetitle, h5.pagetitle, h6.pagetitle
   {
    line-height      :  0.8em;
    text-align       :  center;
   }
h4.underline
   {
    text-decoration  :  underline;
   }

.genus
   {
    font-style       :  italic;
    font-weight      :  normal;
    color            :  black;
   }
.species
   {
    font-style       :  italic;
    font-weight      :  normal;
    color            :  black;
   }

.book
   {
    font-style       :  italic;
    font-weight      :  normal;
    color            :  black;
   }
.journal
   {
    font-style       :  italic;
    font-weight      :  normal;
    color            :  black;
   }
.volume
   {
    font-style       :  normal;
    font-weight      :  bold;
    color            :  black;
   }

.pegg_member
   {
    font-style       :  normal;
    font-weight      :  bold;
    color            :  purple;
   }

p.bolditalic, em.bolditalic
   {
    font-style       :  italic;
    font-weight      :  bold;
   }
.mediumsmall
   {
    font-style       :  normal;
    font-weight      :  normal;
    font-size        :  10pt;
   }
.mediumsmallbold
   {
    font-style       :  normal;
    font-weight      :  bold;
    font-size        :  10pt;
   }
.mediumsmallitalic
   {
    font-style       :  italic;
    font-weight      :  normal;
    font-size        :  10pt;
   }
p.small, em.small
   {
    font-style       :  normal;
    font-weight      :  normal;
    font-size        :  8pt;
   }
sub, sup
   {
    font-size        :  8pt;
   }
