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

table {
	border: 1px solid #666666;
	border-collapse: collapse;
	width: 555px;
	margin-left: auto;
}

caption {
	margin: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #00FFCC;
}

td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	text-align: left;
	vertical-align: middle;
}

th {
	text-align: center;
	color: #333333;
	font-size: 12px !important;
	background-color: #C8E8D6;
	height: 20px;
	vertical-align: middle;
	font-weight: bold;
}

tr {
	height: 25px;
}

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

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