h1,h2,h3,h4,h5,h6 {
	font-family: Verdana;
	margin: 8pt 0pt 4pt 0pt;
	clear: both;
}

h1 { font-size: 15pt; font-weight: bold; }
h2 { font-size: 13pt; font-weight: bold; color: #2F8B20; }
h3 { font-size: 12pt; font-weight: bold; }
h4 { font-size: 11pt; font-weight: bold; font-style: italic; }
h5 { font-size: 10pt; font-weight: bold; }
h6 { font-size: 9pt; font-weight: normal; font-style: italic; }

   body,p,span,td { font-size:11pt; font-face: Times New Roman; }

   .bluetext {
   	color: #2A3D7A;
   	font-size:11pt;
   	font-family: Verdana;
   	text-decoration : none;
   }

   .redtext {
    color: #993300;
   }

   a.bluetext {
   	color: #2A3D7A;
   	font-size:11pt;
   	font-family: Verdana;
   	text-decoration : none;
   }

   a.bluetext:active {
   	color: #993300;
   }

   .detailtext {
    font-size:10pt;
    list-style: square outside;
   }

   ul.detailtext {
    padding-left: 1.25em;
   }

   .whatsnew {
    color: #2A3D7A;
    font-family: Verdana,Helvetica;
    font-weight: bold;
   }

li.presentation { list-style-image: url(icons/icon-presentation.png); }

li.article { list-style-image: url(icons/icon-article.png); }

li.link { list-style-image: url(icons/icon-Internet.png); }

.lefticon { margin:4px; float: left; clear: both; }

/* navigation drop-down styles (adapted from http://www.htmldog.com/articles/suckerfish/ ): */
	#nav {
		padding: .2em .7em .2em .7em;
		line-height: 1;
	}
		
	#nav ul {
		list-style: none;
		padding: .2em .7em;
		margin: 0em;
		border: none;
		background: #fac164;
		line-height: 1;
	}
	
	#nav li {
		float: left;
		position: relative;
		width: 11em;
		padding: .1em .7em .15em .7em;
		background: #fac164;
	}
	
	#nav li ul {
		position: absolute;
		left: -999em;
		border: .25em solid #ccccff;
		background: #fff9cc;
	}
	
	#nav li li {
		float: none;
		width: 12em;
		padding: .2em;
		background: #fff9cc;
 	}
	
	#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
	}
	
	#nav li:hover, #nav li.sfhover {
		background: #ccccff;
	}
	
	#content {
		clear: left;
	}

	a.bluetext:active {
   		color: #993300;
   }