body, ul, p, ul ul, ul ul ul, ol, ol ol, ol ol ol, blockquote, td, th, caption 
             {background: white;
              font-family: Arial, Verdana, sans-serif;
              Font-size: 9pt;
              color: #000000;}
              
              
              
              
h1, h5, 
h6           {color:#000000;
              background-color: white;}
H2, h3       {
             color:#000000;
              background-color: white;}
h4           {color:#000000;
              background-color: #ffffff;}
body, ul, p, ul ul, ul ul ul, ol, ol ol, ol ol ol, blockquote, table, td
            {Font-weight: normal;
             }


dt           {Font-weight: bold;}            

DIV          {margin-left: auto; 
              margin-right: auto;
              width: auto;} 
              
              
HR           {color: #000000;
              background-color: white;}  

              /*list-style sets three properties -- image, type, and position. 
              list-style-position: outside outside |inside 
              default is no image, disc, and outside. */


ul           {/*list-style-image: url(bullet.gif);*/ /* in same folder as style sheet */
              list-style: disc;        /*disc | circle | square */
              } 
              
             
ul ul        {/*list-style-image: url(x.gif); */
              list-style: circle;
              }
               
ul ul ul     {/*list-style-image: url(x.gif) square; */
              list-style: square;
              }
              

ol           {list-style: decimal;}
ol ol        {list-style: lower-alpha;}
ol ol ol     {list-style: lower-roman;}

/*li           {  }*/

a            { font-weight: bold}
              
a:link       { color: #A7B5A4;
               background-color: white;
               text-decoration: none;}   /*unvisited links */
               
a.nav:link    {color: #A7B5A4;
               background-color: #ffffff;
               text-decoration: none;}   /*unvisited links */
               
a:visited     {color: #C9AA00;
               background-color: white;
               text-decoration: none;}   /*visited links */
            
a.nav:visited { color: #C9AA00;
               background-color: #ffffff;
               text-decoration: none;}   /*visited links */
               
a:active     { color: #ff3366;
               background-color: white;
               text-decoration: none;}   /*active links */
               
a.nav:active { color: #ff3366;
               background-color: #ffffff;
               text-decoration: none;}   /*active links */
                
a:hover      { color: #567F4D;
               background-color: white;
               text-decoration: none;}   /*hover */
               
a.nav:hover      { color: #567F4D;
               background-color: #ffffff;
               text-decoration: none;}   /*hover */


             /*use a {text-decoration: undeline} to force underlined links if they do not 
             default to underlined */ 

               
h1, h2, h3, h4, h5, h6, p, ul, ol, dir, menu, div, dt, dd, address, blockquote, pre br, hr, form, dl {display: block}

b, strong, i, em, cite, var, tt, code, kbd, samp, img, span {display: inline}

/*------------------------------------------------------*/
/*Font families and styles                              */

h1, h2, h3,
h4, h5, h6,
.footer,
.header,
.nav,
.sidebar     {font-family: Verdana, Arial, sans-serif;}

h1, h2           {font-weight: bold;} 

h3, h4,
.footer,
.header,
.nav,
.sidebar     {font-weight: normal;
              font-style: normal;}

h5, h6       {font-weight: bold;}

               
h1           { font-size: 10pt; margin-top: 1em; margin-bottom:1em;}
h2           { font-size: 10pt; margin-top: 1em;}
/*h3           { font-size: 14pt;}
h4           { font-size: 12pt; }
h5           { font-size: 10pt; line-height: 10pt; margin-bottom:-1em;}
h6           { font-size: 8pt; line-height: 8pt; margin-bottom:-1em;} */

b, strong    {font-weight: bold} /* relative to the parent */

             /*font-weight options: normal, bold, bolder, lighter, 100 - 900. 400 corrsponds to "normal"
             and 700 corresponds to bold. */
             
i, cite, em, var, blockquote {font-style: italic}
pre, tt, code, kbd, samp {font-family: monospace}

address       { margin-left: 3em}

/*-----------------------------------------------------*/
/*Special classes - also under font families and styles*/

.footer      {font-size: 8pt}

.athlone     {color: #87b084;
               background-color: #ffffff;}
  
.header,
               
.nav         {
              /* Display: block; */
              font-size: 10pt;
              /* text-align: center; */
              color: #A7B5A4;
              background-color: #ffffff;}
p.nav         {
              Display: block; 
              font-size: 8pt;
              text-align: center;
              color: #A7B5A4; 
              background-color: #ffffff;}
              
.Caption        {font-style: italic;
                 font-size: 9pt;
                 text-align: center;
                 color: #567F4D;
                }

               
.name         {width: 240px;
               padding-right: 240px;}

.red          {color: red;}

.navy        {color: navy;
              background-color: white;
              padding-bottom: 2em;
              }
              

.maroon       {color: maroon;
              background-color: white;
              padding-bottom: 2em;
              margin: 30px;
              }

.murrindindi {text-transform: uppercase;
              font-family: "Times New Roman", times, serif;
              color: #FF9900;;
              background-color: white;
              font-size: 16pt;
              }