<!-- Copyright 1999-2001 Intuit Inc. All rights reserved. Unauthorized duplication is a violation of applicable law. -->


.greentext{color: #006633;}
.redtext{color: #990000;}

A:link {
	text-decoration: underline;
	color: #003399;
	cursor:hand; }
A:active {
	text-decoration: underline;
	color: #990000;
	cursor: hand; }
A:visited {
	text-decoration: underline;
	color: #660099;
	cursor: hand; }
A:hover {
	text-decoration: underline;
	color: #990000;
	cursor: hand; }
	
<!-- TITLE -->
H1 {font: bold small "ms sans serif"; margin: 1px}
<!-- TOPIC TITLE -->
H2 {font: bold small "ms sans serif"; color: #FFFFFF; margin: 1px}
<!-- NAV-CURRENT TOPIC -->
H3 {font: bold x-small "ms sans serif"; color: #FFFF99; margin: 1px}
<!-- SIDEBAR TITLES -->
H4 {font: bold xx-small "ms sans serif"; margin: 1px}
<!-- TRADEMARK AND OTHER SMALL TEXT -->
H5 {font: xx-small "ms sans serif"; margin: 1px}
<!-- HELP or DIRECTORY LINK -->
H6 {font: bold x-small "ms sans serif"; margin: 1px}
<!-- CONTENT -->
P {font: x-small "ms sans serif"}

<!-- FULL-PAGE TABLE -->
TABLE {padding: 0px; spacing: 0px; width: 100%; font: x-small "ms sans serif";}
<!-- STANDARD TABLE CELL -->
TD {
	font-family: "ms sans serif";
	font-size: 8px;
	margin: 0pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	padding: 0pt;
	border:0pt;
	vertical-align: top }
<!-- DATA TABLE -->
TABLE.data {border-width: 2px; border-color: #CCCCCC; border-style: solid}
TD.data {vertical-align:middle}

TR.background {background-color: #FFF7E8}

TABLE.header {spacing: 2px}

.row { 
	background-color: #FFFFFF; }
	
.rowHighlight {
	background-color : #FFFFCD;
	text-decoration: underline;
	color: #0000FF;
	cursor : hand; }

DIV.menus {
	cursor: default;
	font: menutext;
	position: absolute;
	width: 150px;
	background-color: menu;
	border: 2 outset buttonhighlight; }
		
.menuItem { 
  	font: menutext; 
	width:150;
	padding-left:10px; 
	padding-right:10px; 
	padding-top:1px; 
	padding-bottom:1px; 
	background-Color: menu; 
	color:black; }

.menuHighlight { 
	font: menutext; 
	width:150;
	padding-left:10px;
	padding-right:10px; 
	padding-top:1px; 
	padding-bottom:1px; 
	background-Color: highlight; 
	color: white; }
	
	.BusinessBorder {
	border-bottom: 1px solid #669966;
	border-right: 1px solid #669966;
	border-left : 1px solid #669966;
	background-color: #CCCC99;
	padding: 1px;
	margin: 0pt;
	margin-right : 2px;
}

	.FeaturedItemLeft{
	border-top: 1px solid #669966;
	border-bottom: 1px solid #669966;
	border-left : 1px solid #669966;
	background-color: #CCCC99;
	padding: 2px;
}
	.FeaturedItemRight{
	border-top: 1px solid #669966;
	border-bottom: 1px solid #669966;
	border-right: 1px solid #669966;
	background-color: #CCCC99;
	padding: 2px;
}

	.FeaturedItem{
	border-top: 1px solid #669966;
	border-bottom: 1px solid #669966;
	border-left: 1px solid #669966;
	border-right: 1px solid #669966;
	background-color: #CCCC99;
	padding: 2px;
}

.HeaderTitle {
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	background-color: #6F9B5F;
	padding: 1px;
	margin: 0pt;
	margin-right: 2px;
	
