A.navMenu {
	color: #000000;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}
A.navMenu:hover {
	background: #333333;
	color: #ffffff;
	padding-left: 1px;
	padding-right: 1px;
}

A.navMenuSelected {
	color: #333333;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}
A.navMenuSelected:hover {
	padding-left: 1px;
	padding-right: 1px;
}

A.dialogChoice {
	color: #0000ff;
	text-decoration: underline;
	padding: 2px;
}
A.dialogChoice:hover {
	background: #0000ff;
	color: #ffffff;
	padding: 2px;
}
A.dialogChoice:active {
	background: #0000ff;
	color: #ffffff;
	padding: 2px;
}

BODY {
	font-family: Arial, Helvetica;
	font-size: 12pt;
}

DIV.formDescr {
	font-family: Arial, Helvetica;
	font-size: 11pt;
}
DIV.formTitle {
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 2px;
}
DIV.pageDescr {
	font-family: Arial, Helvetica;
	font-size: 13pt;
	margin-bottom: 11px;
}
DIV.pageHeadBassett {
	font-family: Arial, Helvetica, Time New Roman, Times;
	font-size: 12pt;
}
DIV.pageHeadVAQ {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
}

H1 {
	background: #006666;
	border: 1px outset;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 8px;
    padding-left: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
}
H2 {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 2px;
}

INPUT.submit {
	border: 1px outset ;
	font-family: Courier New, Courier;
	font-size: 11pt;
}
INPUT.text {
	font-family: Courier New, Courier;
	font-size: 11pt;
}

SELECT {
	font-family: Courier New, Courier;
	font-size: 11pt;
}

SPAN.clickLabel {
	cursor: pointer;
	xcursor: default;
}

TABLE.data {
	border: 1px outset;
}
TABLE.dialogBorder {
	background: #dddddd;
	border: 2px outset;
	padding: 15px;
}
TABLE.form {
	xbackground: #ccffcc url(/vaq/form-bg.jpg);
	margin: 4px;
}
TABLE.formBorder1 {
	border: 1px solid #cccccc;
	margin: 0px;
}
TABLE.formBorder2 {
	background: #ccffcc url(/vaq/form-bg.jpg);
	margin: 0px;
}
TABLE.navMenuSection {
	background: #ccffcc url(/vaq/menu-bg.jpg);
	border: 1px outset;
}


TD {
	font-family: Arial, Helvetica;
	font-size: 12pt;
}
TD.answerSheet1 {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	padding-right: 4px;
	text-align: right;
}
TD.answerSheet2 {
	font-family: Arial, Helvetica;
	font-size: 12pt;
}
TD.data {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	padding-right: 4px;
}
TD.data-right {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	padding-right: 4px;
	text-align: right;
}
TD.dialogChoice {
	border: 1px outset;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
TD.dialogHeaderBlue {
	background: #0000cc;
	border: 1px inset;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	padding: 2px;
}
TD.dialogHeaderRed {
	background: #cc0000;
	border: 1px inset;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	padding: 2px;
}
TD.emptySet {
	padding: 7px;
	background: url(/vaq/mt-set.gif);
}
TD.formInputLabel {
	font-family: Arial, Helvetica;
	font-size: 11pt;
	text-align: right;
	padding-right: 4px;
}
TD.navMenu {
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 10pt;
}
TD.navMenuHead {
	background: #006666;
	border: 1pt outset;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 2px;
}
TD.navMenuDisabled {
	color: #999999;
	font-family: Arial, Helvetica;
	font-size: 10pt;
}
TD.navMenuSelected {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
}
TD.navMenuSep {
	background: #cccccc;
}
TD.pageHeadStatus {
	font-family: Arial, Helvetica;
	font-size: 10pt;
}
TD.staticInput {
	font-family: Courier New, Courier;
	font-size: 11pt;
	padding-left: 2px;
	padding-right: 2px;
}
TD.userFeedbackError {
	background: #cccccc;
	border: 1px solid #ff0000;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	padding-left: 9px;
	padding-right: 9px;
}
TD.userFeedbackInfo {
	background: #ccffcc;
	border: 1px solid #33ff33;
	font-family: Arial, Helvetica;
	font-size: 11pt;
	padding-left: 9px;
	padding-right: 9px;
}


TH {
	background: #dddddd;
	border: 1px outset;
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
}
TH.center {
	text-align: center;
}

TR.grey1 {
	background: #ffffff;
}
TR.grey2 {
	background: #eeeeee;
}
TR.form1 {
	background: #eeffee;
}
TR.form2 {
	background: #ccffcc;
}
