body {
	background-image: url('images/site_top_down.gif');
	background-position: top,left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body.bar {
	margin: 0px;
}
	
p, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #282828;
	font-size: 12px;
	margin: 0px;
}
	
p.title {
	font-weight: bold;
	font-size: 18px;
}

p.small {
	font-size: 10px;
}
	
A {
	color: #282828;
	text-decoration: underline;
}

A:hover {
	color: #282828;
	text-decoration: none;
}

img.thumb { 
    border: 2 solid #B9B9B9;
	margin: 3px;
}

