<style type="text/css">

BODY.main			{
	background-color:	#ffffff;
	color:			#ffffff;
	background-image:	none;
	background-repeat:	repeat-y;
	background-attachment:	fixed;
	background-position:	0% 0%;

	font-family:		"new century schoolbook",	serif;
	font-size:		12pt;
	font-style:		normal;
	font-variant:		normal;
	font-weight:		normal;
	line-height:		16pt;

			}


:link			{ 
	background-color:	#ffffff;
	color:			#000099; 
	text-decoration:	none;
			}


:visited		{
	background-color:	#ffffff;
	color:			#88a9cc; 
	text-decoration:	none;
			}
:active			{
	background-color:	#ffffff;
	color:			#0a00ff;
	text-decoration:	none;
			}

P.larger			{
	color:			#333333;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-decoration:	none;
	vertical-align:		baseline;
	text-transform:		none;
	white-space:		normal;
	margin-left:		1em;
	margin-right:		3em;
	font-family:		"new century schoolbook",	serif;
	font-size:		14pt;
	font-style:		normal;
	font-variant:		normal;
	font-weight:		normal;
	line-height:		18pt;
			}


P			{
	color:			#333333;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-decoration:	none;
	vertical-align:		baseline;
	text-transform:		none;
	white-space:		normal;
	margin-left:		1em;
	margin-right:		3em;
			}

P.jump			{
	background-color:	#00ffff;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-decoration:	none;
	vertical-align:		baseline;
	text-transform:		none;
	white-space:		normal;		
	margin-left:		1em;
	font-family:		"helvetica",	san-serif;
	font-size:		16pt;
	font-style:		normal;
	font-variant:		normal;
	font-weight:		normal;
	line-height:		17pt;

			}

P.small			{
	color:			#333333;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-decoration:	none;
	vertical-align:		baseline;
	text-transform:		none;
	white-space:		normal;
	margin-left:		1em;
	margin-right:		3em;
	font-family:		"new century schoolbook",	serif;
	font-size:		10pt;
	font-style:		normal;
	font-variant:		normal;
	font-weight:		normal;
	line-height:		12pt;
	margin-left:		1em;
	margin-right:		3em;
			}

P.smallest			{
	color:			#333333;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-decoration:	none;
	vertical-align:		baseline;
	text-transform:		none;
	white-space:		normal;
	margin-left:		1em;
	margin-right:		3em;
	font-family:		"helvetica",	sans-serif;
	font-size:		8pt;
	font-style:		normal;
	font-variant:		normal;
	font-weight:		normal;
	line-height:		10pt;
	margin-left:		1em;
	margin-right:		3em;
			}

H1			{
	text-align:		center;
	color:			#333333;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-decoration:	none;
	vertical-align:		baseline;
	text-transform:		none;
	white-space:		normal;
	font-family:		"new century schoolbook",	serif;
	font-size:		18pt;
	font-style:		normal;
	font-variant:		normal;
	font-weight:		normal;
	line-height:		22pt;
			}

H2			{
	text-align:		center;
	color:			#333333;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-decoration:	none;
	vertical-align:		baseline;
	text-transform:		none;
	white-space:		normal;
	font-family:		"new century schoolbook",	serif;
	font-size:		16pt;
	font-style:		normal;
	font-variant:		normal;
	font-weight:		normal;
	line-height:		18pt;
			}

UL			{
	list-style-type:	disc;
	color:			#333333;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-decoration:	none;
	vertical-align:		baseline;
	text-transform:		none;
	white-space:		normal;
	float:			none;
	font-family:		"helvetica",	san-serif;
	font-size:		12pt;
	font-style:		normal;
	font-variant:		normal;
	font-weight:		normal;
	line-height:		16pt;
	margin-left:		0;
			}

DL			{
	list-style-type:	none;
	color:			#333333;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-decoration:	none;
	vertical-align:		baseline;
	text-transform:		none;
	white-space:		normal;
	float:			none;
	font-family:		"helvetica",	san-serif;
	font-size:		12pt;
	font-style:		normal;
	font-variant:		normal;
	font-weight:		normal;
	line-height:		16pt;
			}

IMG.button		{
	float:			0;
	margin-top:		5;
	margin-bottom		5;
	padding-top:		5;
	padding-bottom:		5;
	border-style:		none;
	display:		block;

			}

TABLE			{
	float:			both;
			}

TABLE.left			{
	float:			right;
			}

TABLE.right			{
	float:			left;
			}


BLOCKQUOTE		{
	background-color:	#ffffff;
	color:			#333333;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-decoration:	none;
	vertical-align:		baseline;
	text-transform:		none;
	text-indent:		5em;

			}

PRE			{
	background-color:	#ffffff;
	color:			#333333;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-decoration:	none;
	vertical-align:		baseline;
	text-transform:		none;
	white-space:		pre;
	font-family:		"courier",	sans-serif;
	font-size:		12pt;
	line-height:		16pt;
			}
CODE			{
	background-color:	#ffffff;
	color:			#eeeeee;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-decoration:	none;
	vertical-align:		baseline;
	text-transform:		none;
	white-space:		pre;
	font-family:		"courier",	sans-serif;
	font-size:		12pt;
	line-height:		16pt;
			}

</style>

