BODY {background: URL(image1.jpg);
background-attachment: scroll;
background-repeat: repeat;
color: black;
background-color: white;
font-family: "Bookman Old Style", Arial, "Antigoni Light", sans-serif;
font-size: 12pt;
margin: 0px 0px; padding: 0px;}
.firebrick {font-weight: bold; color: #B22222;}
.big {
	font-family: "Bookman Old Style", arial, "Antigoni Light", sans-serif;
    font-size: 12pt ;
	}
h1 {font-family: "Bookman Old Style", Arial; font-size: 20pt; font-weight: bold; color: #009999;}
h2 {font-family: "Bookman Old Style", Arial; font-size: 18pt; font-weight: bold; color: #009999;}
h3 {font-family: "Bookman Old Style", Arial; font-size: 16pt; font-weight: bold; color: #009999;}
h4 {font-family: "Bookman Old Style", Arial; font-size: 14pt; font-weight: bold; color: #009999;}
.smallgreen {font-size: 10pt; bold; color: #009999;}
.script{font: 14pt Vianta, "Vladimir Script", "Edwardian Script ITC", "Wendy Medium", "Lucinda Handwriting", "Viner Hand ITC", sans-serif;}
.lgscript {font: 48pt; font-family: "Lucinda Handwriting", "Brushstroke 35", Banner, sans-serif;}
.script {font: 12pt; font-family: "Lucinda Handwriting", "Brushstroke 35", Banner, sans-serif;}
.smscript {font: 10pt; font-family: AucoinLight, Banner, "Lucinda Sans", "Brushstroke 35", sans-serif;}
td {
    font-family: "Bookman Old Style", arial, "Antigoni Light", sans-serif;
    font-size: 11pt ;
    }
a.menulink {color: #6c7c5d; 
	text-decoration:none;
    margin-left:15px;
}
a.menulink:hover {color: maroon;
 text-decoration:none;}
a.menualert  {color: #6c7c5d;
	text-decoration:none;
    margin-left:15px;
}

a.button:link, a.button:visited
{
  /* float: left; */
  margin: 2px 5px 2px 5px;
  padding: 2px;
  width: 100px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid black;
  border-left: 1px solid #cccccc;
  border-right: 1px solid black;
  background: #cccccc;
  text-align: center;
  text-decoration: none;
  font: normal 10px Verdana;
  color: black;
}

a.button:hover
{
  background: #eeeeee;
}

a.button:active
{
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid black;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid black;
}