/* 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, hr{
	padding: 0;
	margin: 3px 0 12px 0;
	color: #3f2001;
}
.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-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	margin-left: 20px;
	font-weight: normal;
}

h2 {
	font-size: 12px;
}

ul {
	margin-left: 40px;
}

li {margin-bottom: 3px;}

hr {
	border: none;
	border-top: solid 0.25pt #3f2001;
}

a, a:hover {
	font-weight: bold;
	color: #039;
}

a:hover {color: #3f2001;}

h3, .timesbolditalic {font-size: 125%; font-family: "Times New Roman", Times, serif; font-weight: bold; font-style: italic;}