body {
	margin-left: 8pt;
	margin-top: 0pt;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000000;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
}
.lgeText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.blkHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bannerBold {
	font-size: x-large;
	font-weight: bold;
	vertical-align: middle;
}
a { 
color: #333333;
text-decoration: underline;
}

a:active { 
color: #0B315B;
}

a:link { 
color: #0B315B; 
}

a:visited { 
color: #0B315B; 
}

a:hover { 
color: #666633;
text-decoration: underline;
}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}
tr.greenBar {
	background-color:#C9A664;
	padding-left: 8pt;
	padding-right: 8pt;
	padding-bottom: 2pt;
	padding-top: 2pt;
}	
.greenHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color:#666633;
}

.boldHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-bottom: 6px;
}

#tanBar {
	background-color: #EFE3D6;
	width:560px;
	margin-top:10px;
	margin-bottom: 8px;
	padding-left: 8pt;
	padding-bottom: 2pt;
	padding-top: 4pt;
}

#tanBox {
	background-color: #EFE3D6;
	width:500px;
	margin-top:10px;
	margin-bottom: 8px;
	padding-left: 8pt;
	padding-bottom: 2pt;
	padding-top: 4pt;
}	

.prodBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666633;
	background-color:#f4f0ea;
	padding: 4px;
	margin-top: 1px;
}

.prodCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666633;
	background-color:#f4f0ea;
    padding: 4px;
}

form {
	margin:0;
	padding:0;
}


 div.hr {
  height: 2px;
  background: #C9A664;
}
div.hr hr {
  display: none;
}

/* MAIN NAVIGATION */

div#navcontainer
{
background-color: #666633;
border-top: solid 2px #C9A664;
border-bottom: solid 2px #C9A664;
}

div#navcontainer ul
{
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 5px 18px 5px 18px;
color: #FFDE9B;
text-decoration: none;
border-right: 2px solid #C9A664;
}

div#navcontainer ul li a:hover
{
background-color: #95954A;
color: #333333;
}

#active a { border-left: 2px solid #C9A664; }

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #666633;
	border-top: 1px solid #333300;
	border-bottom: 1px solid #333300;
	border-left: none;
	margin-top: 10px;
	padding-top: 6px;
	padding-bottom: 4px;
}
.bodyBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bodyItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.white {
	background-color: #FFFFFF;
}

a.pop, a.pop:visited {
color:#0B315B; 
position:relative; 
z-index:1;
}
a.pop b {
position:absolute;
visibility:hidden; /* hide the image */
width:450px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:1px solid #000; /* add a border */
left:100; /* position:the image */
top:-120px;
}
a.pop:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.pop:hover b {
visibility:visible; /* make the image visible */
height:120px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.pop:hover b img {
border:0; /* remove the link border */
}
