.main-border { BACKGROUND-COLOR: #000000; width: 800px; align: center; 

	} 

BODY { 


  background:  #f1f1f1 url(generalback.jpg) center repeat-y;
  
    COLOR: #FFFFFF; FONT-SIZE: 11px;
}


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}


H2 {
font-family:TAHOMA;
COLOR:#CCCCCC;
	FONT-SIZE: 16px;

}

.heading {
font-family:TAHOMA;
COLOR:#CCCCCC;
	FONT-SIZE: 16px;

}



A{
color:#FF9933;

text-decoration: none; 
}

A:hover{
color:#999999;

text-decoration: none; 
}

.linkage:hover{
text-decoration: none; 
border: 2px solid #999999; 
}
.linkage{
text-decoration: none; 
border: 2px solid #FF9933; 
}
.linkage:link{
text-decoration: none; 
border: 2px solid #FF9933; 
}
.linkage:active{
text-decoration: none; 
border: 2px solid #999999; 
}
.linkage:visited{
text-decoration: none; 
border: 2px solid #FF9933; 
}



function DHTMLSound(surl) {
  document.getElementById("dummyspan").innerHTML=
    "<embed src='"+surl+"' hidden=true autostart=true loop=false>";
}
