/*----------------------------------------------------------------------------------------
Liberty Bank Style Sheet
All - Site Defaults
----------------------------------------------------------------------------------------*/

* { padding: 0; margin: 0; font-size: 1.1em; }

/* Defaults */
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }

h1              { font-size: 1.6em; margin: .5em  0 .5em }
h2              { font-size: 1.4em; margin: .7em 0 }
h3              { font-size: 1.2em; margin: .83em 0; }

h4							{ font-size: 1.2em; margin: 1em 0 0;}
p,
blockquote, ul,
fieldset,
ol, dl, dir,
menu            { margin: 0.5em 0 0 }
h5              { font-size: 1.2em; margin: 1.5em 0 }
h6              { font-size: 1.1em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder; line-height: 1em;  }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
center          { text-align: center }
:link, :visited { text-decoration: underline }
:focus          { outline: thin dotted invert }
abbr, acronym   { border: 0; }
dd, dt          { line-height: 1.5em; }
ul              {	margin-bottom: 1em; }
/* Custom Defaults Overrides */
html {
	font-size: 100%;
}
html>body {
	font-size: 16px;
	font-size: 75.75%;
}
body {
	padding: 10px 0 0;
	font-family: Palatino Linotype;
	font-size: 75.75%;
	line-height: 1.5em;
	background: #ffffff;
}

th, td, input, select, textarea { font-size: 1em; line-height: 1.2em; }

input, select, textarea, option, optgroup {
	font-family: Palatino Linotype;
}

select option {
	padding-right: 1em;
}
img {
	border: solid 1px #ffffff;
}
a img {
	border: 0;
}

html { overflow-y: scroll; }

a:hover {
	text-decoration: none;
}

.btn {
	cursor: pointer;
}
