body {
	margin: 0px 0px 0px 100px;
	background: url(../images/bg.gif);
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight:normal;
}
/* HOME PAGE TABLES*/
#index_table {
	background-image:url(../images/tb_bg.gif);
	background-repeat:repeat-x;
	border: 1px solid #666666;
	border-spacing:5;
	border-collapse:5;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align:left;
	
}
#index_table H3{
	font-size:12px;
	color:#FFFFFF;

}
#index_table  a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration:none;
}
#index_table a:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration:none;
}
#index_table a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration:none;
	}
#prodheadings {
	font: bold 12px Tahoma;
	color: #CC0000;
}
td {
	font: 11px Tahoma;
	color: #666666;

}
hr {
	color: #CC0000;
	height: 1px;
	text-align: center;
	margin-bottom:10;
	margin-left:10;
	margin-right:10;
	margin-top:10;
	background-color:#CC0000;
	width:99%;
	border:0;
	line-height: 2px;
}
/* Start Top Navigation*/

#top_nav {
font: bold 11px Tahoma;
background-color:#DFDFDF;
border: 1px solid #999999;

}
#top_nav a:link {
	font: bold 11px Tahoma;
	color: #CC0000;
	text-decoration: none;
	list-style-image: url(../images/bullet.gif);

}
#top_nav a:visited {
	font: bold 11px Tahoma;
	color: #CC0000;
	text-decoration: none;
	list-style-image: url(../images/bullet.gif);

}
#top_nav a:hover {
	font: bold 11px Tahoma;
	color: #666666;
	list-style-image: url(../images/bullet.gif);

}
/*End top navigation*/

/* NEWS COLUNM */

#news{
	font: 10px Tahoma;
	width: 175px;
	background-color: #E9E9E9;
	list-style-image: url(../images/bullet.gif);
	padding:5px;
	text-align:justify;
}
#news a:link {
	font: bold 10px Tahoma;
	color: #CC0000;
	text-decoration: none;
	list-style-image: url(../images/bullet.gif);

}


#news a:visited {
	font: bold 10px Tahoma;
	color: #CC0000;
	text-decoration: none;
	list-style-image: url(../images/bullet.gif);

}
#news a:hover {
	font: bold 10px Tahoma;
	color: #666666;
	list-style-image: url(../images/bullet.gif);

}


/*  BODY MAIN CONTENT*/
#main_text {
	text-align: left;
	list-style-type: circle;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif

}
#main_text H1{
font-size:20px;
color:#CC0000;
}
#main_text H2{
font-size:12px;
color:#CC0000;
}

#main_text li{
	font-size:11px;
	color:#666;
}

#main_text a:link, a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration:none;
}
#main_text a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration:none;
}

#footer  TD{
	font-family: Tahoma;
	font-size: 11px;
	width: 80%;
}


.table_specs{
Border:1px solid #CCCCCC;
}
.table_specs td{
border:1px solid #CCCCCC;
text-align:center;
padding:1px;
}
.table_specs_top{
border:1px solid #CCCCCC;
text-align:center;
font-weight:bold;
background-color:#dcdcdc;
padding:3px;
}

#text_link {
    text-decoration: none;
	padding-right:10px;
}

#text_link a{
    
	color: #CC0000;
    font-weight: bold;
    text-decoration: none;
	
}
