/* 	EMF STYLE SHEET							*/
/* 	DARREN CLOUTIER							*/
/*	05/13/2002								*/
/*	For EMF Content Pages.					*/


BODY 
	{	
		background-image: url(../images/line.gif);
      	background-repeat: repeat-y;
		background-attachment: fixed; 
      	font-family : Arial, Helvetica, sans-serif;
      	color : #000000;
		scrollbar-face-color: #DFD4B1;
		scrollbar-arrow-color: #000000;
		scrollbar-highlight-color: #000000;
		scrollbar-3dlight-color: #000000;
		scrollbar-darkshadow-color: #000000; 
		scrollbar-track-color: #996633;
		scrollbar-shadow-color: #000000; 		
     }

A:link { 
  color: blue; 
  text-decoration : none;}
A:visited {
  color: blue; 
  text-decoration : none;}
A:hover { 
  color: red; 
  text-decoration : underline;}


.header
	{
		border: #000000 solid 1px;
		background: #DFD4B1;
	}
	
.border
	{
		border: #000000 solid 1px;
	}
