/* 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, sans-serif, Arial;
	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;}

p, ul, ol, li {font-size: 12px; line-height: 16px;}
h1 {font-size: 18px;}
h2 {font-size: 15px; color:#00aced; text-transform: uppercase;}
h3 {font-size: 13px; text-transform: uppercase; margin-bottom: 0;}
h4 {font-size: 13px;}
h5 {font-size: 12px; color: #00aced;}

li {margin: 0 15px; padding: 0;}

hr { border: 0; border-top: solid .05em #00aced; margin-right: -25px;}

img {border-color: #00aced;}
.whitebrdr {border: solid 1pt #fff;}
.nobrdr {border: none;}

a {color: #00aced;}
a:hover {color: #59ad41;}