BODY {
	background-color: White;
	margin: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

A, A:LINK {
	text-decoration : none;
	color : Blue;
	font-weight : bold;
}

A:VISITED { color : #483D8B; }

A:Hover {
	color: Maroon;
	text-decoration : underline;
}
P {
	text-indent : 18px;
	margin-top : 10px;
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	margin-right : 3px;
}
P.non_indent{
		text-indent : 0px;
}
P.non_space{
		margin-top : 0px;
}

UL.pawUP {
	list-style-image : url(photos/icons/paw_up.gif);
	list-style-position : inside;
}
UL.pawUP2 {
	list-style-image : url(photos/icons/paw_up.gif);
	list-style-position : outside;
}
UL.paw_right {
	list-style-image : url(photos/icons/paw_right.gif);
	list-style-position : inside;
}
UL.paw_black {
	list-style-image : url(photos/icons/paw_black.gif);
	list-style-position : outside;
}
LI {
	font-family : Arial, Helvetica, sans-serif;
}

