TH {
	color: navy;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

TD {
	text-align: left;
	vertical-align: top;
}

BODY {
	color: black;
	font-size: 11pt;
	font-family: Arial;
	margin: 0px
}

A {
	color: blue;
	text-decoration: underline;
	cursor: pointer
}

#MENUTABLE {
	color: white;
	width: 100%;
	background-color: #407aaa;
	font-size: 11pt;
	padding-right: 5px;
	text-align: center;
	border-style: none
}

.MENUCELL {
	border-style: groove;
	cursor: pointer;
	text-align: center;
}

.MENULINK {
	color: white;
	text-decoration: none;
}

#SELECTEDMENUITEM {
	background-color: #ff8000;
	font-weight: bold;
	text-align: center;
}

#SUBMENUTABLECELL {
	width: 150px;
	background-color: #407aaa;
	border-style: none;
	padding-right: 0px;
	text-align: left;
	vertical-align: top;
	padding-left: 0px
}

#CREATEMENU {
	width: 100%;
	background-color: #407aaa;
	border-style: none;
	padding-right: 0px;
	text-align: left;
	vertical-align: top;
	padding-left: 0px
}

#SUBMENUTABLE {
	color: white;
	width: 150px;
	background-color: #407aaa;
	font-size: 11pt;
	border-style: none;
	text-align: left
}

#SUBMENULINK {
	color: white;
	text-decoration: none;
}

#SELECTEDSUBMENUITEM {
	background-color: #ff8000;
	font-weight: bold
}

.SUBMENUITEM {
	border-style: groove
	
	
}

.SUBMENUHEADER {
	background-color: #315e82;
	font-weight: bold 
}

.SUBMENUHEADER A{
	background-color: #315e82;
	color: white;
	text-decoration: none;
	font-weight: bold 
}


#HEADERTABLE {
	height: 5px;
	width: 100%;
	background-color: white;
	border-color: #407aaa;
	border-style: outset;
	border-width: thick;
}

#HEADERTABLECELL {
	height: 5px;
	width: 100%
}

#HEADERWELCOMECELL {
	text-align: left;
	vertical-align: top
}

#HEADERLINKSCELL {
	width: 200px;
	text-align: right;
	vertical-align: top
}

#HEADERTITLE {
	color: blue;
	font-weight: bold;
	font-size: 12pt;
}

#HEADERWELCOME {
	color: navy;
	font-size: 11pt;
}

#HEADERPAGE {
	color: navy;
	font-weight: bold;
	font-size: 11pt;
}

#HEADERLINK {
	color: navy;
	font-size: 11pt;
}

#ERRORMSG {
	color: red
}

H1 {
	color: teal;
	font-weight: bold;
	font-size: 14pt;
	text-align: center
}

.STEP {
	color: #ff8000;
	font-weight: bold;
	font-size: 11pt
}

.QUESTION {
	color: #0000a0;
	font-size: 11pt;
	left: 15px;
	position: relative
}

.ANSWER {
	color: #0000a0;
	left: 30px;
	font-size: 11pt;
	position: relative
}

.inputError{
	background-color: silver;
}
