body {
	color: black;
	font-family: arial, sans-serif; 
	font-size: 10pt;
}

textarea {
	height: 17px;
	width: 200px;
	font-family: sans-serif;
	font-size: 10pt;
}




/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* 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:5px; padding:0px; font-size: 10pt; }
	/* 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(minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(bullet.gif) center left no-repeat; }
	/* 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-size: 10pt; font-weight:bold; }
	ul.mktree  li ul li { font-size: 8pt; font-weight:normal;}
	/* ul.mktree  li ul li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }*/
}

.menuheader {
	font-family: "Times New Roman";
	font-size: 12pt;
	font-weight: bold;
	color: black;
	border-bottom: thin solid rgb(100,100,100);
	background: rgb(255,255,255);
	padding: 2px;
	text-align: center;
}

.menuitem {
	font-size: 10pt;
	color: black;
	font-family:sans-serif;
	padding: 3px;

}

a.header:link {
	border: none;
	text-decoration: none;
	}
a.header:visited {
	border: none;
	text-decoration: none;
}

a.link1:link {
	color: black;
	text-decoration: none;
	}
a.link1:visited {
	color: black;
	text-decoration: none;
	}
a.link1:hover {
	color: black;
	text-decoration: underline;	
	}

a:link {
	color: blue;
	text-decoration: none;
	}
a:visited {
	color: blue;
	text-decoration: none;
	}
a:hover {
	color: blue;
	text-decoration: underline;	
	}



table {
	font-size: 10pt;
}

.titlefont {
	font-size: 20pt;
}
.titlefont2 {
	font-size: 20pt;
	font-family: serif;
}
.titlefont2a {
	font-size: 12pt;
	font-family: serif;
	
}
.titlefont2b {
	font-size: 12pt;
	font-family: sans-serif;
}
.titlefont3 {
	font-size: 16pt;
}
.titlefont4 {
	font-size: 16pt;
	font-family: sans-serif;
}
.titlefont5 {
	font-size: 14pt;
	font-family: sans-serif;
}

.blackfont {
	font-size: 10pt;
	font-family:sans-serif;
}
.blackfont_bold {
	font-size: 10pt;
	font-family: sans-serif;
	font-weight: bold;
	padding: 5px;
}

