HTML	{
	line-height: 1.12;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: left;
	text-indent: 0;
	white-space: normal;
	}

BODY	{
	padding: 8px;
	background-color: White;
	color: #666;
	}

H1	{
	font-size: 1.5em;
	margin: .67em 0; 
	}

H2	{
	font-size: 1.2em;
	margin: .75em 0;
}

H3	{ 
	font-size: 1.15em;
	margin: .83em 0; 
	}

H4, P, BLOCKQUOTE, FIELDSET, FORM, UL, OL, DL, DIR, MENU	{ 
	font-size: 1em;
	margin: 1.12em 0; 
	}

H5	{
	font-size: .83em; /* varies with pixels-per-em at document root */
	margin: 1.5em 0; 
	}

H6	{
	font-size: .6em; /* varies with pixels-per-em at document root */
	margin: 1.67em 0; 
	}

H1, H2, H3, H4, H5, H6, B, STRONG	{ 
	font-weight: bolder;
	}

OL, UL, DIR, MENU, DD	{
	padding-left: 20px; 
	}

#nospace H2 {
	padding: 0px 0px 0px 0px;
	margin: .5em 0px 0px 0px;
}

#nospace UL {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}

td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}
form
{
	margin:0px;
}
a
{
	color:#868686;
	text-decoration:none;
}
a:hover
{
	color:#868686;
	text-decoration:underline;
}
.blue
{
	color:#36AEBC;
}
a.blue
{
	color:#36AEBC;
	text-decoration:underline;
}
a.blue:hover
{
	color:#36AEBC;
	text-decoration:none;
}

.green
{
	color:#95C71A;
	font-weight:bold;
}
a.green
{
	color:#95C71A;
	text-decoration:none;
}
a.green:hover
{
	color:#95C71A;
	text-decoration:underline;
}
.copy
{
	color:#ACACAC;
}
a.copy
{
	color:#ACACAC;
	text-decoration:none;
}
a.copy:hover
{
	color:#ACACAC;
	text-decoration:underline;
}
.menu
{
	color:#818181;
}
a.menu
{
	color:#818181;
	text-decoration:none;
}
a.menu:hover
{
	color:#818181;
	text-decoration:underline;
}
.top
{
	color:#908F8E;
}