body {
	font-family: 'Trebuchet MS',Verdana,Tahoma,Helvetica,Arial,sans-serif;
	font-size: 11pt;
	background-color:#ccc;
	margin:0;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Georgia, Times New Roman, Times, serif;
	color:#930;
}

hr {
	height: 1px;
	border: 0;
	color: #000;
	background-color: #333333;
	width: 100%;
} 

a {
	text-decoration: none;
	color:#333;
	font-size: 10pt;
}

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

/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/

table {
	widht: 90%;
}
/*col.uno { text-align:right;}
col.tres { text-align:center;}*/

table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

tbody th {
	font-weight: bold;
}

tr { background-color: #FCFDFE; }

tr.odd { background-color: #F7F9FC; }

tr.80 { background-color: #ac9a88; text-align:center; }

tr.75 { background-color: #fbe5c9; text-align:center; }

tr.70 { background-color: #e5e9e7; text-align:center; }

tr.60 { background-color: #c9d8fb; text-align:center; }

tr.50 { background-color: #e9d982; text-align:center; }

tr.40 { background-color: #e1adad; text-align:center; }

tr.25 { background-color: #c6dde0; text-align:center; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}

.roundcont blockquote p {
	font-style: italic;
	text-align: right;
}

blockquote p:has(span) {
	font-variant: small-caps; 
}
