html {
	height: 101%;
}

body {
	margin: 0px;
	padding-bottom: 10px;
	font-family: "Verdana";
	background-color: #333333;
}

img {
	border: 0px;
}

table {
	font-size: 10pt;
	border-collapse: collapse;
	/*border: 0px solid black;*/
}

table.info {
	background: white; 
	width: 100%; 
	border-collapse: collapse; 
	border: 1px solid black;
}

table.info td {
	border: 1px solid black;
	padding: 0.2em 2ex 0.2em 2ex;
	color: black;
}

table.info tr.hdr td {
	background: rgb(255, 102, 0); 
	font-weight: bold;
	border: 1px solid rgb(255,102,0);
}

table.info tr.d0 td {
	border: 1px solid white;
	padding: 2px 2px 2px 2px;
	background: rgb(224,224,224); 
	vertical-align: top
}
table.info tr.d1 td {
	border: 1px solid white;
	padding: 2px 2px 2px 2px;
	background: rgb(208,208,208); 
	vertical-align: top
}

table.info tr.d2 td {
	border: 1px solid white;
	padding: 2px 2px 2px 2px;
	background: rgb(192,192,192); 
	vertical-align: top
}

.no_display *{
 position: absolute;
 top: -10000px;
 left: -10000px;
 visibility: hidden;
}

.no_display *td{
    border: 0px solid black;
}

#logo {
	width: 800px;
	height: 81px;
	background-color: #666666;
	background-image: url("/internet/template/home_top_2007b.jpg");
	border-bottom: 0px solid orange;
}

#container {
	width: 800px;
}

#container table {
	border-spacing: 0px;
	padding: 0px;
}

#well {
	font-size: 10pt;
	vertical-align: top;
	background-color: #FFFFFF;
}

#lhn {
	width: 150px;
	height: 100%;
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
	background-image: url("/internet/template/left_bar_orange_circuit.gif");
	background-repeat: repeat-y;
}

#lhn dl {
	font-size: 10pt;
	margin-left: 10px;
	font-weight: bold;
	color: white;
}

#lhn dl dt {
	color: white;
}

#lhn dl dt a {
	color: white;
	text-decoration: none;
}

#lhn dl dt a:hover {
	color: orange;
	text-decoration: none;
}

#lhn dl dd {
	font-size: 80%;
	margin-left: 10px;
}

#lhn dl dd a {
	color: black;
	text-decoration: none;
}

#lhn dl dd a:hover {
	color: orange;
	text-decoration: none;
}

#copyright {
	height: 20px;
	font-family: "Arial";
	font-size: 8pt;
	text-align: center;
	background-image: url("/internet/template/home_bot_flat.jpg");
	background-repeat: repeat-x;
}

#main_data {
	position: absolute;
	top: 0px;
	left: 0px;
}

#display_data {
<<<<<<< style.css
}

table.product {
        width: 100%;
        padding: 10px;
        border: 0px;
        font-family: "Verdana";
}

table.product td {
        font-size: 8pt;
}

p.prod_title {
        font-size: 14pt;
        font-weight: bold;
        font-family: "Arial";
        background-color: #C0C0C0;
}

p.prod_main {
}

dl.prod_features {
        text-align: left;
}

dl.prod_features dt {
        margin-left: 10px;
        font-size: 10pt;
        font-weight: bold;
}

dl.prod_features dd {
        margin-left: 20px;
}
=======
}
>>>>>>> 1.14