body {
	background-color: #ffffff; 
	font-family: Arial, sans-serif; 
	font-size: 90%;
	color: #000000;
}

.skip {
	color: inherit;
	background-color: inherit;
}

.skip A:link {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

.skip A:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

A:link { 
color: #1D2867; 
background-color: inherit;
} 

A:visited { 
color: #741021;
background-color: inherit;
} 

A:active { 
color: #008080;
background-color: inherit;
} 

.head1 {
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	background-color: inherit;
}

.head2 {
	font-family: verdana, arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.u {
	text-decoration: underline;
}

ul { 
/* NETSCAPE 4 REQUIRES FONT SPECIFIED ON UL TAG. */ 
/* IT WON'T PICK IT FONT STYLE SPECS FROM THE LI TAG. */ 
	font-family : Arial, sans-serif; 
	font-size: 100%;
	margin-bottom: 10px;
} 

li { 
/* display: list-item; */ 
	list-style-type: disc;
	margin-bottom: 10px;
} 

table {
	margin: 0 auto;
}

td.bar {
	width: 33%;
	text-align: center;
	font-size: 90%;
}

td.top {
	vertical-align: top;
}

td.fifty {
	width: 50%;
	text-align: center;
}

