BODY { 
  background: white;
  /* background-image: url("images/robbscarvfeint.jpg"); */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
BODY.home { 
  background: white;
  background-image: none;
}
BODY.noback { 
  background: white;
  background-image: none;
}
P { text-align: left; font-family:  "Verdana", "Arial"; color: #000000; background-color: transparent }
P.cen { text-align: center; }

P.small {   font-size: smaller; }

H1 {
 color: #0033CC; 
 background-color: transparent ; 
 text-align: "center";
 font-family: "Verdana", "Arial";
 font-style: "italic";
 font-weight: "bold";
}

H2 {
 color: #0033CC; 
 background-color: transparent ; 
 text-align: "center";
 font-family: "Verdana", "Arial";
 font-style: "italic";
 font-weight: "normal";
}
H3 {
 color: #000000; 
 background-color: transparent ; 
 text-align: left;
 font-family: "Verdana", "Arial";
 font-style: "normal";
 font-weight: "normal";
}

LI.bold {
 font-weight: "bold";
  font-size: 12pt; 
  font-family:  "Verdana", "Arial";
}

TABLE { 
  border-collapse: separate; 
  border-spacing: 0pt 0pt; 
  background-color: #ccc; 
  border: outset 2px;
}
TABLE.noborder { 
  background-color: transparent; 
  border: none;
}
TABLE.address {
 background-color: transparent ;
 border: none;
}
TR {}
TH {
  font-weight: bold;
  text-align: center; 
  color: #000; 
  background-color: #dff; 
  font-family: "Verdana", "Arial"; 
  font-size: 12pt; 
  padding: 5px; 
  vertical-align: middle; 
 border: inset 2px;
}
TH.big {
  color: #909; 
  background-color: #fff; 
  text-align: center; 
  font-size: 18pt; 
}

TD.cennb {
 font-family: "arial";
 color: #000000;
 padding: 3px;
 border: none;
 vertical-align: middle; 
  text-align: center; 
 background-color: transparent ; 
}


TD { 
 background-color: #fff; 
 padding: 5px;
 font-family: "Verdana", "Arial";
 font-weight: normal;
 font-size: 0.8em; 
 text-align: center; 
 vertical-align: middle; 
 color: #000; 
 border: inset 2px;
}
TD.nopad { 
 padding: 0px;
 margin: 0;
}

TD.r { 
 text-align: right; 
}
TD.cen { 
 text-align: center; 
}

TD.topalign { 
 border: none;
  text-align: center; 
  vertical-align: top; 
  padding: 0.0em; 
}

TD.topnb {
 border: none;
 font-weight: bold;
 text-align: left;
 vertical-align: top; 
 background-color: transparent ; 
}

TD.logo { 
 text-align: center;
 border: none; 
  color: #909; 
  font-size: 16pt; 
 font-weight: bold;
}
TD.high { 
 background-color: #ff9; 
 font-weight: bold;
}
TD.address {
 background-color: transparent; 
 color: blue; 
  font-style: italic; 
  font-weight: normal; 
  font-size: 10pt; 
  border: none;
}

TD.button { 
  text-align: center; 
  border:  outset 3pt #999; 
  background-color: #ffc; 
  background-image: url("images/bgbuttonyb.jpg");
  background-repeat: repeat;
  font-weight: bold;
  padding: 0.1em; 
}
TD.button2 { 
 width: 100px;
 height: 31px;
 border: none;
  text-align: center; 
  vertical-align: middle; 
  background-color: #ffc; 
  background-image: url("images/bgbuttonyb.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left;
/*  background-attachment: fixed; */
/*  background-position: center; */
  font-weight: bold;
  padding: 0.0em; 
}



SPAN.logo {
 color: #00CC33;
 font-family: "Verdana", "Arial";
 font-style: "italic";
 font-weight: "normal";
}


A.button { text-decoration: none}
A.button:link {color: #000000; text-decoration: none}
A.button:visited {color: #000000; text-decoration: none}
A.button:active {color: #000000; text-decoration: none}
A.button:hover 	{ color: #00b000; background: none ; text-decoration: none}



A:LINK {color: #ff3300}
A:VISITED {color: #990033}
A:ACTIVE {color: #33CC33}
A:focus          { outline: thin dotted invert }
A:hover 	{ background: #cff }
A[href]         { text-decoration: underline }

