<html>
<head>
<title>style sheet</title>
<STYLE TYPE="text/css">
<!--
BODY {background-color : #FF6600; color : #000000; font-family : Arial, Geneva, Lucida; font-size : 10pt;}

A:link  {
  color : #CCCCCC;
	text-decoration : underline; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}
	
A:active  {
  color : #ff0000;
	text-decoration : underline; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

A:visited  {
  color : #CCCCCC;
	text-decoration : underline; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

A:hover  {
  color : #ffcc00;
	text-decoration : underline; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

.smallbodylink { color : #000000;
	text-decoration : underline; font-family: Arial, Helvetica, sans-serif; font-size : 70%; font-weight: bold;
}

.smalltextlink { color : #CCCCCC;
	text-decoration : underline; font-family: Arial, Helvetica, sans-serif; font-size : 70%; font-weight: bold;
}

.headingtext { color : #000000;
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size : 110%;
}

.captiontext { color : #000000;
	font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}

.captiontextitalic { color : #000000;
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-style : italic;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
        font-style: italic;
}
