﻿#meat
{
       padding-left:10; 
    padding-right:5; 
    text-align:left;
    width:760px;
    
}
 
.header
{
    padding:10px;
    top:0;
    left:0;
    height:5em;
    font-weight:bolder;
    font-variant:normal;
    font-size:x-large;
    vertical-align:top;
}

.Menu
{
  position: absolute;
  top: 11em;
  left:0;
  width:8em;
  text-align: left;
  list-style:disk;
  
}
  a{
      text-decoration:underline;
      color:Black;
      } 
a:hover
{
 color:Blue;   
}

 .NavBar
 {
  font-family: Arial, Helvetica, sans-serif ;
  font-size:large;
   
 }
 
 tbody tr.even {
	background: #f0f0f0;
	display: block;
	
	border-bottom: 1px solid #779;
	padding: .6em .6em;
}

tbody tr.odd {
	background: #fffcfc;
	display: block;
	padding: .6em .6em;
border-color: #977;
	border-bottom: 1px solid #779;
}
tbody tr.odd td{
	padding: .6em .6em;

}
 tbody tr.even td
 {padding: .6em .6em;
 }
/*
tbody td + td + td + td a 
{
     image replacement
	width: 12px;
	overflow: hidden;
 
	display: block;
	height: 0;
	padding-top: 12px;
	margin: 0 auto;
}*/

.waterMark
{
	background-color:Silver;
	font-style:italic;
}

.accordianHeader
{
    background-color:#28313A;
    color:White;
    border-bottom-color:white;
    border-bottom-style:solid;
}

.content
{
    background-color:Black;
    color:White;
}

.content2
{
     font-family:Arial;
}

.SelectAccord
{
    background-color:gainsboro;
    color:black;
}

.blink{ 
text-decoration:blink; 
} 

