html, body {
		color: white; 
		background-color: #142A63;
		font-family:"Helvetica","Arial", "Verdana", "Arial";
		font-size: 0.95em;
		}

.header {
		border-style: solid;
		border-width: 1px;
		border-color: #929292;
		text-align: center;
		font-size: 28pt;
		}
		
h1 {
		text-align: center;
		font-size: 24pt;
		}

.caption {
		text-align: center;
		font-weight: ;
		}

.italic	{
		font-style: italic;
		}

h2 {
		border-bottom-style: solid;
		border-width: 1px;
		border-color: #929292;
		font-size: 16pt;
		}

textarea{
	background-color: white;
	color: black;
}

.nocss {
		display: none;
		}



.content {
	position: absolute;
	left: 260px;
	top: auto;
	width: 752px;
		}

		

.layout, .up, .right_up, .right_nav {
		font-size: 9.5pt;
		width: 240px;
		border-style: none;
		border-right-style: solid;
		border-width: 1px;
		border-color: #929292;
		font: 12px Helvetica;
	}



a.boring:link {
	text-decoration: underline; 
	color: white;
}

a.boring:visited {
	text-decoration: underline; 
	color: yellow;	
}

a.boring:active {
	text-decoration: underline; 
	color: #ADD8E6;
}

a.boring:hover {
	text-decoration: underline; 
	color: red;
	font-weight: bold;
}

a:link {
	text-decoration: underline; 
	color: #CDD421;
}

a:visited {
	text-decoration: underline;
	color: yellow;	
}

a:active {
	text-decoration: underline; 
	color: #C00000;
}

a:hover {
	text-decoration: underline; 
	font-weight: bold;
}

.up, .right_up {
		font-size: 12pt;
		margin-top: 10px;
		padding-bottom: 5px;
		border-top-style: solid;
		}

/* 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:10px; padding:0px; }
	/* 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; background: url(../images/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: 12pt; }
	ul.mktree  li ul li { font-size: 10pt; }
	ul.mktree  li ul li ul li { font-size: 10pt; }
	ul.mktree  li ul li ul li ul li { font-size: 10pt; }
}
