

/*
//
// Standard HTML Elements
//
*/
body {
	background-color: #EFEFEF;
	background-image: url(http://www.1stfinbank.com/style/main/main_back.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
td,div {
	text-align: left;
}
h1 {
	font-size: 32px;
	font-weight: bold;
	color: #999966;
}
h2 {
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-size: 21px;
	font-weight: bold;
}
h4 {
	font-size: 18px;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-weight: bold;
}
p {
	line-height: 16px;
	margin-bottom: 5px;
}
ul {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
}
ol {
	margin: 20px;
	list-style-position: outside;
	list-style-type: decimal;
	text-align: left;
}
a {
	color: #006633;
}
a:hover {
	color: #669900;
}
input {
	padding: 2px;
	border: 1px #006600 solid;
	background-color: #F4EFD2;
	font-family: Arial, Helvetica, sans-serif;
}
select {
	padding: 2px;
	border: 1px #006600 solid;
	background-color: #F4EFD2;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	padding: 2px;
	border: 1px #006600 solid;
	background-color: #F4EFD2;
	font-family: Arial, Helvetica, sans-serif;
}
submit {
	background-color: #666666;
	border: 1px #000000 solid;
	color: #FFFFFF;
}
/*
//
// PhantomCMS Elements
//
*/
a.breadcrumbLink {
	
}
a.pagesLink {

}
/*
//
// Site Elements
//
*/
.leftitem {
	display: block;
	padding: 10px 0px 0px 0px;
}
.leftsubitem {
	display: block;
	padding: 0px 0px 0px 15px;
	font-size: 10px;
}
a.leftLink {
	font-weight: bold;
	color: #336633;
}
a.leftLink:hover {
	color: #4D9853;
}
a.leftSubLink {
	color: #000000;
}
a.leftSubLink:hover {
	color: #4D9853;
}
.subheader {
	font-weight: bold;
	color: #000000;
}
.bottom {
	font-size: 10px;
	text-align: center;
}
.formDescription {
	padding: 4px;
	text-align: right;
	font-size: 11px;
}
.formValue {
	padding: 4px;
	text-align: left;
	font-size: 11px;
}
.formSubheader {
	padding: 4px;
	text-align: left;
	font-weight: bold;
}
.listItemHeader {
	display: block;
	margin-top: 15px;
	background-color: #EFEFE0;
	border-bottom: 1px #006600 solid;
	padding: 2px;
	font-weight: bold;
}
