A:active {
  color : #0063BE;
  text-decoration : underline;
}

A:link {
  color : #003399;
  text-decoration : underline;
}

A:visited {
  color : #000066;
  text-decoration : underline;
}

.indent1 {margin-left: 30px;}

.bodytext {
	padding-left: 5px;
	left: 5px;

}

.helptitle {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	background-color: #003399;
	background-image: url('images/swirls.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

BODY {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	background-color: #FFFFFF;
	margin: 0;
	margin-left: 0px;
	margin-top: 0px;
}

P, UL, OL, LI, DD, DL, BLOCKQUOTE, TD, TH {
  font-family : Geneva, Arial, Helvetica, sans-serif;
  font-size : 10pt;
  font-style : normal;
  font-weight : normal;
  color : #000000;
}

.tablesparse {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
}

pre {
  font-family: monospace;
}

H1 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 18pt;
  font-style : normal;
  font-weight : bold;
  color : #000000;
}

H2 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 16pt;
  font-style : normal;
  font-weight : bold;
  color : #000000;
  background-color: #ececff;
}

H3 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 14pt;
  font-style : normal;
  font-weight : bold;
  color : #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 5px;    
}

H4 {
  font-family : Geneva, Arial, Helvetica, sans-serif;
  font-size : 12pt;
  font-style : normal;
  font-weight : bold;
  color : #000000;
}

.commleftnav {
  font-family : Geneva, Arial, Helvetica, sans-serif;
  font-size : 10pt;
  font-style : normal;
  font-weight : bold;
  color : #FFFFFF;
  padding-left:6px;     
  background-color: #00309C;
}

.commleftnavitem {
  font-family : Geneva, Arial, Helvetica, sans-serif;
  font-size : 10pt;
  font-style : normal;
  color : #000000;
  padding-left: 8px; 
  padding-top: 2px;    
  padding-bottom: 2px;    
}

.topnav3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-style : normal;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}

.classData {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}
.className {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}

.codeRed {
  color : #FF0000;
}
.codeGreen {
  color : #008000;
}
.codeBlue {
  color : #0000FF;
}
.codeDarkerBlue {
  color : #0000A0;
}
.codeDarkestBlue {
  color : #000080;
}

/*--------------------------------------
New styles for the left navigation pane to replace the table and images
--------------------------------------------*/

ul.NavEntryList {  
	list-style-position: outside;
	list-style-image: url(Images/bluarrow.gif);
	margin-top: -15px;
	margin-left: 15px;
}

/* The blue background headings in the Nav pane */

.NavHeading {
	font-family : Geneva, Arial, Helvetica, sans-serif;
  	font-size : 10pt;
  	font-style : normal;
  	font-weight : bold;
  	color : #FFFFFF;
	background-color: #00309c;
	margin-left: 10pt;
	margin-top: -15px
}

/* The first blue background heading in the Nav pane, which has a diffent top margin
from NavHeading */

.NavHeading1 { 
	font-family : Geneva, Arial, Helvetica, sans-serif; font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : #FFFFFF;
	background-color: #00309c;
	margin-left: 10pt;
}

/* The DIV that contains the NavHeading* styles. This is needed to make the
entire line blue. The left margin of NavHeading* causes the blue background to 
be indented, too. So wrapping the NafHeading* line in a DIV and coloring the DIV's
background compensates. */

.NavHeadingBG {  background-color: #00309c;}
.helptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.blueline {
	color: #003399;
}