body
		{
  color: #000000;
  background: #FFFFFF;
  font-size: 72%;
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  margin-left: 4%;
  /*background-image: url(Draft2.gif);*/ 
}

a:link
		{
	color: #000066;
}
	
a:visited
		{ color: #006633; }

a:active
		{
	color: #666666;
}

a:hover
		{
	color: #9C3000 ;
}

/*These links are for the letters in the glossary*/
A.gloss:LINK {
	color : navy;
	text-decoration: none;
}
A.gloss:VISITED {
	color : navy;
	text-decoration:none;
}

A.gloss:HOVER { 
color: #006633; }
/* link styles for popup glossary words */
A.popup:link {
	text-decoration: none;
	color: navy;
	font-weight: bold;
}

A.popup:visited {
	text-decoration: none;
	color: navy;
	font-weight: bold;
}

A.popup:hover { 
font-weight: bold;
text-decoration: underline; }

/*link styles for navbar in welcome page*/
A.navbar:link
{
	font: bold 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	text-decoration : none;
}

A.navbar:visited
{
	font: bold 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color: White;
}
A.navbar:hover
{
	color: Yellow;
	text-decoration : underline;
}

/* Topic headings */
h1
{
	font-size: 150%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	margin-bottom: .25em;
	margin-top: -.01em;
  color: #074968;
}
h1.blue
	{
	color:navy
}

/* Subheadings */
h2
		{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 120%;
	font-weight: bold;
	margin-top: 1.1 em;
	margin-bottom: .5 em;
}

/* For headings used in graphic callouts */
h2.callout
		{margin-left:.5em;
	margin-right:.5em;
	color:navy;
}

.glossheading
	{
	border-top: solid;
}

/* For tip headings and and third-level headings */
h3		{
    font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 100%;
	margin-top: 2%;
	margin-bottom: 1%;
}

p
		{
			font-family: Verdana, Arial, Helvetica, Sans Serif;
			margin-top: 1em; 
			margin-bottom: 1em; 
		}
		
P.Break
		{line-height: 1em;}
		
		
/**used for graphic callouts **/	
p.callout
		{font-family: Verdana, Arial, Helvetica, Sans Serif;
		 margin-top: .6em; 
		margin-bottom: .6em; 
		color: Navy;
		margin-left:0.5em;	
		margin-right:0.5em;
}

		
/**used for Related topics links **/
p.reltopics
 	{font-family: Verdana, Arial, Helvetica, Sans Serif;	
	 margin-top : 0;
	margin-bottom : 0.5em;}
	
p.button
{
	margin-bottom:-0.75em;
}
	
p.arcinfo
	{
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 90%;
	font-weight: bold;
	margin-top: 0;
	color: #9C3000 
}
span.arcinfo
	{
	font-size: 82%;
	font-style: italic; 
}

/* for procedures and numbered lists within concepts */
ol
		{ 
			margin-top: .5em; 
			margin-bottom: 0em; 
		}

/* for any bulleted lists including tips and notes */
ul
		{ 
			margin-top: .6em; 	
			margin-bottom: 0em;
			list-style-type: disc; 
		}

li
		{ margin-bottom: .7em;
		margin-left: 0em; }

/*definition lists*/
dd
		{ margin-bottom: 0em; 
		margin-left: 1.5em; } 


dt
		{
	margin-top: 2em;
	font-weight : bold;
}

pre
		{ margin-top: 0em;
		margin-bottom: 1.5em; 
		font-size: 115%;}

/* must add table parameters in tag. For tips, use the following: <table width="85%" border="0" cellpadding="5">. For regular data/informational tables, use: <table width="95%" border="0" cellpadding="5">*/
table
		{
	font-family: Verdana, Arial, Helvetica, Sans Serif;	
	font-size: 100%;
	margin-top: .75em;
	margin-bottom: .75em;
	padding: 5pt 8pt;
}
		
tr
		{ vertical-align: top; }
		
		
/* use for tip boxes only */
td
		{
	background: #ECF3FF;
	vertical-align: top;
}

/* use for informational tables (grey) */
td.info
		{  
	background: #EEEEEE;
	color: black;
}

/* use for information table headings (darkish grey) */
th
		{
	text-align: left;
	background: #DFF0F8;
	vertical-align: bottom;
}

PRE.code
		{
	margin-top: 1.5em;  
	margin-bottom: 0em;
	font-size: 115%;
}

.page_content {
	margin-left: 15px;
}

.div_img {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	
}

.img_block {
	padding: 2px;
	display: block;
}

.img_inline {
	display: inline;
}

.note_class, .tip_class {
	width: 85%;
	margin-top: 7px;
	margin-left: -10px;
	padding: 10pt 10pt;
	background-color: #ECF3FF;
}

div.note_class, div.tip_class  {
	margin-bottom: 0.5em;
}

div.note_class  b, div.tip_class   b {
	color : #074968;
}
div.note_class  div, div.tip_class   div {
  margin-bottom: 1em;
}

.important_class {
	width: 85%;
	margin-top: 7px;
	margin-left: -10px;
	padding: 10pt 10pt;
	background-color: #ECF3FF;
}

div.important_class   {
	margin-bottom: 0.5em;
}

div.important_class  b {
	color : red;
}

.other_class {
	width: 85%;
	margin-top: 7px;
	margin-left: -10px;
	padding: 10pt 10pt;
  font-weight: bold;
  font-size: 95%;
}

div.other_class   {
	margin-bottom: 0.5em;
}

div.other_class  {
	color : #AE3100;
}

