/* ---------- Default links ---------- */
a:link    {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover   {
  color: #FFFFFF;
  text-decoration: none;
}
a:active  {color: #97B3C7}



/* ---------- Underlined links ---------- */
a.uline:link    {
  color: #000000;
  text-decoration: underline;
}
a.uline:visited {
  color: #000000;
  text-decoration: underline;
}
a.uline:hover   {
  color: #C04651;
  text-decoration: underline;
}
a.uline:active  {color: #97B3C7}



/* ---------- Non-underlined links ---------- */
a.nline:link    {
  color: #000000;
  text-decoration: none;
}
a.nline:visited {
  color: #000000;
  text-decoration: none;
}
a.nline:hover   {
  color: #C04651;
  text-decoration: none;
}
a.nline:active  {color: #97B3C7}



/* ---------- Path links ---------- */
a.path:link    {
  color: #5F9775;
  text-decoration: none;
}
a.path:visited {
  color: #5F9775;
  text-decoration: none;
}
a.path:hover   {
  color: #C04651;
  text-decoration: none;
}
a.path:active  {color: #97B3C7}



/* ---------- Default background color. ---------- */
body {
  background-color: #5F9775;
}


/* ---------- Tables. ---------- */
.main_table {
  background-color: white;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.color_fix {
  background-color: #5F9775;
}

.product_table {
  background-color: white;
 	margin-right: auto;
 	margin-left: auto;
}

.thumbnail_table {
  background-color: white;
	width: 440px;
}


/* ---------- Table contents. ---------- */
.table_links {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color: #5F9775;
}

.table_currpage {
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #5F9775;
}

.table_product1 {
  width: 180px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
}

.table_product2 {
  text-align: center;
}

.table_heading {
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.table_centertext {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

.table_lefttext {
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

.table_sandh {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  outline-style: solid;
  outline-width: 1px;
  position: relative;
  left: 280px;
	margin-right: 6px;
	margin-left: 6px;
}

.table_evitetext {
  width: 700px;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  outline-style: solid;
  outline-width: 1px;
  position: relative;
  left: 30px;
	margin-right: 6px;
	margin-left: 6px;
}






/* ---------- Other. ---------- */
.prod_name {
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #5F9775;
}

.list {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  list-style-type: disc;
}

.text_currentpage {
  color: #000000;
  text-decoration: underline;
}
