/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:15px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(../images/minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(../images/plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; padding-left: 0px; padding-top: 5px; padding-bottom: 10px; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-family: Arial; font-size: 14pt; text-align: justify; }
	ul.mktree  li ul li { font-size: 12pt; }
	ul.mktree  li ul li ul li { font-size: 10pt; color: #333366; }
	ul.mktree  ul li ul li ul li li { font-size: 8pt; }
}
.page_heading   { color: #333366; font-weight: 500; font-size: 22pt; font-family: "Microsoft Sans Serif", Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.sub_heading   { color: #333366; font-weight: 300; font-size: 16pt; font-family: "Microsoft Sans Serif", Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.sub_sub_heading     { color: #333366; font-weight: 600; font-size: 12pt; font-family: "Microsoft Sans Serif", Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.footer { color: #333366; font-size: 12px; font-family: "Microsoft Sans Serif", Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
body  { font-weight: normal; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.navigation			 { color: #333366; font-weight: 500; font-size: 14pt; font-family: "Microsoft Sans Serif", Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.navigation:HOVER		{ color: #FF3232; text-decoration: none }
.sub_navigation			 { color: #333366; font-weight: normal; font-size: 12pt; font-family: "Microsoft Sans Serif", Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.sub_navigation:HOVER		{ color: #FF3232; text-decoration: none }
.sub_sub_navigation			 { color: #333366; font-weight: normal; font-size: 8pt; font-family: "Microsoft Sans Serif", Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.sub_sub_navigation:HOVER		{ color: #FF3232; text-decoration: none }

a			{ color: #333366; font-family: "Microsoft Sans Serif", Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; }
a:HOVER	{ text-decoration: underline; }
p { text-align: justify; text-indent: 14pt }
.code { font-size: 10pt; font-family: "Courier New", Courier, Monaco }
