/* www.jeffr.net Core Styles v1.0 */
/* Stylesheet by webmaster@jeffr.net */
/* Last Modified: 12/30/2009 */
/* Last Validated: 12/10/2000 */
/* See W3C CSS Validator at http://jigsaw.w3.org/css-validator/ */

/* Modified by Lise Stuart for signenelsonstuart.com*/

/* Document Body */

body {
  color: #000000;
  background-color: #000000;
  font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
  /* font-family: Verdana, Arial, Helvetica, sans-serif; */
  margin: 20px 20px;
  /* Don't define anything else here, since document   */
  /* content needs to have some kind of tag around it. */
}
 

/* Major Headings */

h1 {
  font-size: 24pt;
  font-type: Verdana;
  font-style: italic;
}

h2 {
  font-size: 175%;
  font-weight: normal;
}

h3 {
  font-size: 110%;
  font-weight: bold;
}

h4 {
  font-size: 85%;
  font-weight: normal;
}

/* h5, h6, are undefined since we don't use them often. */


/* Document Elements */

p {
  font-family: Verdana;
  font-size: 12pt; 
  font-weight: normal;
  font-style: normal;
}

small {
  font-size: 10pt;
  font-style: normal;
}

big {
  font-size: 14pt;
  font-style: normal;
  font-weight: bold;
}

em, i {
  /* Inherit Attributes */
  font-style: italic;
}

strong, b {
  /* Inherit Attributes */
  font-weight: bold;
}

cite {
  /* Inherit Attributes */
  font-style: italic;
}

pre, code, samp, tt {
  font-family: Verdana;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}

blockquote {
  font-size: 12pt; 
  font-weight: normal;
}

q {
  /* Inherit Attributes */
  font-weight: normal;
  font-style: italic;
}

acronym {
  /* Inherit Attributes */
  font-variant: small-caps;
}

ins {
  /* Inherit Attributes */
  text-decoration: underline;
}

del {
  /* Inherit Attributes */
  text-decoration: line-through;
}

sup {
  font-size: 10px;
  font-weight: normal;
}

sub {
  font-size: 10px;
  font-weight: normal;
}

/* 
img {
  border: 1px;
} 
*/

/* Lists */

dt {
  font-size: 12pt; 
  font-weight: bold;
}

dd {
  font-size: 12pt; 
  font-weight: normal;
  font-style: italic;
}

li {
  font-size: 10pt; 
  font-weight: normal;
}


/* Tables */

caption {
  font-family: Verdana, Arial;
  font-size: 12pt; 
  font-weight: normal;
  font-style: italic;
}

th {
  font-family: Verdana;
  font-size: 12pt; 
  font-weight: normal;
  font-style: normal;
}

td {
  font-family: Verdana;
  font-size: 12pt; 
  font-weight: normal;
  font-style: normal
}



/* Form Labels and Elements */

label {
  font-size: 12pt; 
  font-weight: normal;
  font-style: normal;
}

input {
  font-family: Tahoma, Arial;
  font-size: 12pt;
  font-weight: normal;
  font-style: normal;
}

select {
  font-family: Tahoma, Arial;
  font-size: 12pt;
  font-weight: normal;
  font-style: normal;
}

textarea {
  font-family: Tahoma, Arial;
  font-size: 12pt;
  font-weight:normal;
  font-style: normal;
}

fieldset {
  font-weight: normal;
  font-style: normal;
}

legend {
  font-size: 12pt;
  font-weight: bold;
  font-style: normal;
}


/* Hyperlinks */

a:link {
  /* Inherit Attributes */
  text-decoration: none;
  color: #606060;
  background: transparent;
}

a:visited {
  /* Inherit Attributes */
  text-decoration: none;
  color: #606060;
  background: transparent;
}

a:active {
  /* Inherit Attributes */
  color: #202020;
  text-decoration: bold;
}

a:hover {
  /* Inherit Attributes */
  text-decoration: underline;
}


/* Miscellaneous Classes */

.hilite {
  /* Inherit Attributes */
  color: #000000;
  background-color: #ffff00;
}

/* CSS Level 2 Additions */

hr {
  color: #000000;
  /* color: #d8d8d8; */
  background-color: #ffffff;
}  

.changebar {
  border-width: thin;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: solid;
  border-right-style: none;
  border-color: #FF0000;
  padding-left: 5px;
}

.divframe {
  border-width: thin;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: solid;
  border-right-style: none;
  border-color: #cccccc;
  padding-left: 5px;
}

.featurebox {
  font-family: Tahoma;
  font-size: 12pt; 
  font-weight: normal;
  font-style: normal;
  background-color: #CCFF99;
}

.featurebox2 {
  border:normal solid #669999; color: #000000;
  background-color: #D2E9FF;
  padding: 5px
}

.toupper {
  /* Inherit Attributes */
  text-transform: uppercase;
}

.tolower {
  /* Inherit Attributes */
  text-transform: lowercase;
}