/* CSS Document */

/*-------------BASIC FORMATTING and RESETTING OF DEFAULTS--------------*/
p, h1, h2, h3, h4, h5, h6, ul {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 3px 0 10px 0;
}

table, tr, td {margin: 0; padding: 0;}
img {
	margin: 0;
	padding: 0;
}


.tb {font-weight: bold;}
.tbi {font-weight: bold; font-style: italic;}
.tbcap {font-weight: bold; text-transform: uppercase;}
.ti {font-style:italic;}
.tu {text-decoration:underline;}
.tui {text-decoration:underline; font-style:inherit;}
.tcap {text-transform: uppercase;}

a, a:hover {
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
	margin: 0;
	padding: 0 3px;
}

h1 {
	font-size: 17px;
	color: #64763e; /*--green--*/
	margin-bottom: 17px;
}

h2 {
	font-size: 14px;
	color: #64763e; /*--green--*/
}

h3 {
	font-size: 14px;
	color: #000000;
}

h4 {
	font-size: 12px;
	color: #64763e; /*--green--*/
}

h5 {
	font-size: 12px;
	color: #000000;
}

h6, h6 a {
	font-size: 11px;
	color: #64763e; /*--green--*/
}

h6 a:hover {color: #a3a4a5;}

.txtindent100 {margin-left: 100px;}

tr {
	vertical-align: baseline;
}

.breadcrumb {color: #a3a4a5; text-transform: uppercase;}
.breadcrumbB {color: #64763e; font-weight: bold; text-transform: uppercase; font-size: 14px;}