/*body*/

body
{
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
}


/* headers */

h1, h2, h3, h4 { font-weight: bold; }
h1 { font-size: 19px;}
h2 { font-size: 16px }
h3 { font-size: 14px }
hr { border: none;  border-top: 1px solid #ccb; margin: 2em 0 }
img { border-style: none }
tt { white-space: pre }

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

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

td, th {
	padding: 4px;
}

thead th {
	text-align: left;
	background: #E6EDF5;
	color: #4F76A3;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

a:link {
	color: #718ABE;
}

a:visited {
	color: #4D69A6;
}

a:hover {
	color: #40CCA0;
}

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