/* CSS Document */


/*********************
 * html--force vertical scroll bars in Firefox
 *********************/
html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }


/*-------------BASIC FORMATTING and RESETTING OF DEFAULTS--------------*/
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
.tb {font-weight: bold;}
.tbi {font-weight: bold; font-style: italic;}
.tbu {font-weight: bold; text-decoration: underline;}
.tbiu {font-weight: bold; font-style: italic; text-decoration: underline;}
.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;}

