body
		 { color: #000000; font-size: 72%; font-family: Verdana, Arial, Helvetica, "Sans Serif"; background-color: #ffffff; text-align: justify; margin-left: 4% }
a:link
		  { color: navy; text-decoration: underline }
	
a:visited
		 { color: navy; text-decoration: underline }

a:active
		 { color: navy; text-decoration: underline }

a:hover
		 { color: Green; 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;
}
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;
}

/**used for Related topics links **/
/* for procedures and numbered lists within concepts */
ol
		{ margin-top: .5em; 
		margin-bottom: 0em; 
		margin-left: 2em }

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

li
		 { margin-top: 10px; margin-bottom: 10px; margin-left: 0em }

/*definition lists*/
/* 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-size: 100%; font-family: Verdana, Arial, Helvetica, "Sans Serif"; margin-top: 0.75em; margin-bottom: 0.75em; padding: 0pt 6pt }
.table1  { color: #d2a6a6; font-size: 100%; font-family: Verdana, Arial, Helvetica, "Sans Serif"; background-color: #d2a6a6; margin-top: 0em; margin-bottom: 0em; padding: 0pt; border-top: teal; border-bottom: green }
tr
		{ vertical-align: top; }
		
		
/* use for tip boxes only */
td
		{
	background: #d2a6a6;
	vertical-align: top;
}

/* use for informational tables (grey) */
/* use for information table headings (darkish grey) */
p     { margin-top: 15px; margin-bottom: 15px }

