/* ------ This style sheet was created by Glenn Carbol - If you like it, you can use it - I support Creative Commons -------- */
/* ------------------------------------------- BEGIN SCROLLBAR AND PAGE BACKGROUND AND LINKS ----------------------------------------- */
/* this BODY command changes the colour scheme of the scrollbar and the page background */
BODY
{
background-color: #FFFFFF;
margin-top:10px;
}

/* ------------------------------------------- END SCROLLBAR AND PAGE BACKGROUND AND LINKS ------------------------------------------ */
/* ------------------------------------------------- BEGIN TEXT ------------------------------------------------- */

/* TEXT is used was formerly the grey 898989 text */
.text{
  color:#000000;         		/* defines color, really just a back-up of the body text color tag */
  font-family: Verdana, Geneva, sans-serif;  /* the font */
  font-style:normal;     		/* could be normal, italic, oblique */
  font-variant:normal;   		/* could be normal, small-caps */
  font-weight:normal;    		/* could be a number 100-900 or normal, bold */
  font-size:10pt;         		/* could be in either px, pt, ex, em, in, cm, mm, pc */
  text-decoration:none;  		/* could be underline as well */
  text-align:justify; }     		/* could be left, center, right, justify */
    	
.biotext{
  color:#000000;         		
  font-family: Verdana, Geneva, sans-serif;  
  font-style:normal;     	
  font-variant:normal;   	
  font-weight:normal;    		
  font-size:10pt;         		
  text-decoration:none;  		
  text-align:center; }      
  
.titletext{
  color:#000000;         		
  font-family: Verdana, Geneva, sans-serif;  
  font-style:normal;     	
  font-variant:normal;   	
  font-weight:bold;    		
  font-size:164t;         		
  text-decoration:none;  		
  text-align:left; }    
  
.textbox{
	color:#000000;
	font-family: Verdana, Geneva, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:10pt;
	text-decoration:none;
	text-align:left;
	background-color:#FFFFFF;
	border-collapse: collapse;
	vertical-align:bottom;
	white-space: normal;
	margin: 0px;
	padding: 0px;
	width: 185px;
	border: 0px none #FFFFFF;
	word-spacing: inherit;
	letter-spacing: inherit;
}

.white-text{
  color:#FFFFFF;         		
  font-family: Verdana, Geneva, sans-serif;  
  font-style:normal;     		
  font-variant:normal;   		
  font-weight:normal;    		
  font-size:10pt;         		
  text-decoration:none;  		
  text-align:justify; }     		

.black-text{
  color:#000000;         		
  font-family: Verdana, Geneva, sans-serif;  
  font-style:normal;     		
  font-variant:normal;   		
  font-weight:bold;    		
  font-size:10pt;         		
  text-decoration:underline;  		
  text-align:justify; }   
  
  .black-text-center{
  color:#666666;         		
  font-family: Verdana, Geneva, sans-serif;  
  font-style:normal;     		
  font-variant:normal;   		
  font-weight:bold;    		
  font-size:10pt;         		
  text-decoration:none;  		
  text-align:center; }   

/* TEXT-LINK is used for links at bottom of paragraphs */
 .text-center-link{
  color:#898989;       		
  font-family: Verdana, Geneva, sans-serif;  
  font-style:normal;     		
  font-variant:normal;   		
  font-weight:normal;    		
  font-size:10pt;         	
  text-decoration:none;  		
  text-align:center; 
  border:none;
  }     		

.text-center-link:link    { color: #000000; }
.text-center-link:visited { color: #000000; }
.text-center-link:hover   { color: #000000; }

 .text-link{
  color:#000000;       		
  font-family: Verdana, Geneva, sans-serif;  
  font-style:normal;     		
  font-variant:normal;   		
  font-weight:normal;    		
  font-size:10pt;         	
  text-decoration:underline;  		
  text-align:justify; 
  border:none;
  }     		

.text-link:link    { color: #000000; }
.text-link:visited { color: #000000; }
.text-link:hover   { color: #000000; }

/* TEXT-BACK-LINK is used for links back to the previous page */
.textbacklink{
  color:#000000;       		
  font-family: Verdana, Geneva, sans-serif;  
  font-style:normal;     		
  font-variant:normal;   		
  font-weight:normal;    		
  font-size:10pt;         	
  text-decoration:none;  		
  text-align:right; 
  }     		

.textbacklink:link    { color: #000000; }
.textbacklink:visited { color: #000000; }
.textbacklink:hover   { color: #000000; }

/* NAVBARLINK are used at the top of each page */
 .navbarlink{
  color:#000000;
  font-family: Verdana, Geneva, sans-serif;
  font-style:normal;
  word-spacing:normal;
  font-weight:normal;
  font-size: 10pt;
  text-decoration:none;
  line-height: normal;
  }

.navbarlink:link    { color: #000000; }
.navbarlink:visited { color: #000000; }
.navbarlink:hover   { color: #0000CC; }

/* PAGENAVBARLINK are used at the top of each particular sub-page */
 .pagenavbarlink{
  color:#000000;
  font-family: Verdana, Geneva, sans-serif;
  font-style:normal;
  word-spacing:normal;
  font-weight:normal;
  font-size: 10pt;
  text-decoration:underline;
  line-height: normal;
  }

.pagenavbarlink:link    { color: #000000; }
.pagenavbarlink:visited { color: #000000; }
.pagenavbarlink:hover   { color: #000000; }

 .publink{
  color:#000000;
  font-family: Verdana, Geneva, sans-serif;
  font-style:normal;
  word-spacing:normal;
  font-weight:bold;
  font-size: 10pt;
  text-decoration:none;
  line-height: normal;
  }

.publink:link    { color: #000000; }
.pubink:visited { color: #000000; }
.publink:hover   { color: #C00000; }

/* CONTACTBOX is used in the input form fields in the contact form */
.contactbox {
  background-color:#C8C891;
  border-collapse: collapse;
  text-align:left;
  text-color:#FFFFFF;
  vertical-align:middle;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
  margin-left:0px;
  padding-top:0px;
  padding-right:0px;
  padding-bottom:0px;
  padding-left:0px;
  border-top-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  border-color:#9C9A9C;
  border-style:solid; }
  
  .contactbox-textarea {
	background-color:#F5F5F5;
	border-collapse: collapse;
	text-align:left;
	font-color:#000000;
	vertical-align:middle;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-color:#CCC;
	border-style:solid;
}
  
  .contactbox-namearea {
	background-color:#F5F5F5;
	border-collapse: collapse;
	text-align:left;
	font-color:#000000;
	vertical-align:middle;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-color:#ccc;
	border-style:solid;
}
/* ---------------------------------------------- END STYLE TEXT --------------------------------------------- */


