@charset "UTF-8";

body{
	background: url(images/back.gif);
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}


h1{
	display: none;
}

h2{
	font-size: 1em;
	text-transform: uppercase;
}

h3{
	font-style:italic;
	text-transform: uppercase;
	color: #000099;
	font-size: 0.9em;
	margin: 0;
}

p{
	
	font-size: 0.8em;
}

ol{
	font-size: 0.8em;
}

#body{
	width: 595px;
	padding: 10px;
}

#logo{
	border: none;
}

.right_pic{
	float: right;
	padding: 10px;
}

.red_link{
	text-transform:uppercase;
	color: #FF0000;
	font-weight: bold;
}

.red_link a{
	color: #FF0000;
}

#navigation_table{
	width: 580px;
	border-collapse: collapse;
	margin: 20px auto 0 auto;
	border: 1px solid #000000;
}

#navigation_table td{
	height: 50px;
	width: 20%;
	font-weight: bold;
	border: 1px solid #000000;
	text-align: center;
	font-size: 0.8em;
	background-color: #e1d8d8;
	vertical-align: middle;
}

#home_link{
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
}

.note{
	font-size: 0.8em;
}

#request_quote_table{
	border: solid 1px;
	background-color: #FFFFCC;
	width: 590px;
}

#access_code_table{
	width: 100%;
}

#interest_rates{
	width: 90%;
	font-size: small;
}

#interest_rates td{
	text-align: right;
}

#interest_rates th{
	color: red;
}