html {
	height: 100%;
}

body, h1, h2, h3, h4, h5, h6, h7, p, ol, ul, form, blockquote { 
	margin: 0px;	/*this clears all browser pre-assigned settings*/
	padding: 0px;
}

p {
	font-family: 'Trebuchet MS', Marlett, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	word-spacing: 0.25px;	
	/*letter-spacing: 0.5px;*/
	text-align: left;
	vertical-align: text-top;
	color: #000000;
	margin: 10px;
	padding: 0px;
}

p a:link {
	color: #003399;
	text-decoration: none;
}	

p a:visited {
	color: #003399;
	text-decoration: none;
}

p a:hover {
	color: #003399;
	text-decoration: underline;
}	

p a:active {
	color: #003399;
	text-decoration: none;
}	

h1 {
	font-family: 'Trebuchet MS', Marlett, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 20px 10px 26px 10px;
	color: #000000;
}

h2 {     		/* h2 is for services headers */
	font-family: 'Trebuchet MS', Marlett, Arial, sans-serif;
	font-size: 6px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	text-align: left;
}

h3 {			/* h3 is for  internal sub heads*/
	font-family: 'Trebuchet MS', Marlett, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	word-spacing: 0.25px;
	letter-spacing: 0.5px;
	text-align: left;
	vertical-align: text-top;
	color: #000000;
	margin: 10px 10px -6px 10px;
	padding: 0px;
}

h3 a:link, h3 a:visited {
	color: #000000;
	text-decoration: underline;
}

h3 a:hover {
	color: #000066;
	text-decoration: none;
}
h3 a:active {
	color: #000000;
	text-decoration: underline;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #999999;
}

p.footer a:link, p.footer a:visited {
	color: #999999;
	text-decoration: underline;
}	

p.footer a:hover {
	color: #000000;
	text-decoration: none;
}
p.footer a:active {
	color: #999999;
	text-decoration: underline;
}	

.left {
	text-align: left;
}

.ctr {
	text-align: center;
}

.right {
	text-align: right;
}

.topic {
	font-weight: bold;
	color: #000066;
}

.ital_b {
	font-weight: bold;
	font-style: italic;
	color: #ffcc00;	/*yellow*/
}

.small {
	font-size: 10px;
}

.jay {
	font-weight: bold;
	color: #000066;
	text-align: right;
}

.instant_credit_approval_special {
	position:absolute;
	top: 90px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #000066;
}

ul {
	font-family: 'Trebuchet MS', Marlett, Arial, sans-serif;
	font-size: 12px;
	margin: 16px 0px 10px 30px;
	list-style-image: url(../images/diamond.gif);
}

ul li {
	padding: 6px 0px;
}




