* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	background-color: #fff;
	float: left;
	background-repeat: no-repeat;
	padding: 0 20px 40px 20px;
	text-align: justify;
 	line-height: 166%;

}

p {
	font-size: 1.0em;
 	line-height: 2.0em;
	margin-bottom: 0.8em;
}
q {
	font-style: italic;  
}

#left q:before, #left q:after { content: ""; }

h1, h2 {
	font-family: Georgia, Verdana, sans-serif;
	font-weight: normal;
	color : #6c6946;
	margin: 1.3em 0 1.0em 0px;
	font-size : 2.0em;
	background: #fff url("../images/header.png") no-repeat bottom left;
	padding-bottom: 2px;
}

img {
	margin: 10px;
	padding: 4px;
	border: 1px solid #afab87;
	background: #fff url(../images/loading.gif) no-repeat center center;
}

img.toRight {
	margin: 0 0 10px 10px;
	float: right;  
}

img.toLeft {
	margin: 0 10px 10px 0;
	float: left; 
}

ul, ol {
	padding-left: 2.0em;
}

ul li {
	background: url(../images/raquo.png) no-repeat left 0.7em;
	line-height: 2.0em;
	list-style-type: none;
	padding-left: 1.1em;
}

ol li {
	margin-left: 1.1em;
}

a {
	font-weight: bold;
	color : #8f2d0e;
}

a:visited {
   color : #8f2d0e;
}


blockquote {
  margin-top: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 4px solid #afab87;
  clear: both;
}

blockquote p {
	font-style: italic;  
}

table {
	margin: 10px 0;
	line-height: 166%;
	border: 1px solid #d8cfb2;
	border-collapse: collapse;
}

td , th{
	padding: 5px;
	border: 1px solid #d8cfb2;
}