@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: repeat;
	margn: 0px;
	padding: 0px;
}
body, p, li, ul {
	font-size: 12px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	padding-right: 1em;
}

h1, h2, h3 {font-family: Verdana, Arial, Geneva, sans-serif;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	margin-top: 0em;
	padding-top:0.1em;	/* padding-bottom:.3em; */	/* background-color: #79B7B7; */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: .02px;
}
h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
	line-height: 1.2em;
}

h4 {
	font-size: 13px}

ul, ul ul, ul ul ul {
	
	list-style: disc;/*padding-bottom: .3em;
		/*padding-left: .5em;*/}

li, li li, li li li {
	
		/*padding-left: .5em;*/

*/
;
	line-height: 1.27em;
	margin: 0.3em 8em 1.1em 2.5em;
}

/*ul ul {
	font-size: 12px
	;
}*/

table {
	border:medium;
	border-color: #333333;
	padding: 1em;
}

a:link {
	color: #006666;
	text-decoration: underline;
	padding-left: 6pt;
}
a:active {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #CC9900;
}
.H1BlueGreenLink {	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #005555;
	font-style: bold;
}

.TutorialHeader {font-size: 18px}

.TutorialSubHeader {font-size: 18px}

.quoteBoldItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.largestHeader { font-size: 24px;
padding-top: .2em; }

.stepInstructionIndent {
	margin-left: 8em;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 0.5px;
}
.stepInstructionHeader {
	margin-left: 1.5em;
	font-weight: bold;
	color: #004B4B;
}
.centeredIntro {
	text-align: center;
	font-size: 14px;
	line-height: 1.2em;
	margin: 8px 70px 0px;
}
