* { margin:0; padding:0;}

/* index */

.index .header {
	font-family: Times New Roman, Times Roman;
	padding-bottom: 10px;
	font-size: 48px;
	font-weight: bold;
	text-align: center
}

.index .footer {
	font-family: Times New Roman, Times Roman;
	padding-top: 10px;
	font-size: 18px;
	text-align: center
}



/* screen1 */

#screen1 {
	background-color: #80FF80
}

#screen1 #main {
	width: 100%
}

#screen1 #content {
	width: 878px;
	margin-left: auto;
	margin-right: auto;
}

#screen1 .title {
	font-family: Times New Roman, serif;
	font-size: 48pt;
	color: #FF0000;
	text-align: center;
	padding-bottom: 30px
}

#screen1 .selectorTable td {
	height: 25px;
	width: 200px;
	min-width: 200px;
	border: 1px solid black;
	font-family: Times New Roman, serif;
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
	color: black;
	background-color: #80FFFF;
	border-spacing: 6px;
	padding-left: 10px;
	cursor: pointer;
	cursor: hand
}

#screen1 p {
	width: 878px;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	color: black;
	margin-left: 6px;
	text-align: left
}

.alignleft {
	width: 100%;
	text-align: left
}

.alignright {
	width: 100%;
	text-align: right
}

.centered {
	text-align: center
}

#screen2 {
	padding-left: 13mm;
	padding-right: 13mm
}

#screen2 .title {
	font-family: Times New Roman, serif;
	font-size: 24pt;
	color: #FF0000;
	text-align: left;
	margin-bottom: 10px
}

#screen2 p {
	float: left;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 21pt;
	color: black;
	margin-right: 13mm
}

#screen2 img {
	margin-right: 13mm
}

#screen2 select {
	float: left;
	margin-left: 25mm;
	margin-top: 18mm;
	margin-right: 13mm;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	color: black
}

.instructions {
	float: left;
	margin-top: 18mm;
	font-family: Times New Roman, Times Roman, serif;
	font-size: 18pt;
	color: black;
	text-align: left;
}

.instructions1 {
	float: left;
	margin-left: 13mm;
	margin-top: 58mm;
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 28pt;
	color: black;
	text-align: left;
}

.instructions2 {
	float: left;
	margin-top: 18mm;
	margin-left: 100mm;
	font-family: Times New Roman, Times Roman, serif;
	font-size: 18pt;
	color: black;
	text-align: left;
}

img.floatLeft {
	float: left
}

.textblacknorm {
	color: #000000;
	font-weight: normal
}

.textlight {
	color: #C8C8C8;
	font-weight: normal
}

.textrednorm {
	color: #FF0000;
	font-weight: normal
}

.pink {
	background-color: #FF8080
}

#bottom {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 6mm
}

.floatleft {
	float: left
}

.floatright {
	float: right
}

#nextScreenButton {
	background-color: #FF8080;
	font-family: Times New Roman, Times Roman, serif;
	font-size: 20pt;
	text-align: center;
	height: 40px;
	border: 1px solid black;
	cursor: pointer;
	cursor: hand
}

#startDictationButton {
	background-color: #FFFF00;
	font-family: Times New Roman, Times Roman, serif;
	font-size: 20pt;
	text-align: center;
	height: 40px;
	border: 1px solid black;
	cursor: pointer;
	cursor: hand
}

#sayAgainButton {
	background-color: #00FF00;
	font-family: Times New Roman, Times Roman, serif;
	font-size: 20pt;
	text-align: center;
	height: 40px;
	border: 1px solid black;
	cursor: pointer;
	cursor: hand
}

#nextPhraseButton {
	background-color: #FFFF00;
	font-family: Times New Roman, Times Roman, serif;
	font-size: 20pt;
	text-align: center;
	height: 40px;
	border: 1px solid black;
	cursor: pointer;
	cursor: hand
}

#readThroughButton {
	background-color: #FF80FF;
	font-family: Times New Roman, Times Roman, serif;
	font-size: 20pt;
	text-align: center;
	height: 40px;
	border: 1px solid black;
	cursor: pointer;
	cursor: hand
}

#endButton {
	background-color: #80FF80;
	font-family: Times New Roman, Times Roman, serif;
	font-size: 20pt;
	text-align: center;
	height: 40px;
	border: 1px solid black;
	cursor: pointer;
	cursor: hand
}

#players {
	position: absolute;
	top: -1000px;
	left: -1000px
}

.content {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2em;
}

