a:link {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #10578D;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #8F0000;
	font-weight: bold;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
}
h1{
	font: bold 13px "MS Sans Serif", Tahoma, Geneva, Arial;
	color: #92000A;
}
h1 a:link{
	color: #92000A;
}
h1 a:visited{
	color: #92000A;
}
h1 a:active{
	color: #92000A;
}
#tabsContent ul
{
	list-style:none;
}
#productTabs ul
{	
	list-style: none;
	padding:0;
	margin:20px 0 10px 0;
}
#productTabs li
{
	display: inline;
	padding: 2px 15px 10px 15px;
	margin: 0;
	background-color:#ececec;
	border: solid 1px #666;
}
#productTabs li a {
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding: 0 1em;
}
.productTabContent {
	padding: 15px 5px 5px 23px;
	border: 1px solid #666;
	line-height:16px;
	height:550px;
	width:550px;
	overflow:auto;
}
#productTabs .selected {
	padding-bottom: 11px; 
	background: #FFF;
	border-bottom:0px;
}