/* CSS Document */

@import url("class.css");

body{background-color: #000000;
     color: #929262;
	 font-family: "Times New Roman", Times, serif;
	 font-size: 14px;
	 letter-spacing: 1pt;
	 line-height: 120%
}

#link_a {filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; margin-bottom: 10px}
#link_b {filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; margin-bottom: 10px}
#link_c {filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; margin-bottom: 10px}
#link_d {filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; margin-bottom: 10px}
#link_hover {filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; margin-bottom: 9px}



#button1{background: url(../images/elements/backg-button.png) repeat-x bottom;
         border: 1.1pt solid #b4b485;
		 border-right-color: #717152;
		 border-bottom-color: #717152;
		 cursor: pointer;
		 font-size: 12px;
		 font-weight: bold;
		 font-family: "Times New Roman", Times, serif;
}

#button2{background: url(../images/elements/backg-button.png) repeat-x bottom;
         border: 1.1pt solid #b4b485;
		 border-right-color: #717152;
		 border-bottom-color: #717152;
		 cursor: pointer;
		 font-size: 12px;
		 font-weight: bold;
		 font-family: "Times New Roman", Times, serif
}

#button_hover{background: url(../images/elements/backg-button.png) repeat-x top;
              border: 1.1pt solid #b4b485;
			  border-right-color: #717152;
			  border-bottom-color: #717152; 
			  cursor: pointer;
			  font-size: 12px;
		      font-weight: bold;
			  font-family: "Times New Roman", Times, serif
}

#td_sound{padding: 5px 0px 0px 20px;
          font-size: 9px;
		  font-family: Arial, Helvetica, sans-serif
}
