body {
color: #000;
font: 14px Helvetica, Arial, sans-serif;
}
body, html, h3, p, ul, li, div {
margin: 0;
padding: 0;
}
p {
font-size: medium;
line-height: 140%
}

p.style1 {color: #f7931d}

p.footer {font-size:xx-small}

h1,h2,h3 {
color: #f7931d;
}

a {
color: #0071bc;
font-weight: bold;
text-decoration: none;
background: transparent;
}
a:visited {
color: #000;
background: transparent;
}
a:hover {
text-decoration: underline;
color: #a3cd39;
background: transparent;
}

acronym {
border: 0 none;
}


ul,li {
margin-left:20px;
list-style-image: url(bullet.gif);
}
#spec caption {
	font: 100% Helvetica, Arial, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(bg_caption.jpg) right top;
	height: 45px;
	color: #FFAA00;
}
#spec thead th {
	background: url(bg_th.jpg) no-repeat right;
	height: 47px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
}
#spec tbody tr {
	background: url(bg_td1.jpg) repeat-x top;
}
#spec.tbody tr.odd {
	background: #FFF8E8 url(bg_td2.jpg) repeat-x;
}

#spec tbody th,td {
	font-size: 100%;
	line-height: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	text-align: left;
}
#spec a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
#spec a:hover {
	color: #F8A704;
	text-decoration: underline;
}
#spec tfoot th {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
#spec tfoot td {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}

