/* CSS Document */
html {  /* this forces vertical scroll bar on firefox*/
  height: 100%;
  margin-bottom: 1px;
	}

/*-------------BASIC FORMATTING and RESETTING OF DEFAULTS--------------*/
p, h1, h2, h3, h4, h5, h6, ul, li, ol, table, tr, td {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}
.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;}

img {border: none;}

p, h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 10px 0;
}

h1 {font-size: 16px; text-transform: lowercase;}

h2 {font-size: 14px;
	color: #0e00ae;}

h3 {font-size: 12px;}

p {margin-left: 10px;}

h2 {margin-top: 20px;}

div>h1:first-child {margin-top: 0;}

tr {height: 35px;}

.quote {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
}