﻿body { 
          background: black;
          font-family: Verdana;
          font-size: 10pt 
          }
.btnav { 
	background-color: #7D9B49; 
	border: 1px #000000 solid;
	padding:2px;
	font-size: small;
	font-family: "Arial Narrow";
	}
.btnav:link {
	backgrou-color: #7D9B49;
	border: 1px #000000 solid;
	padding:2px;
	font-size: small;
	font-family: "Arial Narrow";
}
a:link { 
	color: red;
	}
a:hover{
	color: green;
	text-decoration:none;
	}
a:visited { 
	color: red
	}
a:active { 
	color: green 
	}
a.MenuLink {
	color: yellow;
}
a.MenuLink:hover {
	color: white;
	text-decoration:none;
}
a.MenuLink:visited:hover{
	color: white;
	text-decoration:none;
}
a.MenuLink:visited {
	color: yellow;
}
a.MenuLink:link{
	color:yellow;
}
td.SmallHeader{
	font-family: "Arial Narrow";
	font-size: x-small;
	color:black;
	text-align:center;
}
p {
         font-family: verdana;
         font-size: 10pt;
          }
h1 { 
         font-family: arial, helvetica, sans-serif;
         font-size: 14pt;
         font-style: bold 
          }
blockquote { 
          background: white;
          color: black;
          font-style: italic;
          font-size: 8pt 
          }
          
.customerNumber { 
padding: 1px; 
text-align: left; 
background-color: #008000;
text-decoration: none; 

} 

.customerNumber a { 
border: 1px solid black; 
padding: 2px; 
display: block; 
text-decoration: none; 
} 

/* Header */

#headertd {
	background: url('image/grassbackroundheader.jpg');
	height: 188px;
}
#headerlogo {
 position:absolute;
 top:0;
 right:0;
}

/* Tan hack for IE */ 
* html .customerNumber a { 
width: 100%; 
} 

.customerNumber a:hover { 
border: 1px solid #990033;
background-color: #808040; 
text-decoration: none; 
} 

.customerNumber a span { 
font-weight: bold; 
color: yellow; 
text-decoration: none; 
} 

.customerNumber a:hover span { 
text-decoration: none; 
} 
