body {
	font : 12px Arial;
	color : #6A6A6A;
}

a {
	color : #0000aa;
}

img.bordered {
	border : 1px dotted #6A6A6A;
}

p {
	padding : 0;
	margin : 7px 15px;
	line-height : 150%;
}

p.address {
	padding : 0;
	margin : 25px;
}

p.sm {
	font-style : italic;
	margin : 5px;
	padding : 0;
	line-height : 100%;
}

ul {
	padding-left : 15px;
	margin-left : 15px;
}

ul li {
	line-height : 150%;
}

h1 {
	display : none;
	font : 14px Arial;
}

h2 {
	display : inline;
	background : #fff;
	padding : 1px 10px 1px 15px;
	font : bold italic 15px Arial;
}

div.menuitem {
	font : bold italic 16px Arial;
	background : url(images/menuitem.gif) no-repeat;
	margin : 3px 0;
	padding : 10px 20px;
}

div.menuitem A {
	text-decoration : none;
	color : #6A6A6A;
}

div.menuitem A:hover {
	text-decoration : none;
	border-bottom : 1px dotted #6A6A6A;
}

div.active A {
	color : #CF322B;
}
