/* drystone.css 12/03/2009 */

body 		{
		background-color: #000000;
		background-image:url(../images/drystone_bg.jpg);
		background-attachment: fixed; 
		background-repeat:repeat;
		margin: 0px 5px 5px 5px;
		color: #000000;
		scrollbar-arrow-color: #000000;   	/* NS will ignore scrollbar attributes */
          	scrollbar-face-color: white;
        	scrollbar-highlight-color: white;
		scrollbar-3dlight-color: #000000;
		}

span.tall	{
		font-family: Arial, Lucida Console, Helvetica, Tahoma;
		font-size: 48px
		}	

span.medium	{
		font-family: Arial, Lucida Console, Helvetica, Tahoma;
		font-size: 24px
		}

span.short	{
		font-family: Arial, Lucida Console, Helvetica, Tahoma;;
		font-size: 24px
		}
table.main	{
	 	width: 780px;
		margin-top: 10px; 
		background-color: #ffffff;
		font-family: Arial, Lucida Console, Helvetica, Tahoma;;
		font-size: 12px;
		border: solid black 1px 
		}
table.content	{
	 	width: 740px;
		background-color: #ffffff;
		font-family: Arial, Lucida Console, Helvetica, Tahoma;;
		font-size: 12px;
		border: none
		}
table		{
	 	background-color: #ffffff;
		font-family: Arial, Lucida Console, Helvetica, Tahoma;;
		font-size: 12px;
		border: none
		}
td		{  
		border-style: none none none none;	
		color: inherit
		}
p		{
		margin-top: 0px;
		margin-bottom: 10px;
		text-indent: 25px
		}
			  
a 		{
		text-decoration: none;
		color: #505000
        	}
a:visited 	{
		color: gray
	       	}
a:hover	{
		color: #505000; 
		text-decoration: underline
	    	}

/* footer links */
a.foot  	{
		text-decoration: none;
        	color: brown;
        	}
a.foot:visited 	{
		color: gray
	       	}
a.foot:hover	{
		color: brown; 
		text-decoration: underline
	    	}