/* Undo some of the default styling */

:link,:visited { 
	text-decoration: none; 
}

ul,ol,li,h1,h2,h3,h4,h5,h6,body,html,p,blockquote,div,table,tr,td,th,form,input,textarea { 
	font-family: Arial, Helvetica, sans-serif;
}

img, a img,:link img,:visited img { 
	border: none;
}

body {
	background-color: #fff;
}

a, a:link, a:visited, a:active  { 
	color: #000; 
	text-decoration: none; 
}

div.photos, div.navigation, tr.invisible {
	display: none;
}

a.footer, a:link.footer, a:visited.footer, a:active.footer {
	line-height: 30px;
}

table, tr, th, td {
	margin: 0px; 
	padding: 0px;
	font-weight: normal;
	border-collapse: collapse;
	text-align: left;
}

td, th {
	vertical-align: top;
	padding: 0px 15px 0px 0px;
}