#syl {
	position: static;
	margin-left: 5em;
	width: 45em;
}

h1 {
	font-family: arial;
	color: blue;
}

h2 {
	font-family: arial;
	color: black;
	font-size: 14pt;
}
h3 {
	font-family: arial;
	color: black;
	font-size: 12pt;
}
ul.syl {
	font-family: arial;
	font-size: 10pt;
}

p {
	margin-top:0in;
	margin-bottom: 0.0835in;
}

code {
	font-family: arial;
	font-size: 12px;
}

b.syl {
	color: red;
}
table.syl {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.syl th {
	font-family: arial;
	border-width: 1px 1px 1px 1px;
	padding: 2px 8px 2px 8px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.syl td {
	font-family: arial;
	border-width: 1px 1px 1px 1px;
	padding: 2px 8px 2px 8px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

*.List {
	font-family:'Times New Roman';
	font-size:10pt;
	margin-top:0in;
	margin-bottom:0.0835in;
}
*.ListBullet {
	font-family:'Times New Roman';
	font-size:10pt; margin-left:0in;
	margin-right:0in;
	text-indent:0in;
}

.banner {
	font-weight: bold;
	text-align: center;
}

.header {
  font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

.annotation {
	font-family: arial;
	font-size: 12px;
}

.prompt {
	font-family: arial;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.warning {
	font-family: arial;
	font-weight: bold;
	color: red;
}

.messagediv {
	font-family: arial;
	border-width: 1px;
	border-style: outset;
	padding: 5px;
  //background-color: gra;
}

.failedMsg, .errorMsg, .warningMsg {
	font-family: arial;
	font-weight: bold;
  color: red;
  //color: blue;
}
.successMsg {
	font-family: arial;
	font-weight: bold;
	color: green;
}

.msgField {
	font-family: arial;
	font-weight: bold;
}
.msgText {
	font-family: arial;
	//font-weight: bold;
}

