@charset "utf-8";
/* TCH Technology */

/* Main Content */

body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(/images/main/bg_main.png);
	background-repeat: repeat-x; 
}

div.top {
	min-height: 61px;
	background-image: url(/images/main/bg_top.png);
	background-repeat: repeat-x;
}

div.menu {
	min-height: 33px;
	background-image: url(/images/menu/bg_menu.png);
	margin-bottom: 10px;
}

.updates {
	color: #000000;
	background-image: url(/images/main/bg_updates.png);
	background-repeat: no-repeat;
	width: 337px;
	float: right;
	margin-right: 2em;
	margin-top: 1em;
	font-size: 10px;
}

.intro {
	color: #000000;
	width: 50%;
	font-weight: bold;
	float: left;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: .5em;
}

.introcenter {
	color: #000000;
	width: 90%;
	font-weight: bold;
	text-align: center;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: .5em;
}
.bottom {
	font-size: 10px;
	font-weight: bold;
	color: #D8D8D8;
	text-align: center;
	width: 100%;
	clear: both;
	margin-top: 5em;
	margin-bottom: 1em;
}

.products-nav {
	width: 120px;
	float: left;
}

.products-content {
	background-color: #444444;
	border: 1px solid #FFFFFF;
	background-image: url/images/products/grad.png);
	background-repeat: repeat-x;
	margin-left: 120px;
	margin-right: 50px;
	padding: .5em;
	min-height: 120px;
	margin-right: 100px;
}


/* Links */

a.update:link { 
	color: #FFFFFF; 
	font-size: 10px; 
	text-decoration: none;
	font-weight: bold;
}

a.update:visited { 
	color: #FFFFFF; 
	font-size: 10px; 
	text-decoration: none;
	font-weight: bold;
}

a.update:hover { 
	color: #990000; 
	text-decoration: none;
	font-weight: bold;
}

a.botnav:link { 
	color: #CCCCCC; 
	font-size: 10px; 
	text-decoration: none;
	font-weight: bold;
}

a.botnav:visited { 
	color: #CCCCCC; 
	font-size: 10px; 
	text-decoration: none;
	font-weight: bold;
}

a.botnav:hover { 
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
}

/* Text Styles */

.update1 {
	color: #660000; 
	font-size: 10px; 
	text-decoration: none;
	font-weight: bold;
}
.tch {
 color: #FFFF66;
 font-style: italic;
  }

/* Table Data */


table.body {
	width: 95%;
	border: 0;
	margin-left: 2.5%;  
/*	margin: auto; */
}

td.body {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #7F7F7F;
	border-bottom: 1px solid #990000;
}

td.left {
	background-image: url(/images/main/bg_left.png);
	width: 12px;
	padding: 0;
}

td.right {
	background-image: url(/images/main/bg_right.png);
	width: 12px;
	padding: 0;
}

div.products-nav a {
	clear: both;
	color: #ffffff;
}

div.nav-products a:visited {
	color: #ffffff;
}

div.products-nav a img {
	float: left;
	border: 0;
}
div.products-nav a div {
	background-image: url('../images/navimg-bg.png');
	background-repeat: repeat-x;
	height: 30px;
	line-height: 24px;
	margin-left: 25px;
}
div.products-nav a div span {
	vertical-align: middle;
	font-size: x-small;
}