@charset "iso-8859-1";
/* author: John Rodger */
/* Creation date: 28/01/2003 */

body 	{
        background: silver url(images/paperbac.gif);
        /*background: silver url(images/purple_clematis_flower_md_wht.jpg);*/
        /*background: silver url(images/coffetabletop_md_wht.jpg);*/
	/*background: silver url(images/blumrbll.jpg);*/
	
	
	border-width:10px;
	border-style:double double double double;
	border-style:outset inset inset outset;  
	border-color:#005b1e #009f36 #009f36 #005b1e;
	/*border-color:#ff0000 #00ff00 #00ff00 #ff0000;*/
	margin:5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: green;
	}
	
a:link {
         color:Blue;
         font-weight:bold;
         text-decoration:underline
       }
a:visited {color:Navy;
           font-weight:bold;
           text-decoration:underline
           
          }
a:hover {color:#2D73B9;
         font-weight:bold;
         text-decoration:underline
        }	

p 	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	color: green;
	background: transparent;
	}
	
#panel 	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	color: blue;
	background: white;
	}
ul	{
    margin-left:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	color: #005b1e;
	}
ol	{
    margin-left:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	color: green;
	background: #FFFFe0;
	}	
	
div	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: x-small;
	color: Green;
	}

h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: red;
	text-align: center;
	
	border-width:10px;
	border-style:double double double double;
	border-style:outset inset inset outset;  
	border-color:#005b1e #009f36 #009f36 #005b1e;
	/*border-color:#ff0000 #00ff00 #00ff00 #ff0000;*/
	margin:10px;
	}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: Red;
	}


h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: green;
	}
	
	em	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Red;
	}
table   {
          margin:10px;
          padding:10px;

        }