A:link          {text-decoration: none; color: #0d593b;}
A:visited       {text-decoration: none; color: #0d593b}
A:active        {text-decoration: underline; color: #0d593b}
A:hover         {text-decoration: underline; color: #0d593b}

A.bold_link:link {
 font-family: Verdana;
 font-size: 8pt;
 text-decoration: none;
 font-weight:bold;
 color: #0d593b;

}
A.bold_link:visited {
 font-family: Verdana;
 font-size: 8pt;
 text-decoration: none;
 font-weight:bold;
 color: #0d593b;

}
A.bold_link:active {
 font-family: Verdana;
 font-size: 8pt;
 text-decoration: underline;
 font-weight:bold;
 color: #0d593b;

}
A.bold_link:hover {
 font-family: Verdana;
 font-size: 8pt;
 text-decoration: underline;
 font-weight:bold;
 color: #0d593b;

}

A.orange_link:link {
  font-family: Times New Roman;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
margin-left: 2em;
margin-right: 2em;
}
A.orange_link:visited {
  font-family: Times New Roman;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
margin-left: 2em;
margin-right: 2em;
}
A.orange_link:active {
  font-family: Times New Roman;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
margin-left: 2em;
margin-right: 2em;
}
A.orange_link:hover {
  font-family: Times New Roman;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
margin-left: 2em;
margin-right: 2em;
}

A.orange_link_plain:link {
  font-family: Times New Roman;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
A.orange_link_plain:visited {
  font-family: Times New Roman;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
A.orange_link_plain:active {
  font-family: Times New Roman;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
A.orange_link_plain:hover {
  font-family: Times New Roman;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

A.dark:link     {text-decoration: none;color: #000033;}
A.dark:visited  {text-decoration: none;color: #000033}
A.dark:active   {text-decoration: underline;color: #000033}
A.dark:hover    {text-decoration: underline;color: #000033}

A.white:link	{color: #ffffff}
A.white:visited {color: #ffffff}
A.white:hover   {color: #ffffff}
A.white:active  {color: #ffffff}


img.white_border { border: white solid 1px; }
img.black_border { border: black solid 1px; }


body 
{ 
scrollbar-base-color: #0d593b; 
scrollbar-face-color: #0d593b; 
scrollbar-track-color: #0d593b; 
scrollbar-arrow-color: #ffffff;
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #0d593b; 
scrollbar-shadow-color: #ffffff;
scrollbar-darkshadow-color: #0d593b;
} 

ul {
padding-left: 1.5em;
margin: 0;
}

.menutext {
  font-family: verdana;
  font-size: 9px;
  color: #ffffff;
}

.standard_heading {
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #000033;
  text-align: center;
  text-transform: uppercase;
}

.main-heading {
  font-family: verdana;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
}

.main_text_area {
  font-family: verdana;
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
line-height: 150%;
}

.pl_table {
  font-family: verdana;
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
  line-height: 150%;
  background-color: #fefefe;
border-width: 1;
border-style: solid;
border-color: #aac1dcl;
}

.pl_table_head {
  font-family: verdana;
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
  line-height: 150%;
  background-color: #f1f6f1;
}

input.button {
  color: #ffffff;
  background: #008080;
  padding: 1px;
  font-family: verdana;
  font-size: 10;
  border : 1px solid #000000;
}

.counter_text {
  font-family: Verdana;
  font-size: 8pt;
  font-weight: normal;
  color: #0d593b;
margin-left: 2.5em;
margin-right: 2em;
}

.contact_table {
  font-family: verdana;
  font-size: 9pt;
  font-weight: bold;
  color: #0d593b;
}

.sitemap_table {
  font-family: verdana;
  font-size: 9pt;
  color: #ffffff;
}

.confirm_text {
  font-family: verdana;
  font-size: 9pt;
  font-style: italic;
  color: #000000;
  border-width: 1px;
  border-spacing: 0px;
  border-style: solid;
  border-color: red;
  border-collapse: collapse;
  background: #ffffff;
}

#calc {
	FONT-SIZE: 18px;
	FONT-FAMILY: Trebuchet MS, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 26px;
	font-weight: normal;
	text-align: center;
	background: url("../../calc_bg.jpg");
	background-repeat: no-repeat 
	}

#calc input {
  color: #008080;
  padding: 1px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12;
  font-weight: bold;
}

#calc select {
  color: #008080;
  background: #ffffff;
  padding: 1px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10;
  font-weight: bold;
  border : 1px solid #000000;
}