* {
  	font-family: tahoma, verdana, "trebuchet ms", helvetica, sans-serif;
  	font-size: 11px;
  	color: #676767;
}

.orange {
 color: #ff902e;
}

a {
 color: #ff902e;
 text-decoration: underline;
 font-weight: normal;
}

a:hover {
 text-decoration: none;
}

img.border {
 border: 1px solid #b5b3b4;
 margin-bottom: 3px;
 margin-right: 3px; 
}

.button {
 width: 59px;
 height: 17px;
 background-image: url(img/btnbg.gif);
 background-repeat: no-repeat;
 border: 0px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
}

.button a {
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
}

p {
 margin: 0px;
 padding: 0px;
}

hr {
 color: 1px solid #cdcdcd;
 height: 1px;
 border: 0px;
 background-color: #cdcdcd;
 text-align: center;
}

table.orange 
{
 width: 509px; 
 padding: 0px;
 margin: 0px;
 margin-left: 13px;
 empty-cells: show;
}

table.orange td {
 background-color: #efefef;
 padding: 10px;
}

table.orange th.top
{
/* background-image: url(img/table_top.png);*/
 background-color: #ff902e;
 width: 507px; 
 height: 3px;
}

/* * html table.orange th.top
{
 background-image: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/table_top.png", sizingMethod="crop");
}*/

table.orange th.bottom
{
/* background-image: url(img/table_bottom.png);*/
 background-color: #ff902e;
 width: 507px; 
 height: 3px;
}

/*
* html table.orange th.bottom
{
 background-image: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/table_bottom.png", sizingMethod="crop");
} 
*/