@charset "utf-8";
/* CSS Document */


body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #ffffff;
}


ul, ol, dl {
	padding: 0;
	margin: 0;
	line-height: 1.5em;	
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 0px; 
	font-size: 14px;
}
a img {
	border: none;
}


a:link {
	color: #a52a2a;
	text-decoration: underline; 
}
a:visited {
	color: #a52a2a;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 700px;
	background: #FFFFFF;
	margin: 0 auto;	
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.header {
	background: #ffffff;
	border-color: #FFF;
	font-size: 105%;
}

.content {
	padding: 2px 0;
	width: 700px;
	float: left;
	font-family: "Times New Roman", Times, serif;
}

.content ul, .content ol {
	padding: 10px 15px 5px 40px;
	line-height: 1.5em;
}
	
ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px; 
	text-decoration: none;
	background: #f1f1f1;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #b0c4de;
	color: #FFF;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 0;
	padding-top: 0;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 3px;
	margin-top: 0;
}

h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 3px;
	margin-top: 0;
}

.pageURL {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.preface-font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.table-indices {
	line-height: 1.2em;
	color: #002b80;	
}
.printer-friendly {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
 .print-button {
	font-size: 14px;
	color: #000;
	background-color: #f1f1f1;
	padding-left: 18px;
	padding-right: 18px;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
.close-window {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.disclaimer {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	margin-top: 0;	 
}

hr { 
	height: 0; 
	border-width: 1px 0 0 0;
	border-style: solid; 
	border-color: #cccccc;
}
.hr3 {
	border-width: 1px 0 0 0;
	border-style: solid; 
	border-color: #000000;
}
.hr4 {
	border-width: 1px 0 0 0;
	border-style: solid; 
	border-color: #000000;
}
.imagebox {
	float: right;
	height: 110px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	text-align: center;
}
.imagebox2 {
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	text-align: center;
}

ul.no-bullets {
  list-style-type: none;
  padding-left: 15px;
}