.standard,body,td,p  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	color : black;
	position : justify;
}

.standard  {
	font-weight : normal;
}

h1  {
	font-size : 11pt;
	color : #8B4513;
	font-style : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing : -1px;
}

a  {
	font-size : 10pt;
	font-weight : bold;
	color : black;
}

a:visited  {
	color : gray;
}

a:active  {
	color : red;
}

a:hover  {
	text-decoration : underline;
	color : red;
}

.design  {
	font-size : 6.5pt;
}

.back  {
	background-attachment : scroll;
	background-image : url(img/retriever.jpg);
	background-repeat : no-repeat;
	background-position : center;
}

.footer  {
	font-size : 12px;
	text-decoration : none;
}

.footer:hover  {
	text-decoration : none;
}

.navtext  {
        font-size : 10px;
	color : black;
	text-align : center;
    text-decoration : none;
}

.navtext:visited  {
	color : #333333;
}

.navtext:active  {
	color : #000000;
}

.navtext:hover  {
	color : #000000;
        text-decoration : none;
}

.nav { margin-bottom: 3px}

/* from ppk */

     /* The styles for each menu*/
     div.navilayer  {
     	position : absolute; 
     	top : 0px;			/* distance from the top */
     	visibility : hidden;
     	width : 100px;			/* default with */
     }
     
     /* The extra DIV around the links. I'd rather have done
     
     	a {display: block}
     
     	throughout but that doesn't work in Explorer 4.*/
     div.navilayer div  {
     	width : 100px;
     	border-top-width : 1px;			/* thickness of the top line*/
     	border-top-style : solid;
     	border-top-color : #4f3100;		/* Color of the top line*/
     	padding-top : 2px;				/* separation of text from top of cell*/
     	padding-bottom : 2px;			/* separation of text from bottom of cell*/
     	font :11px times new roman;
  		font-weight: bold; */
     	background : #caaa71;			/* Color of the cell background*/
     	/*layer-background-color : #999999; */
     }
     
     /* This style does not work in Netscape 4 so you see the borders of the empty
     	DIV's*/
     div.navilayer div.fill  {
     	border-top-width : 1px;
     	border-top-style : solid;
     	border-top-color : #ffffff;
     }
     
     /* Explorer 5.5 gives my general link colours precedence over
     	the colour defined here. I think it's a bug*/
     div.navilayer div a  {
     	display : block;
     	width : 100px;
     	color : #4f3100;
     	text-decoration : none;
     	padding-left : 0px;
     	letter-spacing : 0px;
     	font : 11px Arial, Helvetica, sans-serif;
		font-weight: bold;
     }
     
     /* The styles for the pseudo-mouseover. The class change does not work in Netscape 4,
     	while Opera 5 changes the class but doesn't do anything about it,
     	so these styles will never be visible in those browsers*/
     div.navilayer div.over  {
   		background: #f8e4b8;		/* The color of the back of the cell when "mouseovered" */
     	font : 11x Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
     }
     
     div.navilayer div.over a  {
     	color : #4f3100;			/* The color of the text when "mousovered" */
     	font : 11px Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
     }

     div.navilayer a:visited  {
     	color : #4f3100;			/* The color of the text when "mousovered" */
     	font : 11px Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	 
	 div.navilayer a:hover  {
     	color : #4f3100;			/* The color of the text when "mousovered" */
     	font : 11px Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
     }
