/* CSS Document */

/* main stylesheet */
@import url(standard.css);

/* styles needed to be usable via cms */
@import url(cms.css);


/* basic styles */

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* for google maps */
v\:* {behavior:url(#default#VML);}

/* hides things that should only appear in zoom layout */
.zoomonly {display: none;}

.julianComment {
	font-size: large;
	font-weight: bold;
	color: #CC0000;
}