/* CSS - Cascading Style Sheets - created by Matt : Dyma Designs */

/* formating for body and tables of the website */
/* putting TH and TD into the Body line makes formatting work in NN4.7 */
BODY, TABLE, TR, THEAD, TFOOT, TH, TD {
   border:0px none; margin:0px; padding:0;  
   font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal; 
   color: #000000;
   background-color: #FFFFFF;

   /* scroll bar colours IE 5.5 above only */
   scrollbar-3d-light-color: #000000;
   scrollbar-arrow-color: #006830;
   scrollbar-base-color: #C0A470;
   scrollbar-dark-shadow-color: #000000;
   scrollbar-face-color: #C0A470;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #FFFFFF;
}

H6 {
   font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   line-height: 10pt; 
   color: #000000; 
   background-color: transparent;
   text-align: left;
}

H5 {
   font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   line-height: 10pt; 
   color: #000000; 
   background-color: transparent;
   text-align: left;
}

H4 {
   font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   line-height: 10pt;    
   color: #000000; 
   background-color: transparent;
   text-align: left;
}

H3 {
   font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   line-height: 10pt;    
   color: #000000;  
   background-color: transparent;
   text-align: left;
}

/* 2nd level heading for use on page */
H2 {
   font-size: 11pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   line-height: 11pt;    
   color: #000000;  
   background-color: transparent;
   text-align: left;
}

/* Top level heading for use on page */
H1 {
   font-size: 12pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   line-height: 12pt;    
   color: #006830; 
   background-color: transparent;
   text-align: left;
}

/* paragraph and additional tags */
P, BR, BLOCKQUOTE {
   font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: normal; 
   color: #000000;  
   background-color: transparent;
}

/* used for effects of an inline tag inside a line, or paragraph */
SPAN{
   font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: normal; 
   color: #000000;  
   background-color: transparent;
}

/* used for effects with a block-level tag in larger areas - makes a line break before and after the DIV tag's contents*/
DIV{
   font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: normal; 
   color: #000000;  
   background-color: transparent;
}

/* numbered list and dotpoints */
OL, UL, DL{
   font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: normal; 
   list-style-position: outside;
   color: #000000;  
   background-color: transparent;
}

/* horizontal rules */
HR {
   height: 2px;
   width: 90%;
   color: #00A440; 
   background: transparent; 
}

/* for unvisited links */
A:link {
   font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   text-decoration: underline; 
   color: #000000; 
   background: transparent; 
} 

 /* for visited links */
A:visited {
   font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   text-decoration: underline; 
   color: #000000; 
   background: transparent;
}

/* when link is clicked */
A:active {
   font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   text-decoration: underline; 
   color: #000000; 
   background: transparent; 
} 

/* when mouse is over link */
A:hover {
   font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: bold; 
   text-decoration: none; 
   color: #006830; 
   background: transparent; 
} 

/* form buttons */	
.button { 
   font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: bold;
   color: #FFFFFF; 
   background-color: #006830; 
}

/* form fields */
.formbox { 
   font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: bold;
   color: #000000; 
   background-color: #C0A470; 
}

/* formating for special content area on a page */
.content {  
   font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: normal; 
   line-height: 8pt; 
   color: #000000;
   background-color: transparent;
   width: auto;
}

/* formating of the copyright message at the bottom of the page */
.copyright {  
   font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: normal; 
   line-height: 8pt; 
   color: #000000;
   background-color: transparent;
   width: auto;
}

/* formating for an individual change on a page, paragraph, line, word or letter */
.selector1 {
   font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-weight: bolder; 
   letter-spacing: 2px;
   line-height: 10pt;    
   color: #000000; 
   background-color: transparent;
   text-align: left;
   }
   