<!-- Bluestone Software, Inc. Universal Cascading Style Sheet (CSS) -->
<!-- For All CSS Supported Windows and Macintosh Browsers -->
<!-- **** Do not re-order these classes **** -->

	a:hover {
		background: #ffff99;
	}
	a:active {
		color: #C68400;
		background: #ffffcc;
	}
	a:visited {
		color: #C68400;
	}
	a:link {
		color: #800000;
	}
	a.sizeTwo {
		font-size: 14pt;
	}
	a.sapphire {
		color: #008888;
	}
	.xsmall {
		font-family: Arial, Helvetica, Sans Serif;
		font-size: 8pt;
	}
	.small {
		font-family: Arial, Helvetica, Sans Serif;
		font-size: 9pt;
	}
	.big {
		font-family: Tahoma, Arial, Helvetica, Sans Serif;
		font-size: 13pt;
	}
	.xbig {
		font-family: Tahoma, Arial, Helvetica, Sans Serif;
		font-size: 15pt;
	}
	body, li, ul, ol, td, th, dl, dd, dt, p {
		font-family: Verdana, Arial, Helvetica, Sans Serif;
		font-size: 10pt;
	}
	h1 {
		font-family: Tahoma, Arial, Helvetica, Sans Serif;
		font-size: 20pt;
		font-weight: bold;
	}
	h2 {
		font-family: Tahoma, Arial, Helvetica, Sans Serif;
		font-size: 18pt;
		font-weight: bold;
	}
	h3 {
		font-family: Tahoma, Arial, Helvetica, Sans Serif;
		font-size: 16pt;
		font-weight: bold;
	}
	h4 {
		font-family: Tahoma, Arial, Helvetica, Sans Serif;
		font-size: 14pt;
		font-weight: bold;
	}
	h5 {
		font-family: Tahoma, Arial, Helvetica, Sans Serif;
		font-size: 12pt;
		font-weight: bold;
	}
	pre, code {
		font-family: Courier New, Courier, System;
	}
	#wmark {
		background-image: url(wmark.gif);
		background-position: top left;
		background-repeat: repeat-y repeat-x;
		background-color: white;
	}
	BODY {
		background-image: url(wmark.gif);
		background-position: top left;
		background-repeat: repeat-y repeat-x;
		background-color: white;
		background-attachment: fixed;
		text: #C0C0C0
	}