a.contents:link        { color: rgb(41,186,222); text-decoration: none}
a.body:link    { color: rgb(191,233,255); text-decoration: none}

a.contents:hover       { color: rgb(41,186,222); text-decoration: underline }
a.body:hover   { color: rgb(191,233,255); text-decoration: underline}

a.contents:active      { color: rgb(41,186,222); text-decoration: underline }
a.body:active  { color: rgb(255,0,0); text-decoration: underline}

a:visited  { color: rgb(41,186,222); text-decoration: none}

a:active   { color: rgb(0,0,0); }
a:link     { color: rgb(0,0,0); text-decoration: none}
a:hover    { color: rgb(0,0,0);}

.ahem {display: none}

table.top
{ max-width: 910px; 
   width: expression(document.body.clientWidth > 910 ? "910px": "100%") ;
	  font-size: .775em; text-align: center;}
table.main
{ max-width: 960px; 
   width: expression(document.body.clientWidth > 960 ? "960px": "100%") ;
	  font-size: .775em; text-align: center;}

.textcenter {text-align: center}
.textjustify{text-align: justify}
img {border-width: 0px }   

body
{   
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(0,98,172);
	color: rgb(255,255,255);
    margin: 5px 0px 0px 0px; 

}



h1    {margin-top: 0px;
       margin-bottom: 0px;
       font-family: Georgia, Times New Roman, Times, serif; 
       font-style: italic;
       font-weight: bold;
       font-size: 20pt;
       text-decoration: underline}
h2
{
	font-family: Georgia, Times New Roman, Times;
	color: rgb(204,153,0); 
}
h3
{
	font-family: Georgia, Times New Roman, Times;
	color: rgb(0,102,153); 
}
h4
{
	font-family: Georgia, Times New Roman, Times;
	color: rgb(153,153,0);
}
h5
{
	font-family: Georgia, Times New Roman, Times;
	color: rgb(255,153,0);
}
h6
{
	font-family: Georgia, Times New Roman, Times;
	color: rgb(51,102,204);
}
.left { float:left;clear:left; margin:5px;}
.right {float:left;clear:left; margin:5px;}


td.toplogo {border: thin solid rgb(255,255,255); width: 275px;
max-width: 275px; 
   width: expression(document.body.clientWidth > 275 ? "275px": "100%");}

td.topsearch {background-image: url('../img/amazonsearch_260.gif'); 
border: thin solid rgb(255,255,255); width: 275px;
max-width: 275px; 
   width: expression(document.body.clientWidth > 275 ? "275px": "100%") ;
background-repeat: no-repeat;
background-position: left top; }