@charset "UTF-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #212121;
}
p{
	margin-bottom: 8px;
}
h1{
}
h2{
	color: #F37920;
	padding-bottom: 3px;
	margin-top: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F37920;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
}
h3{
}
h4{
	font-size: 13px;
	margin-bottom: 5px;
}
h5{
}
strong{
}
small{
	font-size: 10px;
}
ul, ol {
	margin-bottom: 17px;	
}
ul {
	list-style: inside url(../images/pageElements/bullet.gif);
}
li ul  {
	margin: 5px 15px;
}
ol {
	list-style-position: inside;
}
label {
	display: block;
}
input {
	margin-bottom: 10px;
}
#content li {
	list-style-position: outside;
	padding-left: 2px;
	margin-left: 15px;
}
a {
	text-decoration: none;
	/*border-bottom-width: 0px;
	border-bottom-style: none;*/
	padding: 0px;
}
#story a, #footer a {
	color: #F37920;
	text-decoration: none;
}
#story a:hover, #footer a:hover{
	color: #4D2000;
	border-bottom-color: #F37920;
}
#footer li {
	font-size: 9px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
table {
	border-right: 1px solid #CCCCCC;
	margin: 10px 0px 15px 0px;
}
tr th {
	border-bottom: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}	
th {
	text-align: left;
	padding: 4px;
}
td {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 4px;
}
table.blank {
	border: none;
}
table.blank td {
	border: none;
}
/* STYLES FOR MODX */
.orange {
	color: #FF6600;
}
.orangeUppercaseBold {
	color: #FF6600;
	text-transform: uppercase;
	font-weight: bold;
}
#KFIgenerators a {
	border: 0px;
}
#KFIgenerators a img {
	border: 0px;
	text-decoration: none;
}
#procurationFees #story p {
	margin-bottom: 0px;
	margin-top: 20px;
}
#procurationFees table {
	margin: 0px 0px 15px 0px;
}
#feedback .feedback a, #howWeWork .howWeWork a, #aboutGravity .gravity a, #lenderDocs .lenderDocs a, #lenderChanges .lenderChanges a, #fees .fees a, #KFIgenerators .KFIs a, #newsletter .newsletter a {
	background-color: #F37922;
}