BODY
	{
	scrollbar-face-color		:#FFFCE7;
	scrollbar-arrow-color		:#909090;
	scrollbar-track-color		:#FFFFFF;
	scrollbar-highlight-color	:#EDE9C5;
	scrollbar-3Dlight-color		:#FFFFFF;
	scrollbar-shadow-color		:#EDE9C5;
	scrollbar-darkshadow-color	:#FFFFFF;

	font-family		:verdana,arial,helvetica,geneva,sans-serif;
	font-size		:10pt;
	font.color		:#000000;
	}


h1	{
	font-family		:arial,verdana,helvetica,geneva,sans-serif;
	font-size		:18pt;
	font-weight		:bold;
	}
h2	{
	font-family		:arial,verdana,helvetica,geneva,sans-serif;
	font-size		:16pt;
	font-weight		:bold;
	}
h3	{
	font-family		:arial,verdana,helvetica,geneva,sans-serif;
	font-size		:13pt;
	font-weight		:bold;
	}


A			{color			 :#A00000	}
A:link		,
A:visited	,
A:active	{ text-decoration: none		}
A:hover		{ text-decoration: underline}


TD,SELECT,P,BR,LI,BLOCKQUOTE
	{
	font-family		:verdana,arial,helvetica,geneva,sans-serif;
	font-size		:10pt;
	font.color		:#000000;
	text-align		:left;
	}

UL	{list-style-type:"disc"}


.form_input
	{
	font-family		:verdana,arial,helvetica,geneva,sans-serif;
	font-size		:10pt;
	border-style	:solid;
	border-width	:1px;
	border-color	:#909090;
	}

.form_text
	{
	font-family		:verdana,arial,helvetica,geneva,sans-serif;
	font-size		:10pt;
	border-style	:solid;
	border-width	:1px;
	border-color	:#909090;
	overflow		:hidden;
	}

.form_button
	{
	font-family		:verdana,arial,helvetica,geneva,sans-serif;
	font-size		:10pt;
	font-weight		:bold;
	border-style	:solid;
	border-width	:1px;
	border-color	:#909090;
	color			:#000000;
	background-color:#EDE9C5;
	cursor			:hand;
	}


