/* TB Main */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
} 

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #B88600;
}

h1 {
	font-size: 15px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	color: #7D7D7D;
}

h5 {
	font-size: 11px;
	color: #969696;
}

h6 {
	font-size: 11px;
	color: #B4B4B4;
}

th {
	font-weight: bolder;
	color: #007771;
}

td,th,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal; 
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #B88600;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

li {
	text-align: left;
}
W
