p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #494949;
}
body {
	background-color: #F9F9F9;
}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #000;
	line-height: 40px;
	background-image: url(../images/title-arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	font-style: italic;
	font-weight: normal;
	text-transform: capitalize;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #C95000;
	text-align: left;
	text-indent: 10px;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	color: #c95000;
	font-size: 10pt;
}
ul {
	padding-left: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
.d-ornage {
	color: #C95000;
}


a:link {
	color: #ca5100;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #ca5100;
	text-decoration: underline;
}
a:active {
}
