/* CSS Document */

/*-------------BASIC FORMATTING and RESETTING OF DEFAULTS--------------*/
p, ul, ol, li {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 3px 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: trebuchet ms, Arial, verdana, sans-serif;
	padding: 0;
	margin: 3px 0 10px 0;
}

table, tr {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;}


h1 {
	font-size: 20px;
	color: #18a7c3; /*--blue--*/
	margin-bottom: 17px;
}

h2 {
	font-size: 17px;
	color: #18a7c3; /*--blue--*/
}

h3 {
	font-size: 17px;
	color: #abda4d; /*--green--*/
}

h4 {
	font-size: 15px;
	color: #18a7c3; /*--blue--*/
}

h5 {
	font-size: 15px;
	color: #abda4d; /*--green--*/
}

h6, h6 a {
	font-size: 10px;
	color: #18a7c3; /*--blue--*/
}

h6 a:hover {color: #abda4d;}

