body {
	padding: 0px;
	margin: 0px;
	background-color: #9999cc;
	background-image: url('images/bg1.gif');
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #000066;
}

p {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #000066;
}

td {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #000066;
}
a img {
	border: 0px solid #ffffff;
}
a:link, a:visited, a:active {
	color: #cc0000;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	text-decoration: none;
}

/* navigation link */
a.nav1:active, a.nav1:visited, a.nav1:link {
	font-weight: bold;
	color: #000066;
	font-size: 11pt;
	text-decoration: none;
	}
a.nav1:hover {
	color: #cc0000;
	}

a.nav2:active, a.nav2:visited, a.nav2:link {
	font-weight: bold;
	color: #cc0000;
	font-size: 10pt;
	text-decoration: underline;
	}
a.nav2:hover {
	color: #000066;
	text-decoration: none;
	}

a.sidelink:link, a.sidelink:visited, a.sidelink:active {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}
a.sidelink:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffff00;
	}
	
.head1 {
	font-size: 16pt;
	color: #9999ff;
	}

.head2 {
	font-size: 14pt;
	color: #000066;
	}

.subhead1 {
	font-weight: bold;
	color: #cc0000;
	}

.subhead2 {
	font-weight: bold;
	color: #ffffff;
	}

.text {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #000066;
}

.bold {
	font-weight: bold;
}