/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #555;
}

body
{
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 0.9em;
	background-color: white;
	color: #222;
}
ul
{
	padding-left: 20px;
}

blockquote
{
	padding-left: 15px;
}

a
{
	color: #094293;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.hidden { display: NONE; }

.onlinebankingField {
	font-family: "trebuchet ms", helvetica, sans-serif; 
	font-size:10pt; 
	width: 105px;
	font-weight:normal; 
	color:#111111; 
	background-color:#f9f8f2;
	border: 1px solid #555;
}
	
.onlinebankingButton {
	font-family: "trebuchet ms", helvetica, sans-serif; 
	font-size:10pt; 
	font-weight:bold; 
	width: 50px;
	height: 22px;
	color:black; 
	background-color:#ece9d8;
	border: 1px solid #555;
}

.onlinebankingDropdown {
	font-family: "trebuchet ms", helvetica, sans-serif; 
	font-size:9pt; 
	font-weight:normal; 
	color:#111111; 
	background-color:#f9f8f2;
	border: 1px solid #555;
}