/* CSS Document */

body {
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.3em;
	font-style: normal;
	color: #000;
	background-color: #cff;
	background-image: url(images/bg_color.jpg);
	background-repeat: repeat;
}

img {
	border: none;
}

h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	font-style: bold;
	color: #f60;
}

h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
	font-style: bold;
	color: #069;
}

p {
	margin: 0px 0px 10px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.3em;
	font-style: normal;
}

ul {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.3em;
	font-style: normal;
}

li {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.3em;
	font-style: normal;
}

#tdbackground1 {
	background-image:  url(images/masthd_bg1.jpg);
	background-repeat: no-repeat;
}

#leftside {
	background-image:  url(images/bgtile.jpg);
	background-repeat: no-repeat;
}

#masthead2 {
	background-image: url(images/masthd_bg2.jpg);
	background-repeat: no-repeat;
}

#nav {
	margin: 5px 5px 5px 0px;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.0em;
	font-style: normal;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#navsel {
	margin: 5px 5px 5px 0px;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.0em;
	font-style: normal;
	text-align: right;
	color: #f60;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
}

#key {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

.caption {
	margin-top: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

.ratestable {
	border: 1px solid #006; border-width: 2px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal; font-size: 70%; 
	margin-bottom: 1.5em; width: 100%;
}

.ratesth {
	color: #006; border-bottom: 1px solid #006; text-align: left;
	padding: 0.125em 0.66em;
}

.ratestd {
	color: #006; text-align: left;
	padding: 0.125em 0.66em;
}

#footer {
	margin: 0px 0px 10px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1.3em;
	font-style: normal;
	text-align: center;
	border-top: 1px solid #039;
	border-bottom: 3px solid #039;
}

.psmall {
	margin: 0px 0px 10px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1.3em;
	font-style: normal;
	text-align: left;
}
	
a:link {
	color: #003399;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #999900;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #003399;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #339900;
	background-color: transparent;
	text-decoration: underline;
}