/* CSS - Cascading Style Sheets - created by Matt : Dyma Designs */

/* formating for body of the website */
BODY {
   border:0px none; margin:0px; padding:0;  
   font-size: 13pt; font-family: Garamond, Times New Roman, Times, serif;
   font-weight: normal; 
   color: #FFFFFF;
   width: auto;
   background-color: #000000;

   /* scroll bar colours IE 5.5 above only */
   scrollbar-3d-light-color: #000000;
   scrollbar-arrow-color: #000000;
   scrollbar-base-color: #000000
   scrollbar-dark-shadow-color: #000000;
   scrollbar-face-color: #FFCC33;
   scrollbar-highlight-color: #000000;
   scrollbar-shadow-color: #FFFFFF;
}

/* formating for tables on the page */
TABLE, TR, THEAD, TFOOT, TH, TD {
   font-size: 13pt; font-family: Garamond, Times New Roman, Times, serif; 
   font-weight: normal; 
   color: #FFFFFF;
   #lblackground-color: transparent;
}

H6 {
   font-size: 10pt; font-family: Garamond, Times New Roman, Times, serif; 
   font-weight: bold; 
   line-height: 10pt; 
   color: #FFFFFF; 
   background-color: transparent;
   text-align: left;
}

H5 {
   font-size: 10pt; font-family: Garamond, Times New Roman, Times, serif; 
   font-weight: bold; 
   line-height: 10pt; 
   color: #FFFFFF; 
   background-color: transparent;
   text-align: left;
}

H4 {
   font-size: 10pt; font-family: Garamond, Times New Roman, Times, serif; 
   font-weight: bold; 
   line-height: 10pt;    
   color: #FFFFFF; 
   background-color: transparent;
   text-align: left;
}

H3 {
   font-size: 10pt; font-family: Arial, Verdana, Helvetica, sans-serif; 
   font-weight: bold; 
   line-height: 10pt;    
   color: #FFFFFF;  
   background-color: transparent;
   text-align: left;
}

/* 2nd level heading for use on page */
H2 {
   font-size: 14pt; font-family: Arial, Verdana, Helvetica, sans-serif; 
   font-weight: bold; 
   line-height: 11pt;    
   color: #FFFFFF;  
   background-color: transparent;
   text-align: left;
}

/* Top level heading for use on page */
H1 {
   font-size: 22pt; font-family: Garamond, Times New Roman, Times, serif; 
   font-weight: bold; 
   line-height: 22pt;    
   color: #F0D030; 
   background-color: transparent;
   text-align: left;
   letter-spacing : -1px;
}

/* paragraph and additional tags */
P, BR, BLOCKQUOTE {
   font-size: 13pt; font-family: Garamond, Times New Roman, Times, serif; 
   font-weight: normal; 
   color: #FFFFFF;  
   background-color: transparent;
}

/* used for effects of an inline tag inside a line, or paragraph */
SPAN{
   font-size: 13pt; font-family: Garamond, Times New Roman, Times, serif; 
   font-weight: normal; 
   color: #FFFFFF;  
   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: 13pt; font-family: Garamond, Times New Roman, Times, serif; 
   font-weight: normal; 
   color: #FFFFFF;  
   background-color: transparent;
}

/* numbered list and dotpoints */
OL, UL, DL{
   font-size: 13pt; font-family: Garamond, Times New Roman, Times, serif; 
   font-weight: normal; 
   list-style-position: outside;
   color: #FFFFFF;  
   background-color: transparent;
   lpine-height : 24px;
}

/* horizontal rules */
HR {
   height: 2px;
   width: 90%;
   color: #FFCC33; 
   background: transparent; 
}

/* for unvisited links */
A:link {
   font-size: 13pt; font-family: Garamond, Times New Roman, Times, serif; 
   font-weight: bold; 
   text-decoration: underline; 
   color: #FFCC33; 
   background: transparent; 
} 

 /* for visited links */
A:visited {
   font-size: 13pt; font-family: Garamond, Times New Roman, Times, serif; 
   font-weight: bold; 
   text-decoration: underline; 
   color: #FFCC33;; 
   background: transparent;
}

/* when link is clicked */
A:active {
   font-size: 13pt; font-family: Garamond, Times New Roman, Times, serif; 
   font-weight: bold; 
   text-decoration: underline; 
   color: #FFFFFF; 
   background: transparent; 
} 

/* when mouse is over link */
A:hover {
   font-size: 13pt; font-family: Garamond, Times New Roman, Times, serif; 
   font-weight: bold; 
   text-decoration: none; 
   color: #FFFFFF; 
   background: transparent;
} 

/* form buttons */	
.button { 
   font-size: 9pt; font-family: Arial, Verdana, Helvetica, sans-serif; 
   font-weight: bold;
   color: #000000; 
   background-color: #FFCC33; 
}

/* form fields */
.formbox { 
   font-size: 9pt; font-family: Arial, Verdana, Helvetica, sans-serif; 
   font-weight: bold;
   color: #000000; 
   background-color: #FFCC33; 
}

/* formating for special content area on a page */
.content {  
   font-size: 9pt; font-family: Arial, Verdana, Helvetica, sans-serif; 
   font-weight: normal; 
   line-height: 8pt; 
   color: #FFFFFF;
   background-color: transparent;
   width: auto;
}

/* formating for an individual change on a page, paragraph, line, word or letter */
.selector1 {
   font-size: 9pt; font-family: Arial, Verdana, Helvetica, sans-serif; 
   font-weight: bolder; 
   letter-spacing: 2px;
   line-height: 10pt;    
   color: #FFFFFF; 
   background-color: transparent;
   text-align: left;
}

/* for unvisited links */
A.menu:link {
   font-size: 9pt; font-family: Arial, Garamond, Times New Roman, Times, serif; 
   font-weight: bold; 
   text-decoration: underline; 
   color: #FFCC33; 
   background: transparent; 
} 

 /* for visited links */
A.menu:visited {
   font-size: 9pt; font-family: Arial, Garamond, Times New Roman, Times, serif; 
   font-weight: bold; 
   text-decoration: underline; 
   color: #FFCC33; 
   background: transparent;
}

/* when link is clicked */
A.menu:active {
   font-size: 9pt; font-family: Arial, Garamond, Times New Roman, Times, serif; 
   font-weight: bold; 
   text-decoration: underline; 
   color: #FFCC33; 
   background: transparent; 
} 

/* when mouse is over link */
A.menu:hover {
   font-size: 9pt; font-family: Arial, Garamond, Times New Roman, Times, serif; 
   font-weight: bold; 
   text-decoration: none; 
   color: #FFFFFF; 
   background: transparent;
} 
