/*******************//* DEFAULT CLASSES *//*******************//* This controls the <BODY> tag properties */body{background-image:url(Images/background.jpg);background-color:#c1864c;background-attachment:fixed;background-repeat:repeat-y;background-position:top;margin-top:0px;margin-bottom:0px;color:#005B99;}/* This controls all <P> tag properties */P{/*color:#005B99;*/font-family:Helvetica, Arial, sans-serif;font-size: 14px;line-height: 19px;display:block;}/* This controls all <h1> tag properties */h1{/*color: #005B99;*/font-family:Helvetica, Arial, sans-serif;font-size: 14px;font-weight: bold;line-height: 0px;}/* This controls all <li> tag properties */li{/*color:#005B99;*/font-family:Helvetica, Arial, sans-serif;font-size: 14px;line-height: 19px;}strong{/*color:#005B99;*/font-family:Helvetica, Arial, sans-serif;font-size: 14px;line-height: 19px;}/* This controls all <A> tags (Hyperlinks) in their default state */A:link{	FONT-FAMILY: Helvetica, Arial, sans-serif;	color: #005B99;	font-size: 14px;	TEXT-DECORATION: none;}/* This controls all <A> tags (Hyperlinks) in their Visited (if a user has previously been to the destination) state */A:visited{	FONT-FAMILY: Helvetica, Arial, sans-serif;	COLOR: #005B99;	font-size: 14px;	TEXT-DECORATION: none;}/* This controls all <A> tags (Hyperlinks) in their Active (after being clicked, before the page changes) state */A:active{	FONT-FAMILY: Helvetica, Arial, sans-serif;	COLOR: #a6600c;	font-size: 14px;	TEXT-DECORATION: none;}/* This controls all <A> tags (Hyperlinks) when they receive a mouseover event */A:hover{	FONT-FAMILY: Helvetica, Arial, sans-serif;	COLOR: #e6a04c;	font-size: 14px;	TEXT-DECORATION: underline;}#login {float:right; margin-right:10px;}#login img{vertical-align:middle;}#login input{font-size:11px; vertical-align:middle; width:54px;}#login #login #pin{vertical-align:middle;}form{margin:0px;}/*******************//* SPECIAL CLASSES *//*******************//*this positions the "charting the course" logo at the top *//*.charting{position:relative;left:160px;bottom:60px;}*//*this positions the "rates" logo at the top */.rates{position:relative;right:400px;top:27px;}/*this positions the "userid" logo at the top */.userid{position:relative;left:190px;}/*this positions the "password" logo at the top */.password{position:relative;left:200px;}/*this positions the "login" logo at the top */.login{position:relative;left:220px;}/*this positions the "equalhousing" logo at the top */.equalhousing{position:relative;left:30px;bottom:0px;}/*this positions the "fdic" logo at the top */.fdic{position:relative;right:32px;top:3px;}/* This positions the text within the main table cell (the main page body)*/.bodycell{padding-top: 25px;padding-right: 40px;padding-left: 10px;padding-bottom: 10px;vertical-align:top; }/* This positions the Flash Nav within the left table cell (the one to the left of the main page body)*/.flashcell{padding-top: 0px;padding-right: 0px;padding-left: 0px;padding-bottom: 0px;vertical-align: text-top;}