@charset "UTF-8";
/* CSS Document */

a:link {
    text-decoration: underline;
	color:#000000;
}

a:visited {
	text-decoration: underline;
	color:#000000;
}

a:hover {
    text-decoration: underline;
	color:#000000;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#000000;
	background-color: #b2b2a2;
}

#content {
	border-radius:25px;
	margin-top: 50px;
	margin-bottom:50px;
	padding:50px;
	width:60%;
	min-width:750px;
	background-color: #e5dace;
	margin-left: auto;
  	margin-right: auto;
	border:2px;
	border-style:solid;
	border-color:#6d7973;
}

#info {
	text-align: justify;
    text-justify: inter-word;
	line-height: 130%;
}

#footer {
	text-align:right;
	line-height: 150%;
	font-size:11px;
}

#spacer {
	height:40px;
}

p {
	text-indent:10px;
}

.imgcenter {
     display:block;
     margin:auto;
}

h1 {
	text-align:center;
}

table {
	border:0px;
	padding:0px;
	width:100%;
}

th {
	text-align:left;
	cursor:pointer;
}

tr:nth-child(odd) {background:none}
tr:nth-child(even) {background:#EEEBE9}