<!--
body {
margin: 0px;
padding: 10px;
/*background: #BDC0BE;
background: #E9E9E9 url(testback.jpg) repeat-x top left;*/
}

#title {
 text-transform: uppercase; font-weight: bold;
}


#bar { color:#333; font-family: Georgia, Arial, sans-serif; font-size: 8pt; text-transform: uppercase; /* FONT STYLINGS */
 border: none;
 text-align: center;
font-weight: bold;
 padding-left: 10px;
}

#bar a:link {color: #333; text-decoration: none;}
#bar a:visited {color: #333; text-decoration: none;}

#links { color:#333; font-family: Georgia, Arial, sans-serif; font-size: 8pt; text-transform: lowercase; /* FONT STYLINGS */
 border: none;
 text-align: center;
}

#links a:link {color: #000; text-decoration: none; }
#links a:link:hover {color: #333; text-decoration: none; }
#links a:visited {color: #000;   text-decoration: none; }
#links a:visited:hover {color: #666; text-decoration: none; }

#comments { width: 100%; font-family: Arial, sans-serif; font-size: 7pt; text-transform: uppercase; text-align: right; margin-top: 2px;}
#comments a:link   {color: #000; text-decoration: none; }
#comments a:link:hover {color: #333; text-decoration: none; }
#comments a:visited    {color: #000;   text-decoration: none; }
#comments a:visited:hover  {color: #666; text-decoration: none; }

#image img {border: 10px solid #999999;}
#image a {cursor: default;}

#confused {float: right; margin-right: 10px;}
#confused a:link {color: #ccc; font-weight: bold; font-family: arial-black, sans-serif; font-variant: small-caps; font-size: 13px;}
#confused a:visited {color: #ccc; font-weight: bold; text-decoration: none; font-family: arial-black, sans-serif; font-variant: small-caps; font-size: 13px;}



.rightclick a {
display: block;
width: 100%;
height: 100%;
}

.leftclick a {
display: block;
width: 100%;
height: 100%;
}

/* Tan hack for IE */
* html .customerNumber a {
width: 100%;
height: 100%;
}

.leftclick a:hover {
background: url(after.png) no-repeat center center;
}

.leftclick a:visited:hover  {background: url(after.png) no-repeat center center;}

.rightclick a:hover {
background: url(before.png) no-repeat center center;
}
.rightclick a:visited:hover  {background: url(before.png) no-repeat center center;}

-->
