            /* VbID */
BODY {
font-size : 0.9em;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : normal;
color : #000000;
background-color : #39aeff;  /* sandy very light #fffacd*/
							 /* vbid green #99bb99 */
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto;
}

H1 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;

font-size : 1.6em;
color : #FFFF99;
background-color : transparent;
}

p {
font-family : Verdana, Arial, Helvetica, sans-serif;

}

.fixtext {
font-family : "Courier New", Courier, Monotype;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : .8em;
}

.smalltext {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : .8em;
}

a {
color: #FFFFFF;
font-family : Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
}
a:link{
font-style : normal;
font-variant : normal;
/* font-weight : normal; */
}
a:visited{
font-style : normal;
font-variant : normal;
/* font-weight : normal; */
}
a:hover {
color: #FFFF99;
}

.noline a:link{
  text-decoration : none;
  border-width : 0px;
  border-style : none;
}

.noline a:visited{
  text-decoration : none;
  border-width : 0px;
  border-style : none;
}


.largetext {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : 1em;
}

.largetext a:link{
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : 1em;
}

.largetext a:visited{
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-size : 1em;
}

.errortext {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : #007070;
}

.bg_dark {
  background-color : #c5c093;     /* bluegreen */
  color: #ffffff;
}
.bg_dark a:link{
  text-decoration : none;
}
.bg_dark a:visited{
  text-decoration : none;
}

.bg_medium, .box_title {
  background-color : transparent;     /* sandy medium */
}

.bg_light {
  background-color : #eee9bc;     /* sandy light */
}

.alt_bg_dark {
  background-color : #066fa0;
}

.alt_bg_medium {
  background-color : #c5c093;
  color: #000000;     /* sandy light */
}

.alt_bg_light {
  background-color : #5fb0d8;
}
.cal_light {
  background-color : #c5c093;     /* bluegreen */
  color: #ffffff;
}
.bxlight {
  border-width : medium;
  border-style : dotted;
  border-color : #FFCC00;
  background-color : #FFF4B7;
}
