/* CSS Document */
body {
	margin: 0 1em;
	padding-top: 0px;
	background-color: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}

/* Top Navigation Link*/
a.nv {
	font-weight: bold;
	background-color: #FFFFFF;
	text-decoration: none;
	_font-size: 0.8em;
	color: #099;
}

td.nv {
	border: none;
	border-bottom: thin solid #ebe2a9;
}

/* Hover and Link */
a { color: blue; background-color: transparent; }
a:hover {
	background-color: #fff;
	color: #696;
	text-decoration: underline;
}

/* Footer */
td.ft {
	_font-size: 0.7em;
	border: none;
	border-top: thin solid #ebe2a9;
}
/* Footer-jump to top */
td.ft2 {
	_font-size: 0.7em;
	text-align: right;
	border: none;
	border-top: thin solid #ebe2a9;
}

/* Normal Paragraph */
p {
	_font-size: 0.8em;
}

/* Smaller font */
p.sm {
	_font-size: 0.7em;
}

/* Lists*/
ul, ol { 
	_font-size: 0.8em; 
}

dl {
	_font-size: 0.8em;
}

/* Page Title */
p.t {
	font-weight: bold;
	font-size: 1em;
}

/* Fixed Width table data*/
td.branch {
	vertical-align: top;
	width: 220px;
}

/* Table Data*/
td.branch2 {
	vertical-align: top;
}

/* Highlighted section */

td.hgh {
	border: thin solid #ebe2a9;
	vertical-align: top;
}

td.hghbk {
	_font-size: 0.8em;
	background-color: #ebe2a9;
}
/* Home page Navigation*/
td.hm {
	vertical-align: middle;
	text-align: left;
	border: thin solid #ebe2a9;
	width: 150px;

}
td.wel {
	border: none;
	border-bottom: thin solid #ebe2a9;
	text-align: left;
	_font-size: 0.8em;
}