/* CSS style sheet for WalterFedy, by Marc Trudel, http://www.esolutionsgroup.ca */
/* All web site content copyright 2006, WalterFedy and its authorized agents */
/* Started: May 10th, 2006 */
/* Site Wide Styles: START */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.4em;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px 0px 0px;
	color:#333;
}

p {
	padding: 0px 0px 14px;
	margin: 0px;
}

hr {
	padding: 0px !important;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	float: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; font-weight: bold;
}

a:link {
	color: #663366;
	text-decoration: none;
}

a:visited {
	color: #663366;
	text-decoration: none;
}

a:hover {
	color: #663366;
	text-decoration: underline;
}

a:active {
	color: #663366;
	text-decoration: none;
}

#contentwrap ul {
	list-style-type: none;
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 40px;
}

#contentwrap ul li {
	background: url(/images/right_arrow.gif) no-repeat left 7px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}