BODY {
	background: #663300;
	color : white;
	font-family : serif, Times New Roman, Bookman Old Style;
	font-size: 14px;
   font-weight: bolder;
	text-align: left;
	vertical-align: middle;
}

table {
font-size: 14px;
background: #330000;
border-right: 1px solid #eaeaea;
border-left: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
border-top: 1px solid #eaeaea;
vertical-align: middle;
}



td.td-one {
font-size: 14px;
background: #330000;
border-right: 1px #ffff80 dashed;
border-left: 1px #ffff80 dashed;
border-bottom: 1px #ffff80 dashed;
border-top: 1px #ffff80 dashed;
vertical-align: top;
}

td.td-two {
font-size: 14px;
background: #330000;
border-right: 0px #ffff80 dashed;
border-left: 1px #ffff80 dashed;
border-bottom: 0px #ffff80 dashed;
border-top: 1px #ffff80 dashed;
vertical-align: top;
}

table.dashed-format {
font-size: 14px;
background: #330000;
border-right: 1px #ffff80 dashed;
border-left: 1px #ffff80 dashed;
border-bottom: 1px #ffff80 dashed;
border-top: 1px #ffff80 dashed;
vertical-align: top;
}



table.no-formatting {
font-size: 14px;
background: #330000;
border-right: 0px solid #eaeaea;
border-left: 0px solid #eaeaea;
border-bottom: 0px solid #eaeaea;
border-top: 0px solid #eaeaea;
vertical-align: top;
}

table.menu-formatting {
font-size: 14px;
background: #330000;
border-right: 1px dashed #ffff80;
border-left: 1px dashed #ffff80;
border-bottom: 1px dashed #ffff80;
border-top: 1px dashed #ffff80;
vertical-align: top;
}

td.menu-formatting {
font-size: 14px;
background: #330000;
border-right: 1px dashed #ffff80;
border-left: 1px dashed #ffff80;
border-bottom: 1px dashed #ffff80;
border-top: 1px dashed #ffff80;
vertical-align: bottom;
}

td.bottom-gray {
font-size: 14px;
background: #330000;
border-right:; 
border-left: ;
border-bottom: 1px solid #eaeaea;
border-top: 0px solid #eaeaea;
vertical-align: middle;
} 

a {
color: #ff9900;
font-family : serif, Times New Roman, Bookman Old Style;
font-weight: lighter;
}

A:Hover {
	color: #0099ff;
}

a.general { 
color: white;
font-family : serif, Times New Roman, Bookman Old Style;
font-size : 14px;
font-weight: lighter;
text-align: center;
text-decoration: none;
display: compact; 
border: 1px solid; 
border-color: #aaa #000 #000 #aaa; 
width: 10em; 
background: #990000; 
} 

a:hover.general 
{ 
position: relative; 
top: 1px; 
left: 1px; 
border-color: #000 #aaa #aaa #000; 
}

