body{
	font-family	: Arial, Helvetica, sans-serif;
	color:#40413e;
}

h1{
	font-size	: 18px;
	margin-top:0px;
	font-weight	: bold;
	color		: #f88a00;
}

h2{
	font-size		: 14px;
	margin-top		: 0px;
	margin-bottom	: 0px;
	font-weight		: bold;
	color			: #8c9722;
}

p{
	font-size	: 14px;
	margin		: 15px 0px;
	line-height:1.3em;
}

a:link,
a:visited{
	color			: #8c9722;
	text-decoration : none;
}

a:hover{
	color		: #f88a00;
}

/* Color class */

.orange_bold{
	font-weight	: bold;
	color		: #f88a00;
}

.orange{
	color		: #f88a00;
}

.green_bold{
	font-weight	: bold;
	color		: #8c9722;
}

.green{
	color		: #8c9722;
	font-size	: 13px;
}
