       /************ General styles ***********/
       
	body{font-family:Arial;font-size:9pt;background: url(images/background02.gif);}
	.white{background-color: #ffffff;background-image: none;}
    .innerTable{margin:auto;width:780px}
    .center{text-align:center}
    .highlight{
    	font-size:150%;
		color:#ff3333;
		font-style: oblique;
		font-variant: small-caps;
    }
       /************ Contact ***********/
	
	.contactFormTable{
    	width:85%;
    	margin:auto;
        border-collapse:collapse;
	}
   .contactFormTable td{
		text-align:center;
   }
	
   .contactFormTable input,.contactFormTable textarea{
		width:100%;
	    font-size: 12pt;
	    font-family:Verdana;
   }
       /************ Scroll ***********/ 
   		#indexphotoScroll{width:500px;text-align:center}
		#picArea img {display:none;	position:absolute;top:0; left:0;}
		#picArea {height:180px;border:1px;background-color:#ffffff;position:relative;vertical-align:top;}



       /************ Specific styles ***********/ 
       
	a.title:link {color: #605D5C}   /*  unvisited link */
 	a.title:visited {color: #605D5C} /*  visited link */
	a.title:hover {color: #605D5C}  /*  mouse over link */
	a.title:active {color: #605D5C}  /*  selected link */ 

	#mainTable{
    	margin:auto;
		border-style: none;
		width:820px;
		}       
	#TopLeft{
		background: url("images/pageImageTopLeft.gif");
		width:17px;
		height:28px;
		}       
	#TopCentre{
		background: url("images/pageImageTopCentre.gif");
		height:28px;
		}       
	#TopRight{
		background: url("images/pageImageTopRight.gif");
		width:17px;
		height:28px;
		} 
	#CentreLeft{
		background: url("images/pageImageCentreLeft.gif");
		width:17px;
		}              
	#CentreRight{
		background: url("images/pageImageCentreRight.gif");
		width:17px;
		}     
	#BottomLeft{
		background: url("images/pageImageBottomLeft.gif");
		width:17px;
		height:17px;
		}     
	#BottomCentre{
		background: url("images/pageImageBottomCentre.gif");
		height:17px;
      	}     
	#BottomRight{
		background: url("images/pageImageBottomRight.gif");
		width:17px;
		height:17px;
		}     
	#footerTable{
		width:100%;
		}   
	#footerLeft{
		width:200px;
		text-align:left; 
		font: bold 8pt "Arial";  
		color: #605D5C;
		}
	#footerCenter{
		text-align:center; 
		font: bold 8pt "Arial";  
		color: #605D5C;
		}   
	#footerRight{
		width:200px;
		text-align:right; 
		font: bold 8pt "Arial";  
		color: #605D5C;
		}   

