/* CSS Document */
<style type="text/css">{  }
.menu {font: bold 9pt/13pt "trebuchet ms"; display:block; text-indent:-10px; margin:0px; padding-top:0px; padding-bottom:0px; padding-right:0px; padding-left:10px;}
.menu:link {text-decoration: none; color: #3A4B5B;}
.menu:visited {text-decoration: none; color: #3A4B5B;}
.menu:link:hover {text-decoration: underline; color: #3A4B5B;}

p { 
  font-family: Arial, Sans-serif; 
  font-size: 14px; 
  color: #000000;
}
.justify p{
	text-align: justify;
	padding-right: 10px;
}
h1 {
  font-family: Arial, Sans-serif;
  font-size: 20px;
  color: #000E77;
}
h2 {
  font-family: Arial, Sans-serif;
  font-size: 16 px;
  color: #000E77;
}
.intro {
  font-family: Arial, Sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000E77;
  line-height: 20px;
}
.bigtext {
  font-family: Arial, Sans-serif;
  font-weight: bold;
  font-size:20px;
  color: #000E77;
}
.textcolor {
  font-family: Arial, Sans-serif;
  font-size: 14px;
  color: #000E77;
}
.tabletext {
  font-famly: Arial, Sans-serif;
  font-size: 12px;
  color: #000000;
}
a:link {
  color: #000E77;
}
a:visited {
  color: #000E77;
}
a:hover {
  color: #000E77;
}
  

div {font: 9pt/13pt "trebuchet ms"; color: #000000;}
td {
 font-family: Arial, San-serif;
 font-size: 14px;
 color: #000000;
}
b {font-weight: bold;}


.menuContainer {
  position:absolute;
  width:130px; 
  background-color:#939CA5; 
  border:solid 1px #3A4B5B; 
  margin-top:0px; 
  margin-left:0px; 
  z-index:10; 
  visibility:hidden;
}
.holiday{
	background-attachment: scroll;
	background-image: url(images/holly.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
</style>
