/* ----------------------------------------------------- */
/* COMMON STYLES
/* ----------------------------------------------------- */

* {
	margin:0;
	padding:0;
}

*, body {
	margin:0;
	padding:0;
}

body {
	font: 11px/18px Georgia, Times, serif;
	background: #FFF url(../img/bg-header.jpg) no-repeat top center;
	color:#010101;
}

p {
	margin-bottom:18px;
}

p.introduction {
	margin-left:55px;
	margin-bottom:30px;
	font-size: 13px;
	color: #354104;
}

h1 {
	color: #344005;
	text-transform:uppercase;
	font-size:30px;
	line-height:30px;
	margin-bottom:40px;
}

h1 span {
	display:block;
	color:#C3C3C1;
	text-transform:uppercase;
}

h2 {
	font-size:14px;
	color:#354104;
}

tr.even td { background-color:#F4F4F4; }