/* CSS Document */

/**************************************************************
   new links - html
 **************************************************************/

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #888;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}

h1.jackrabbit {
        font-family: san serif;
        font-size: 16px ;
        font-weight: bold;
        margin: 0px 0px 0px 40px;
        padding: 70px 0 0 0;
        }
        
p.jackrabbit {
        margin: 8px 100px 0px 40px;
        padding: 0;
        line-height: 18px;
        }

br.jackrabbit {
        margin: 5px 0 0 0;
        padding: 0;
        }

.jacktable {
	float: left;
	text-align: left;
	width: 600px;
	height: 100px;
	margin: 30px 0px 0px 20px;
	padding: 0px 10px 0px 20px;
	text-decoration: none;
	} 
	
table {
	color: #ccc;
	border-spacing: 0px;
	border-collapse: collapse;
	}
	
th {

	}
	
TR {

	}
	
td {
	font: 11px "trebuchet ms";
	color: #333;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	border-top: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.5em;
	}