/*********************************************************************

Cascading style sheet for JMT website home page

© Crossroads Solutions, Inc. (www.crossroads-solutions.com)

*********************************************************************/

a:link, a:visited, a:active {
  font-family: arial, verdana, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  text-decoration: none;
  color: rgb(0,51,153); 
}
a:hover {
  font-family: arial, verdana, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  text-decoration: none;
  color: rgb(255,102,0); 
}
h1 {
  font-family: arial, verdana, sans-serif;
  font-size: 12pt; 
  font-weight: bold;
  color: rgb(2,2,93);
  margin-bottom: 8;
}
h2 {
  font-family: arial, verdana, sans-serif;
  font-size: 12pt; 
  font-weight: bold;
  color: rgb(2,2,93);
  margin-bottom: 0;
}
h6 {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt; 
  font-weight: normal;
  color: rgb(0,0,0);
  margin-before: 0;
  margin-after: 0;
}
hr.divsect {
  border: 0;
  color: #000000;
  background-color: #000000;
  height: 2px;
  width: 35%;
  text-align: center;
}
img {
  border: 0px;
  border-style: solid;
  border-color: #000000;
}
p {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt;
  color: rgb(0,0,0);
}
p.contlist
{
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3em;
}
table {
  font-family: arial, verdana, sans-serif;
  font-size: 10pt; 
  color: rgb(0,0,0);
  border: 0px;
  border-style: solid;
  border-color: #000000;
}
td {
  border: 0px;
  border-style: solid;
  border-color: #000000;
  text-align: left;
  vertical-align: top;
}
ul {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10pt;
  list-style-type: disc;
  margin-left: 30;
  padding-left: 0;
}

.bodyPage {
  background-color: rgb(255,255,255);
}
.bodyDiv {
  background-color: rgb(255,255,255);
}

.btmctr {
  vertical-align: bottom;
  text-align: center;
}
.btmlft {
  vertical-align: bottom;
  text-align: left;
}
.btmrgt {
  vertical-align: bottom;
  text-align: right;
}
.bgwht {
  background: rgb(255,255,255);
}
.bggrn {
  background: url("images/dot_grn.gif") fixed;
}
.hngind10 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  text-indent: -10px;
}
.mdlctr {
  vertical-align: middle;
  text-align: center;
}
.mdllft {
  vertical-align: middle;
  text-align: left;
}
.mdlrgt {
  vertical-align: middle;
  text-align: right;
}
.mosaic2 {
  background: url("images/mosaic2.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
}
.noframe {
  width="740";
  padding-top: 87;
  padding-left: 10;
  background: url("images/home_img/noframe.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: rgb(255, 255, 25);
}
.smlhdr1 {
  text-decoration: underline;
  margin-top: 6;
  margin-bottom: 6;
}
.smlhdr2 {
  text-decoration: underline;
  margin-top: 0;
  margin-bottom: 4;
}
.smlhdr3 {
  margin-top: 0;
  margin-bottom: 4;
}
.topctr {
  vertical-align: top;
  text-align: center;
}
.toplft {
  vertical-align: top;
  text-align: left;
}
.toprgt {
  vertical-align: top;
  text-align: right;
}
.ulflush {
  margin-left: 16;
  padding-left: 0;
}
.xborder {
  border: 1px;
  border-style: solid;
  border-color: #000000;
}

