html {overflow: -moz-scrollbars-vertical;}

body {background-color: #CCCCCC; font-family: Arial; font-weight: normal; color:#000000; font-size:13px;}

.style1 {font-size: 11px; color:#FFFFFF;}

.style2 {font-size: 11px}

.style3 {color:#009900; font-weight: bold;}

.style4 {font-size: 13px; color:#009900; font-weight: bold;}

.style5 {font-size: 15px; font-weight: bold}

.style6 {font-size: 15px; font-weight: bold; color: #009900}

.style7 {font-size: 17px; font-weight: bold; color: #009900}

.style8 {font-size: 11px; color: #009900}

iframe {overflow-x: hidden; overflow-y: hidden}

img {border: solid 0px black}

table.reg {border: solid 0px black; text-align: left; width: 750px; vertical-align: top}
table.address {border: solid 0px black; width: 100%; }
table.topnavholder {border-bottom: solid 1px #CCCCCC; border-top: solid 1px #CCCCCC}

td.main {background-image: url(http://3dtracking.net/i/shadowmiddle.gif); vertical-align: top; text-align: left}
td.body {vertical-align: top; text-align: justify}

td.buttonh {border: solid 0px white; width: 117px; height: 30px; font-size: 14px; font-weight: bold; color: #009900; text-align: center; cursor:pointer}
td.buttonh:hover {background-image: url(http://3dtracking.net/i/buttonhbackground.png); color: #ffffff}

td.selectedh {border: solid 0px black; background-image: url(http://3dtracking.net/i/buttonhbackground.png); cursor:pointer; width: 117px; height: 30px; font-size: 14px; font-weight: bold; text-align: center; color: #ffffff}

td.buttonv {border: solid 0px white; border-top: solid 0px black; background: white; width: 100px; height: 26px; font-size: 12px; font-weight: bold; color: #009900; text-align: center; cursor:pointer}
td.buttonv:hover {background-image: url(http://3dtracking.net/i/buttonvbackground.png); color: #ffffff}

td.head {border: solid 0px black; height: 25px; font-size: 13px; color:#009900; font-weight: bold; width: 80px}

td.selectedv {border: solid 0px black; border-top: solid 0px black; background-image: url(http://3dtracking.net/i/buttonvbackground.png); cursor:pointer; width: 100px; height: 26px; font-size: 12px; font-weight: bold; text-align: center; color: #ffffff}

/*THUMBNAIL HOVERPOPUPS*/

.thumbnail  {
position: relative;
float: left;
padding: 5px;
/*z-index: 0;*/
}

.thumbnail:hover {
background-color: transparent;
/*z-index: 50;*/
text-decoration: none;
}

.thumbnail span { /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 5px;
/*left: -1000px;*/
border: 0px solid #666;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
visibility: visible;
top: -5px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 0px;/*position where enlarged image should offset horizontally */
}