/*  Radio Style Sheet */

/* Layout */
body {
   background-image: url(metalbg.png);
   background-position: center top;
   background-size: 100% auto;
   color: #ffffff;
   margin: 10px;
   padding: 0;

      scrollbar-face-color: #121212;
      scrollbar-shadow-color: #DD9933;
      scrollbar-highlight-color:#d6d9dc;
      scrollbar-3dlight-color: #d6d9dc;
      scrollbar-darkshadow-color: #ffffff;
      scrollbar-track-color:#222222;
      scrollbar-arrow-color:#DD9933;

}


table {border: 2px solid #4d0000; empty-cells: #}
td {border: 2px solid #C8D996}

      
p {
   color: #ffffff;
   font-size: 10px;
   border: 1px solid #b5761c;
    width: 207;
}



font,th,td,p {
   font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
   font-size: 11px;
}

.gensmall {
   margin: 1px 1px;
   font-size: 1em;
}

a:link {
   color: #C8D996;
   text-decoration: none;
    font-size: 1em;
}

a:active,
a:visited {
   color: #C8D996;
   text-decoration: none;
}

a:hover{
   color: #ffffff;
  background-color : #b5761c; 
text-decoration : underline overline; 

}

.cattitle {
   font-size:12px;
   font-weight:bold
}

.row1 {
   background-color: #222222;
}

th {
   color: #b5761c;
   font-size: 12px;
   font-weight: bold;
   background-color: #333333;
   height: 28px;
   white-space:nowrap;
   text-align:center;
   padding: 8px 8px;
}

hr {
   color: #C8D996;
   text-align: right;
   width: 260;

   
}

#css_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#css_menu a {
	display: block;
	color: #121212;
	background-color: #121212;
	border: 0;
	border-left: 3pt solid #DD9933;
	border-right: 3pt solid #DD9933;
	width: 100pt;
	padding: 3pt 3pt;
	text-decoration: none;
}
#css_menu a:hover {
	display: block;
	color: #ffffff;
	background-color: #444444;
	border: 0;
	border-left: 3pt solid #800000;
	border-right: 3pt solid #800000;
	width: 100pt;
	padding: 3pt 3pt;
	text-decoration: none;
}

div#content{background-color:#222222; text-align:center;
width: 260;
height: 10;
}

img {
   border: 1px solid #ffffff;
  
   
}




.link {display: block; padding: 5px; padding-left: 4px; text-align: left; font-size:18px; font-family:Verdana,Arial; color:ffffff;
font-weight:normal;border-top: solid 1px #ffffff;border-bottom: solid 1px #4d0000;width:260px;height:16px}

:hover.linkr {background-color: #b5761c; color: #222222;border-top: solid 2px #d6d9dc;border-bottom: solid 2px #ffffff;text-decoration:none;}

