A {
	text-decoration: underline;	
}

BODY  {
		background : #FFFCF0 url(images/NavColumn.gif);
		background-repeat : repeat-y;
}

TD {
	vertical-align : top;
}

/* -- heading color used to be #990000 -- */

H1, H2 {
	font-family: SwitzerlandCondBlack, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #006666;
	font-size : 18pt;
	margin-top : 12px;
	margin-bottom : 0px;
}

H3, H4, H5, H6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #006666;
	margin-bottom : 0px;
	font-weight : bold;
}

/* ---------------- BlackLink items -------------------------------*/
/* Use these tags with anchors in black in headings, such as SureSync home */

a.BlackLink    {
	color: #000000;
}
a.BlackLink:hover { 
	color: #006666; 
}

/* ---------------- NavMenuRoot items -------------------------------*/
/* These items mark the navigation heading in the navigation column. */
p.NavMenuRoot {
	color: #99CCFF;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align : left;
}
		
a.NavMenuRoot {
	color: #99CCFF;
	text-decoration: none;
}
a.NavMenuRoot:hover { color: #99CCFF; 
		text-decoration: underline; 
}

/* ---------------- NavMenu items -------------------------------*/
/* These items mark the navigation items in the navigation column. */
div.NavMenu{
	margin-left : 9px;
}

p.NavMenu {
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align : left;
}		

p.NavMenuSel {
	color: #99CCFF;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align : left;
}

a.NavMenu    {
	color: #FFFFFF;
	text-decoration: none;
}
a.NavMenu:hover { color: #99CCFF; 
		text-decoration: underline; 
}
		
a.NavMenuSel    {
	color: #99CCFF;
	text-decoration: none;
}
a.NavMenuSel:hover { color: #99CCFF; 
		text-decoration: underline; 
}

/* ---------------- NestMenu items -------------------------------*/
/* These items mark the navigation used when using a sequence or nesting. */
p.NestMenu {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	text-align : right;
}

