/*--- 
     Main style sheet for personal Web site
  ---*/

a {
	text-decoration: none;
	color: darkblue;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: darkblue;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: darkblue;
	font-weight: bold;
}

a[href]:hover {
	text-decoration: none;
	background-color: yellow;
	color: black;
	font-weight: bold;
}

h1 a { color: black; }

h2 a { color: black; }

caption a { color: black; }

a.backTo {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a.backTo:visited {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a.backTo:active {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a.backTo:hover {
	text-decoration: none;
	background-color: white;
	color: black;
	font-weight: bold;
}

a.upDownArrow {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a.upDownArrow:visited {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a.upDownArrow:active {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a.upDownArrow:hover {
	text-decoration: none;
	background-color: white;
	color: black;
	font-weight: bold;
}

a.bigChoice {
	color: black; text-decoration: none;
	background-color: #E0FFFF;
}

a.bigChoice:visited {
	color: black; text-decoration: none;
	background-color: #E0FFFF;
}

a.bigChoice:active {
	color: black; text-decoration: none;
	background-color: #E0FFFF;
}

a.bigChoice:hover {
	color: black; text-decoration: none;
	background-color: yellow;
}

a.medChoice {
	color: black; text-decoration: none;
	background-color: #E0FFFF;
}

a.medChoice:visited {
	color: black; text-decoration: none;
	background-color: #E0FFFF;
}

a.medChoice:active {
	color: black; text-decoration: none;
	background-color: #E0FFFF;
}

a.medChoice:hover {
	color: black; text-decoration: none;
	background-color: yellow;
}

a.extra {
	text-decoration: none; color: darkblue; font-weight: bold;
}

a.extra:visited {
	text-decoration: none; color: darkblue; font-weight: bold;
}

a.extra:active {
	text-decoration: none; color: darkblue; font-weight: bold;
}

a.extra:hover {
	text-decoration: none;
	background-color: white;
	color: black;
	font-weight: bold;
}

a.top {
	text-decoration: none;
	font-weight: bold;
	background-color: #669999;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	line-height: normal;
}

a.top:visited {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a.top:active {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a.top:hover {
	text-decoration: none;
	background-color: yellow;
	color: black;
	font-weight: bold;
}

body {
	color: black;
	font-family: arial, helvetica, sans-serif;
}

#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 1px solid #C1C1C1;
	padding: 2px;
	background-color: #EFEFEF;
	color: #000000;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.backTo {
	background-color: #669999; color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	line-height: normal;
}

.upDownArrow {
	background-color: #669999; color: white;
	font-size: 24pt;
	line-height: normal;
}

.bigChoice {
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
}

.medChoice {
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
}

.message {
	font-weight: bold; font-size: 16pt; color: #006400;
	font-family: arial, helvetica, sans-serif;
	padding: 2em 0px 0px 0px;
}

.messageFollow {
	font-weight: normal; font-size: 14pt; color: #007000;
	font-family: arial, helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
}

.lastUpdate {
	font-weight: normal; font-size: 12pt; color: black;
	font-family: arial, helvetica, sans-serif;
	padding: 1em 0px 0px 0px;
}

.lm50 { margin-left: 50px; }

.spacedList li { padding-bottom: 10px; }

.spacedSubList { padding-top: 5px; }

.spacedSubList li { padding-bottom: 5px; }

.definition {
	font-weight: bold; font-size: 12pt; color: black;
	font-family: arial, helvetica, sans-serif; background-color: #EEEEEE;
}

.headerRow {
	font-weight: bold; font-size: 14pt; color: black;
	padding-left: 15px; padding-top: 5px;
	padding-right: 15px; padding-bottom: 5px;
	font-family: arial, helvetica, sans-serif; background-color: #EEEEEE;
}

th.headerName {
	width: 50%; text-align: center; font-family: helvetica, arial, sans-serif;
	font-size: 200%; font-weight: bold; font-style: normal; color: darkblue;
}

td.headerConsultant {
	width: 25%; text-align: center; font-family: helvetica, arial, sans-serif;
	font-size: 120%; font-weight: normal; font-style: italic; text-decoration: underline; color: black;
}

/*--- centered caption of a menu of options ---*/
.caption0 { caption-side: top; text-align: center; vertical-align: top;
            font-size: 150%; font-weight: bold; font-style: italic; color: black; }
/*--- centered caption on shaded background on top of table ---*/
.caption1 { caption-side: top; text-align: center; vertical-align: top;
            font-weight: bold; font-size: 14pt; color: black; background-color: #EEEEEE; }
/*--- left alignment of an entire division block or a table ---*/
.leftDiv { margin-left: 0; margin-right: auto; }
/*--- right alignment of an entire division block or a table ---*/
.rightDiv { margin-left: auto; margin-right: 0; }
/*--- centering a block of text ---*/
.centerTxt { text-align: center; }
/*--- right alignment of a block of text ---*/
.rightText { font-weight: normal; font-size: 12pt; color: black;
             font-family: arial, helvetica, sans-serif;
             text-align: right; vertical-align: center; }
/*--- larger font in red on a white background ---*/
.bigRed { font-weight: normal; font-size: larger;
          color: #800000; background-color: #FFFFFF; }
/*--- larger font in bold red on a white background ---*/
.bigRedB { font-weight: bold; font-size: larger;
           color: #800000; background-color: #FFFFFF;
           font-family: helvetica, arial, sans-serif; }
/*--- larger font in green on a white background ---*/
.bigGreen { font-weight: normal; font-size: larger;
            color: #008000; background-color: #FFFFFF; }
/*--- larger font in bold green on a white background ---*/
.bigGreenB { font-weight: bold; font-size: larger;
             color: #008000; background-color: #FFFFFF;
             font-family: helvetica, arial, sans-serif; }
/*--- larger font in blue on a white background ---*/
.bigBlue { font-weight: normal; font-size: larger;
           color: #000080; background-color: #FFFFFF; }
/*--- larger font in bold blue on a white background ---*/
.bigBlueB { font-weight: bold; font-size: larger;
            color: #000080; background-color: #FFFFFF;
            font-family: helvetica, arial, sans-serif; }
.blueBold { font-weight: bold; color: #000080;
            font-family: helvetica, arial, sans-serif; }
/*--- white text on blue background with left and right padding of 2 pixels ---*/
.emph1 { color: #FFFFFF; background-color: #000080; padding-left: 2px; padding-right: 2px; }
/*--- white bolded text on blue background with left and right padding of 2 pixels ---*/
.emph2 { font-weight: bold; color: #FFFFFF; background-color: #000080;
         font-family: helvetica, arial, sans-serif; padding-left: 2px; padding-right: 2px; }
/*--- bold underlined text ---*/
.emph3 { font-weight: bold; text-decoration: underline;
         font-family: helvetica, arial, sans-serif; }
/*--- underlined text ---*/
.emph4 { text-decoration: underline; }
/*--- bolded text ---*/
.emph5 { font-weight: bold; }
/*--- italic text ---*/
.emph6 { font-style: italic; }
/*--- bolded italic text ---*/
.emph7 { font-weight: bold; font-style: italic; }
/*--- white text on blue background for a table cell (padding left out) ---*/
.emph8 { color: #FFFFFF; background-color: #000080; }
/*--- bold header on shaded background ---*/
.hdr1 { font-weight: bold; font-size: 14pt; color: black;
        font-family: arial, helvetica, sans-serif; background-color: #EEEEEE; }
/*--- bold header on white background ---*/
.hdr2 { font-weight: bold; font-size: 14pt; color: black;
        font-family: arial, helvetica, sans-serif; background-color: #FFFFFF; }
/*--- header cell aligned on the right ---*/
.hdr3 { font-weight: normal; font-size: 12pt; color: black;
        font-family: arial, helvetica, sans-serif; background-color: #EEEEEE;
        text-align: right; vertical-align: middle;
        border-right: thin solid black; padding: 5px 2em 5px 2em; }
/*--- non evenly spaced text on a detail line ---*/
.det1 { font-weight: normal; color: #0000a0;
        font-family: arial, helvetica, sans-serif; background-color: #FFFFFF;
        margin: 5px 5px 5px 5px; border-bottom: thin solid black; padding-bottom: 3px; }
/*--- evenly spaced numeric text on a detail line ---*/
.det2 { font-weight: normal; color: #0000a0;
        font-family: courier, monospace, sans-serif; background-color: #FFFFFF;
        margin: 5px 5px 5px 5px; border-bottom: thin solid black; padding-bottom: 3px; }
/*--- details cell aligned on the left ---*/
.det3 { font-weight: normal; color: #0000a0;
        font-family: arial, helvetica, sans-serif; background-color: #FFFFFF;
        text-align: left; vertical-align: top; padding: 5px 2em 5px 2em; }
/*--- separator row ---*/
.sepRow { line-height: 0.5em; }
.largerBold { font-weight: bold; font-size: larger; }
/*--- URL of a Web site in dark blue ---*/
.url { font-weight: normal; color: #0000a0;
       font-family: arial, helvetica, sans-serif; text-decoration: underline; }
/*--- left-aligned text in dark blue ---*/
.text1 { font-weight: normal; color: #0000a0;
         font-family: arial, helvetica, sans-serif; background-color: #FFFFFF;
         text-align: left; vertical-align: middle; }
/*--- left-aligned text in bold dark blue ---*/
.text1b { font-weight: bold; color: #0000a0;
          font-family: arial, helvetica, sans-serif; background-color: #FFFFFF;
          text-align: left; vertical-align: middle; }
/*--- centered text in dark blue---*/
.text2 { font-weight: normal; color: #0000a0;
         font-family: arial, helvetica, sans-serif; background-color: #FFFFFF;
         text-align: center; vertical-align: middle; }
/*--- centered text in bold dark blue---*/
.text2b { font-weight: normal; color: #0000a0;
          font-family: arial, helvetica, sans-serif; background-color: #FFFFFF;
          text-align: center; vertical-align: middle; }
/*--- right-aligned text in dark blue (usually numeric text) ---*/
.text3 { font-weight: normal; color: #0000a0;
         font-family: arial, helvetica, sans-serif; background-color: #FFFFFF;
         text-align: right; vertical-align: middle; }
/*--- right-aligned text in default color (usually numeric text) ---*/
.text4 { font-family: arial, helvetica, sans-serif;
         text-align: right; vertical-align: middle; }

.framedText {
	margin-left: 2em; margin-top: 5px;
	padding: 5px; border: solid thin gray;
}

.centeredText {
	margin-left: 2em; margin-right: 2em; margin-top: 15px;
	padding-left: 10px; padding-top: 0px;
	padding-right: 10px; padding-bottom: 0px; border: solid thin gray;
}

.framedDef {
	margin-left: 2em; margin-top: 5px;
	padding-left: 10px; padding-top: 0px;
	padding-right: 10px; padding-bottom: 0px; border: solid thin gray;
}

.framedTable {
	border: solid thin gray;
}

.pcode {
	font-weight: normal; font-size: 11pt; color: black;
	font-family: 'Courier New', sans-serif; background-color: white;
}

.highlight {
	font-weight: normal; font-size: 11pt; color: white;
	font-family: arial, helvetica, sans-serif; background-color: black;
}
