@charset "UTF-8";
/* CSS Document */

body {
  color : #000;
  background : #FFF;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
}
a {
  text-decoration : underline;
  color : #000;
}




#container { 
	width: auto; padding: 0; margin: 0; height: auto;
}
#containerFinance {
	width: auto; padding: 0; margin: 0; height: auto;
}

#main { 
	width: auto; padding: 0; margin: 0; height: auto;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sidebar1, #nav, #hero, #redStripe, .greyStripe, .greySub, .help, img { display : none; }

#scrollable {
	width: auto; padding: 0; margin: 0; height: auto;
}
#afterAd {
	padding:10px;
}
.breadcrumb {
	font-size: 70%;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 0.2em;
	line-height: 150%;
	}
	.breadcrumb a:link, .breadcrumb a:visited {
		text-decoration: none;
		color:#000;
}

#printable {  }

/* general styles */
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	color: #000;
	text-transform: capitalize;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
}
h3 {
	border-bottom: solid #666 1px;
	font-size: 100%;
	font-style: italic;
	color: #000;
	font-weight: normal;
	margin-bottom: .5em;
}

.innerhead {
	font-style: italic;
	color: #000;
}
.fineprint {
	font-size: 70%;
	color: #000;
	line-height: 150%;
	border-top: solid #666 1px;
	padding-left: 2em;
	font-style: italic;
	}
	.finerprint {
		font-size: 120%;
}
.matrix {
	width: 95%;
	table-layout:auto;
	font-size: 75%;
	color: #000;
	text-align: center;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0;
	border-spacing:0;
	}
	.matrix td {
		padding: .5em;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		border-spacing:0;
	}
	.matrixDark {
		font-weight: bold;
		color: #FFFFFF;
		background-color: #333;
	}
	.matrixLight {
		background-color: #999;
	}.matrixRed {
		font-weight: bold;
		color: #FFFFFF;
		background-color: #666;
}
