.mainstage {
	background-color: black;
}
body
{
	padding: 0px;
	margin: 0px;	
	background-color: black;		
}
.main{
    background-color: #ffd820;	
	background-image: url(../Images/sidebar.gif);
	background-repeat: repeat-x;
}
.sidebar-rightedge {
	background-color: #ffd820;
	background-image: url(../Images/sidebar-rightedge.gif);
	background-repeat: repeat-y;
}
.innovative-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFD820;
	font-size: 28px;
}
.side-navigation A {
	text-decoration: none;
}
.text {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: white;
	overflow: auto;
	scrollbar-3dlight-color: black;
    	scrollbar-arrow-color: FFDB20;    
    	scrollbar-darkshadow-color: black;
    	scrollbar-face-color: black;
   	scrollbar-highlight-color: black;
    	scrollbar-shadow-color: black;
    	scrollbar-track-color: black;
}
.text TD 
{
    font-size: 13px;
	color:white;
}
.link A{
	text-decoration: none;
	color:white;
}
.link A:hover{	
	text-decoration: underline;
}
.link A:visited{
	color:white;
}
.menu {
	font-family: Arial, Tahoma;
	font-size: 16px;		
	overflow: auto;
	color: FFDB20;
	scrollbar-3dlight-color: black;
    scrollbar-arrow-color: FFDB20;    
    scrollbar-darkshadow-color: black;
    scrollbar-face-color: black;
   	scrollbar-highlight-color: black;
    scrollbar-shadow-color: black;
    scrollbar-track-color: black;
}

.menu A
{
    color:FFDB20;
    padding-left: 10px;
    cursor: hand;
    text-decoration: none;
}
.menu A:visited{
	color:FFDB20;
}