/*body*/
body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: medium;
	color: black;
}

img {
	display:none;
}

a {
	color:red;
	text-decoration:underline;
}

abbr {
	border-bottom:none;
}

.webinfo {	/*Hide bits that are only for the web*/
	display:none;
}


/*header*/
#header {
	margin: 0em 0em 2em 0em;
}

#header p {
	display:none;
}

/*sidebar*/
#sidebar {
	display:none;
}

/*news*/
#news {
	display:none;
}

/*ending*/
#ending {
	display:none;
}

/*validation*/
#validation {
	display:none;
}

/*footer*/
#footer {
	display:none;
}

/*entries*/
.entrysection h2 {
	display:none;
}

.entry {
}

.entry .unnecessary { /*Hide unnecessary address elements*/
	display:none;
}

.entryheading {
}

.entryheading ul {
	padding:0px;
	list-style:none;
}

.entryheading h3 {
}

.maplink {
	cursor:pointer;
	text-decoration:underline;
}

.longdesc {
	display:none;
}

.shortdesc {
	font-size: .8em;
}

