/* 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: 3px 0 8px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	list-style-position: outside;
	list-style-type: square;
}
.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; line-height: 24px; color: #fc0; margin-bottom: 4px;}
h2 {font-size: 16px; line-height: 20px; color: #fff; margin-bottom: 4px;}
h3 {font-size: 14px; line-height: 18px; color: #fc0; margin-bottom: 4px;}
h4 {font-size: 14px; line-height: 24px; color: #fff; margin-bottom: 4px;}
h5 {font-size: 11px; color: #fc0; margin-bottom: 4px;}
h6 {font-size: 11px; color: #fff; margin-bottom: 4px;}

a {color: #fc0;}
a:hover {color: #069;}

div.footer p {font-size: 10px; line-height: 13px; color: #000;}

div.footer a {color: #000; text-decoration: none;}
div.footer a:hover {color: #069; text-decoration: underline;}

div.main ul {margin-left: 12px;}
