a.c {
	color: #D0D0D0;font-family:Arial, Helvetica; text-decoration:none; 
}
a:hover.c {	
	color: rgb(255,255,255);
}
body {
	font-size:10pt;	
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(255,255,255); 
}
p {
	margin-top: .5em;
	margin-bottom: 0;
}
p.zero {
	margin-top: 0;
	margin-bottom: 0;
}
.indent {
	margin-left: 36pt;
}
table {
	font-size:10pt;	
	margin-bottom: 0; 
}
table.base {

	cell-spacing: none;
	padding: 0;
	border: 0px none;
	border-collapse: collapse;
}
td.nav {
	width: 120;
	vertical-align: top;
	background-image: url('navfill.jpg');
	background-repeat: repeat;
}
td.space {
	width: 12;
}
td.head {
	width: 638;
	height: 70;
	vertical-align: middle;
}
td.body {
	width: 638;
	vertical-align: top;
}
h1, h2, h3 {
	font-family: Arial Narrow, Helvetica; 
	margin-top: 1em;
	margin-bottom: 0;
}
h4, h5, h6 {	
	font-family: Verdana, Arial, Helvetica;
	margin-top: 1em;
	margin-bottom: 0;

}
h1 {
	font-size: 24pt;
	font-weight: normal; 
	text-align: left;
}
h2 {
	font-size:18pt; 
}
h3 {
	font-size:14pt;
}
h4 {
	font-size:12pt; 
	font-weight:bold;
}
h5 {
	font-size:10pt; 
	font-weight:bold;
}
h6 {
	font-size:10pt; 
	font-style:italic;
	font-weight:normal;
}
.small {
	font-size:8pt;
}
.large {
	font-size:12pt;
}
hr.blue {
	color = #101080;
	height = 2;
}