.tableheader{
font:bolder 11px verdana,arial,"tahoma",sans-serif;
color:#FFFFFF;
text-indent:14px;
text-align:left
}
.actorheader{
font:bolder italic 11px Arial,Helvetica,sans-serif;
text-transform:capitalize;
color:#FFFFFF;
text-indent:18px;
text-align:left
}
.actorsubheader{
font:11px Arial,Helvetica,sans-serif;
text-transform:uppercase;
color:#FFFFFF
}
.actorsubsub{
font:bold 10px Verdana,Arial,Helvetica,sans-serif;
text-transform:none;
color:#262626;
text-align:left;
}
.actorpic{
border-top:5px solid
}
.actorlinks{
font:9px Verdana,Arial,Helvetica,sans-serif;
text-align:center;
text-decoration:none
}
.bodyheader{
background:#515D5D;
font:bold italic 14px Arial,Helvetica,sans-serif;
text-transform:capitalize;
color:#FFFFFF;
text-align:left;
text-decoration:none
}
.newssubhead{
font:bold 11px Verdana,Arial,Helvetica,sans-serif;
text-transform:capitalize;
color:#FFFFFF;
text-align:left;
text-decoration:none
}
.newstablesub{
text-transform:none;
text-decoration:none
}
.newssub{
font:bold 10px Verdana,Arial,Helvetica,sans-serif;
text-transform:none;
color:#000000;
text-align:left;
text-decoration:none
}
.bodydark{
padding-right:37px;
padding-left:25px;
padding-bottom:10px;
font:11px/14px Verdana,Arial,Helvetica,sans-serif;
text-transform:none;
color:#000000;
padding-top:16px;
text-decoration:none
}
.bodymed{
font:11px/14px Verdana,Arial,Helvetica,sans-serif;
text-transform:none;
color:#999999;
text-decoration:none
}
.bodylink{
font:11px/14px Verdana,Arial,Helvetica,sans-serif;
text-transform:none;
color:#FFFFFF;
text-decoration:underline
}
a:hover{
text-decoration:underline
}
a:visited{
color:#ECECEC
}
a:link{
color:#F5FFE5
}
.sectiontableentry1 {
	border: 1px inset #515d5d !important;
	border: 2px inset #C0C8C9;
}
.sectiontableentry2{
	border: 1px outset #515d5d !important;
	border: 2px outset #C0C8C9;
}





/*
A CSS implementation of cross-platform shadows on text, from:
http://www.workingwith.me.uk/examples/css-drop-shadows.html#final_example
*/

/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#666666, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #666666; 
}

#shadow_1:before { 
  content: 'In shadow'; 
}
#second_2:before { 
  content: 'Happy Shadowing!'; 
}

/*\*/
html*.shadow {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #666666 5px 5px 5px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}
