/* CSS Document */
body {background-image: url('images/bg.jpg');
	background-repeat: repeat-y;}
	
.directions { font-family: "Arial", "Sans-Serif"; 
		   color: #332E2C;
		   font-size: 11px;
		   line-height: 14px;
		   font-weight: normal;
		   padding-top: 5px;
		   padding-left: 68px;
		   padding-right: 0px;
		   padding-bottom: 0px;
		   text-align: left;
		   }

.directions a:link {color: #332E2C; text-decoration: none; }
.directions a:active {color: #332E2C; text-decoration: none; }
.directions a:visited {color: #332E2C; text-decoration: none; }
.directions a:hover {color: #DEDBD0; text-decoration: none; }

#Table_01 {margin-left: 15px;}
