/* GENERAL RULES */
body {
	margin:0;
	color: #143703;
	background: #CDAE5C;
	font-family: Arial, sans-serif;
	text-align:center;
}

p {
	font-size:95%;
	margin:0 20px 1em 20px;
	line-height:1.3em;
	text-align:left;
}

a {
	color:#143703;
}
a:hover {
	color:#9E7300;
}

ul {
	font-size:95%;
	margin:-0.7em 20px 1em 40px;
	line-height:1.3em;
}
h2 {
	font-size:100%;
	margin:0 20px 0 20px;
	}


/* tables */
td {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table {
	margin: 0;
	border:0;
}

table.main {
	width:760px;
	background-color:#fff;
	}

.floatLeft {
	float:left;
	background:#F2E1B1;
	margin:5px 10px 5px -20px;
	}

.floatRight {
	float:right;
	background:#F2E1B1;
	margin:5px -20px 5px 5px;
	}
	
.floatLeftBullet {
	float:left;
	background:#F2E1B1;
	margin:5px 22px 5px -20px;
	}
	
table.floatRight {
	border-top:1px solid #CDAE5C;
	border-left:1px solid #CDAE5C;
	border-bottom:1px solid #CDAE5C;
	margin:5px -20px 5px 5px;
	}

p.caption {
	margin:5px 25px 5px 5px;
	font-size:75%;
	color:#000;
	}
	
table.footer {
	background: #CDAE5C;
	width:760px;
	}

table.footer tr td p {
	margin:0;
	font-size:75%;
	color:#143703;
	margin:6px 0 20px 0;
	line-height:2em;
	}
table.footer tr td p a {
	color:#143703;
	}
table.footer tr td p a:hover {
	color:#143703;
	}

/* IMAGES */
img {
	border: 0;
	margin:0;
}
img.leadin {
	margin:0 4px -8px 0;
	}