/*=========*/
/* GENERAL */
/*=========*/
body {
    font: 12px Arial, Helvetica, Sans-Serif;
    color: #000000;
    background: #FFFFFF;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	text-align: justify;
	color: #333333;
}
h1 {
	font-size: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}
h2 {
	font-size: 18px;
	margin-top: 9px;
	margin-bottom: 9px;
	color: #111111;
}
h3 {
	font-size: 17px;
	margin-top: 8px;
	margin-bottom: 8px;
    color: #222222;
}
h4 {
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #333333;
}
h5 {
	font-size: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #444444;
}
h6 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #555555;
}
strong {
	color: #EC7D0E;
}
a {
	color: #EC7D0E;
}
ul {
    list-style-type: square;
}

/*========*/
/* LAYOUT */
/*========*/
#header {
	display: none;
}
#navbar {
    display: none;
}
#sidebar {
    display: none;
}
#extra {
    display: none;
}
#footer {
    display: none;
}

