body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444444;
	background-image: url(../img/bg_site.jpg);
}
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #DA251C;
}

h2 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 0.8em;
	line-height: 120%;
	margin-top: 0.1em;
}

a {
	color: #444444;
}

a:hover {
	text-decoration: none;
	color: #FB780B;
}
a:active {
	text-decoration: none;
	color: #444444;
}
a:visited {
	text-decoration: none;
	color: #444444;
}
a:link {
	text-decoration: none;
	color: #444444;
}




a img {
	border: none;
}
.style2 {color: #FFFFFF; font-size: 12px;}
.style4 {color: #D9261F}

