/* CSS Document */

/*-------------BASIC FORMATTING and RESETTING OF DEFAULTS--------------*/
p, h1, h2, h3, h4, h5, h6, table, tr, td, ul, ol {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

.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;}
.tc {text-align: center;}

p, h1, h2, h3, h4, h5, h6 {
	margin: 3px 0 8px 0;
}

h1 {color: #112e51; font-size: 17px;}
h2 {color: #112e51; font-size: 15px;}
h3 {color: #112e51; font-size: 13px; text-transform: uppercase;}
h4 {color: #000; font-size: 13px; }
h5 {color: #112e51; font-size: 10px;}
h6 {color: #112e51; font-size: 9px; text-transform: uppercase;}


a {color: #112e51;}
a:hover {color: #330000;}

div.footer a {color: #d9ba90;}
div.footer a:hover {color:#CC9999;}

ul, ol {margin-left: 25px;}