body {
	margin: 0;
	color: black;
	background: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
:link {
	color: #005A9C;
	background: transparent;
	font-weight: bold;
}
:visited { color: #005A9C; background: transparent }
:active { color: #005A9C; background: transparent }
a:hover { color: #666666; background: transparent text-decoration: none; }

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}


.menu{
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 6px;
	padding-right: 15px;
	background-image: url(../images/top-banner2.gif);
	background-repeat: no-repeat;
	height: 90px;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
a.top-menu,a.top-menu:visited{
	font-size: 10px;
	font-weight: bold;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
.navigaton{
	color: #666666;
	font-weight: bold;
}
a.navi,a.navi:visited{
	font-size: 10px;
	font: bold;
	text-decoration: none;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	width: 152px;
	height: 19px;
	display: block;
	margin: 0px;
	float: left;
	text-align: center;
	padding-top: 3px;
}
a.navi:hover{
	color: Black;
	height: 19px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;

}
.footer{
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-size: 10px;
	font: bold;
	color: #666666;
	padding-left: 15px;
	width: 761px;
	height: 18px;
}
.footer-r{
	background-image: url(images/review-footer.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font: bold;
	color: #666666;
	padding-left: 225px;
	width: 761px;
	height: 18px;
}
.header{
	background-color: White;
	height: 25px;
	color: #005A9C;
	font:  Verdana, Arial;
	font-weight: bolder;
	padding-top: 3px;
	font-size: 11px;
	letter-spacing: 1px;
}
.box{
	background-color: White;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
}
.bg{
	background-image: url(images/review-bg.gif);
	background-repeat: repeat-y;
}
.left{
	font-size: 11px;
	color: #005A9C;
	padding: 10px;
	vertical-align: top;
}
.right{
	font-size: 11px;
	color: black;
	padding: 5 5 5 25;
	vertical-align: top;
}
b{
	font-weight: bold;
	color: #005A9C;
}

th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #005A9C; background: transparent; }
h1 {
	font: 150% sans-serif;
}
h2 { font:  bold 125% sans-serif }
h3 { font:  bold 110% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

.hide { display: none }

div.head { margin-bottom: 1em }
div.head h1 { margin-top: 2em; clear: both }
div.head table { margin-left: 2em; margin-top: 2em }
div { margin-left: 6em; margin-right: 6em; margin-top: 1em }

p.copyright { font-size: x-small }
p.copyright small { font-size: xx-small }

pre { margin-left: 2em }
/*
p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
*/
dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

pre, code { font-family: monospace } /* navigator 4 requires this */

ul.toc {
  list-style: disc;		/* Mac NS has problem with 'none' */
  list-style: none;
}
td{
	border: Red;
}
.img{
   margin-right: 5px;

}
@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}
