/* basic links */ 

a:link		{color: #006666;} 

a:visited	{color: #800080;}




/* heading levels */
h1		{font-size: 1.6em;
		 font-weight: bold;
		 font-family: 'Times New Roman',Times,serif;
		 color: #000000;}

h2		{font-size: 1.3em;
		 font-weight: bold;
		 font-family: 'Times New Roman',Times,serif;
		 color: #006666;}

h3		{
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Times New Roman',Times,serif;
	color: #006666;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	font-family: 'Times New Roman',Times,serif;
	color: #006666;
}


/* use with a span tag within h1 */

.subhead	{font-size: .8em;
		 font-weight: normal;}
		 
.navlinks	{margin-bottom: 0em;}
		 
/* use to change heading color to black */
.black	{color:#000000}

/* use with a span tag in text*/

.runinhead	{font-size: 1em;
		 font-weight: bold;
		 font-family: 'Times New Roman',Times,serif;
		 color: #006666;}

/* text */
p		{font-size: 1em;
		 font-weight: normal;
		 font-family: 'Times New Roman',Times,serif;}

div		{font-size: 1em;
		 font-weight: normal;
		 font-family: 'Times New Roman',Times,serif;}
		 
.data {
	font-weight: bold;
	color: #006666;
	margin-bottom: 0em;
		}

.list		{font-size: 1em;
		 font-weight: normal;
		 font-family: 'Times New Roman',Times,serif;}

.shaded_box	{background-color: #CCCCCC;}


/* Tables of Contents */
.menu		{margin-bottom: 8px;
		 font-size: .8em;}  
				             

/* Text Indent Levels */
.indent		{text-indent: 50px;}

.lvl2indent	{text-indent: 75px;}

.lvl3indent	{text-indent: 100px;}


/* table */
.header		{background-color: #99CCCC;}

.header1	{background-color: #CCCCCC;}
.header2	{background-color: #E8E8E8;}

.rowcolor	{background-color: #d9f0ef;}

.tbindent	{padding-left:2em;}


/* footnotes */ 
.fntext		{font-size: .8em;
		 font-weight: normal;
		 font-family: 'Times New Roman',Times,serif;}
		 

/* bottom of page */ 
.footer		{font-size: .8em;
		 font-weight: normal;
		 font-family: 'Times New Roman',Times,serif;
		 width: 600px;}
		 
/* return to text links */
.return {
	display: block;
	text-align: right;
	margin-bottom: 1em;

}
		 
/*------------ Makes the Skip to Content links invisible ---------------*/
.invisible {position:absolute; left:-100em; width:1em;}
.skip {position:absolute; left:-100em; width:1em;}
#skip2 {position:absolute; left:-100em; width:1em;}
