a:link {
	background-color: white;
	color: rgb(204,0,0);
}

a:visited {
	background-color: white;
	color: rgb(153,0,0);
}

body {
	background-color: white;
	color: black;
	font-family: "times new roman", serif;
	font-size: 12pt;
}

h1 {
	background-color: white;
	color: rgb(204,0,0);
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

h2 {
	background-color: white;
	color: rgb(153,0,0);
	font-style: italic;
	margin-left: 0px;
}

p {
	margin-left: 8px;
	margin-right: 4px;
	text-align: justify;
}

p.cr {
	font-family: arial, sans-serif;
	font-size: 8pt;
	margin-top: 4px;
}

p.rj {
	text-align: right;
}

span.lnk a:link {
	background-color: white;
	color: black;
	text-decoration: none;
}

span.lnk a:visited {
	background-color: white;
	color: black;
	text-decoration: none;
}

/* Netscape 4.7 HACK */
td {
	font-family: "times new roman", serif;
	font-size: 12pt;
}
