BODY {
font-size : 1em; 
font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-weight : normal; 
color : #333333; 
background-color : #ffffff;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
}

H1 {
font-weight : bold; 
font-size : 1.2em; 
color : #333333; 
background-color : transparent; 
}

a:visited, a:link, a:active {
font-size : 1em; 
font-weight : bold;
color : #333333;
background-color : transparent;
text-decoration : none;
}

a:hover {
font-size : 1em; 
font-weight : bold;
color : #666699;
background-color : transparent;
text-decoration : underline;
}

.middlewhite{
background-color: white;
padding: 0px 15px 15px 15px;
}

.graves{
font-weight: bold;
color: #333333;
background-color: #cccccc;
background-image: url(images/marble.jpg);
border-color: #666666;
border-style: outset;
border-width: 1px 3px 3px 1px;
padding: 3px;
}

.gravescontent{
font-weight: normal;
color: #333333;
background-color: transparent;
padding: 3px;
}

.content {
color : #333333;
border-color: #cccccc;
border-style: solid;
border-width: 1px;
}

.footer{
font-size : .9em;
text-align: center;
}

input, select, textarea {
color: #333333;
border: #666666 2px outset;
background-color: #ffffff;
font-size : 1em;
font-weight : bold;
}

.smalltext {
font-weight : normal; 
font-size : .9em; 
}

hr { color: #333333; height:1px}

.smalltext a:link{
font-weight : normal; 
}

.smalltext a:visited{
font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:visited{
font-weight : normal; 
font-size : 1.2em; 
}

.errortext {
  font-size : .9em;
  color : red;
  font-weight : bold;
}

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

.white {
  background-color : white;
}

.black {
  background-color : #333333;
}

.bg_dark {
  background-color : #aaaaaa;
}

.bg_medium {
  background-color : #cccccc;
}

.bg_light {
  background-color : #eeeeee;
}

.alt_bg_dark {
  background-color : #bbbbbb;
}

.alt_bg_medium {
  background-color : #bbbbbb;
}

.alt_bg_light {
  background-color : #dddddd;
}

.copyright {
    font-size: .8em;
    text-align: center;
}

.headaddress

	{
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #333333;
	text-align: right;
	float: right;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2em;
	padding-right: 2em;
	}

