h1 {
	margin: 0;
	padding:0;
	color: #00325a;
	font-size:19px;
}

h2 {
	margin: 0;
	padding:0;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
@media screen {

    .sIFR-active h1 {
      padding:0;
	  margin:0px;
	  margin-top:-7px;
    }

}

/*products*/
p.productList {
	color: #00325a;
	text-transform: uppercase;
	margin-top:-4px;
	font-size:12px;
	font-weight:bold;
	line-height: 20px;
}

p.productList a:link, p.productList a:visited {
	color: #00325a;
	text-decoration:none;
}

p.productList a:hover {
	color: #00325a;
	text-decoration:underline;
}

table.fees {
	border-width: 1px;
	border-color: #872333;
	border-spacing: 0px;
	border-style: solid;
	border-collapse:collapse;
	background: url('../images/general/bg-tables.gif');
}

table.fees th {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #872333;
	padding:6px;
	text-transform:uppercase;
	text-align:center;
}

table.fees td {
	color: #000000;
	padding:3px 6px;;
	margin:0;
	border-width:1px;
	border-style:solid;
	border-color: #98002e;
	vertical-align: top;
}

table.fees td.subth {
	color:#872333;
	font-weight:bold;
	background-color; #ffffff;
}

td.rowhead {
	font-weight: bold;
	color: #872333;
	white-space: nowrap;
}

td.centered {
	text-align: center;
}

table.locations {
	border:0;
	width:700px;
	background:0;
}

table.locations td {
	border:0;
}

a.blacklink:link, a.blacklink:visited {
	color: #000000;
	text-decoration: underline;	
}
