/*
Tema: Soft Table - A Simple table style with the use of the soft brown color
Author: Newton de Góes Horta
Site: --
Country Origin: Brazil
*/

table {
 font-size:1em;
 font-family: Arial, Helvetica, verdana sans-serif;
 background-color:#fff;
 border-collapse: collapse;
 width: 100%;
}
caption {
 font-size: 14px;
 color: #1ba6b2;
 font-weight: bold;
 text-align: left;
 background: url(header_bg.jpg) no-repeat top left;
 padding: 10px;
 margin-bottom: 2px;
}
thead th {
 border-right: 2px solid #fff;
 color:green;
 padding:2px;
 height:25px;
 background-color: #DBE7C0;
 font-weight: bold;
}
tfoot {
 color:#1ba6b2;
 padding:2px;
 text-transform:uppercase;
 font-size:1.2em; 
 font-weigth: bold;
 margin-top:6px;
 border-top: 6px solid #e9f7f6;
}
tbody tr {
 background-color:#fff;
 border-bottom: 1px solid #f0f0f0;
}
tbody td {
 color:#414141;
 padding:5px;
 text-align:left;
}
tbody th {
 text-align:left;
 padding:2px;
}
tbody td a, tbody th a {
 color:green;
 text-decoration:none;
 font-weight:bold; 
 display:block;
 background: transparent url(links_yellow.gif) no-repeat 0% 50%;
 padding-left:15px;
}
tbody td a:hover, tbody th a:hover {
 color:red;
 text-decoration:none;
}
/*=============================my CSS===========*/
h2 {
	background-color: #339933;
	color: white;
	font-family: Albertus, sans-serif;
	font-size: large;
	text-indent: 10pt;
	text-align: left;
}

h3 {
	color: green;
	font-family: Arial;
	font-size: medium;
	text-decoration: underline;
}

h4 {
	color: maroon;
	font-family: "Book Antiqua";
	font-size: small;
	font-weight: 600;
}

ol, ul { 
font-size:1em;
font-family: Arial, Helvetica, verdana sans-serif;
}
