body
{	margin-left: 25px;
	margin-top: 25px;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	background: #FFFFFF;}

.indent
{	margin-left: 25px;
	margin-right: 25px;}

a:link {color: #663300; text-decoration: underline}
a:visited {color:#663333 ; text-decoration: underline}

#addlink
{	color: #FFFFFF;}

/* Main heading */
H1
{	font-family: verdana, arial, sans-serif;
	font-size:11pt;
	font-weight:bold;
	color: #000000;
	margin-top: 0em;
	margin-bottom: 0em;
	text-align: center;
}

H2
{	font-family: verdana, arial, sans-serif;
	font-size:11pt;
	font-weight:bold;
	color: #FFFFFF;
	margin-top: 0em;
	margin-bottom: 0em;
}

H3
{	font-family: verdana, arial, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color: #663300;
	margin-top: 0em;
	margin-bottom: 0em;
}

H4
{	font-family: verdana, arial, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color: #000000;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 10px;}
	
TABLE
{	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #FFFFFF;}
	
/*can use this to indent an entire embedded table, or use the .indent (above) in a div to indent cells */
TABLE.indent
{	margin-left: 25px;}

/* The next five rules help NN 4.x remember what font we're using */

P	{ 	font-family: verdana, arial, sans-serif;
		font-size: 10pt;}

UL	{	font-family: verdana, arial, sans-serif;
		font-size: 10pt;
		list-style-type: disc}

OL	{	font-family: verdana, arial, sans-serif;
		font-size: 10pt;}

TH /* helps Netscape handle text in tables better */
	{	font-family: verdana, arial, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #000000; 
		text-align: center;
		background-color: #CCCCCC;}
	
TD /*helps Netscape handle text in tables better*/
	{	font-family: verdana, arial, sans-serif;
		font-size: 10pt;
		color: #000000;}
	
TD.even /* changes bgcolor for table rows to make them more readable */
	{	background-color: #EBEBEB;}

TD.line /* underscore in tables */
	{	background-color: #000000;
		height: 1px;}
TD.secondary /*  secondary table heading */
	{	font-style: italic;
		font-weight: bold;
		color: #000000;
		background-color: #999999;}

TD.tab /* tab style */
	{	font-weight: bold;
		color: #FFFFFF;
		background-color: #660000;}

TD.cal
	{	font-size: 8pt;}
	
TD.caleven
	{	font-size: 8pt;
		background-color: #EBEBEB;}
		
		
/* the following are Help formatting rules*/
.help {position: relative; visibility: hidden;}

TD.helptip
	{	font-size: 8pt;
		background-color: #EBEBEB;}
TD.helptext
	{	background-color: #EBEBEB;}

TD.helpline /* underscore in help text */
	{	background-color: #999999;
		height: 1px;}