body {
	background-color:  #fcfcfc;
	background-image:none;
	color:black;
}
A:link {text-decoration: none; color: #8b0a50;}
A:visited {text-decoration: none; color: #8b0a50;}
A:active {text-decoration: none; color: #8b0a50;}
A:hover {text-decoration: underline; color: #8b0a50;}

td.abc { 
width: 33px; 
background: url(tablebrd.gif); 
background-repeat: repeat-y; 
} 
th{	
color:	#8b0a50;
}
.MainTable {
	
border:thin #000000 solid;
}
.TopFrame {
	background:#000000;
}
.InnerFrame {
	background:#8b0a50;
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
	color:#363535;
}
.ContentFrame {
	
background:#8b0a50;
}
.LeftOuterFrame {
	background: #8b0a50;
	border-right:thin #8b0a50 solid;
}
.RightOuterFrame {
	
background:#000000;
	border-left:thin #000000 solid;
}
.MainMenu_MenuContainer {
	background-color: #363535;
	margin-top: 2px;	
	width:210px;
	text-align:center;
	
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:27px;	
	padding:0;	
	text-align:center;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #8b0a50; 
	font-family: Verdana;
	font-weight:normal;
	text-align:center;
	height:27px;
	background:#2A2A2A;

}
.MainMenu_MenuItemSel {
	background:#4C4B4B;  /* for sub menu rollover effect*/
	cursor: pointer; 
	cursor: hand; 
	font-family: Verdana;
	font-weight:normal;
	text-align:center;
	color: #CCCCCC; 
	border: 0;
	padding: 3px 6px 3px 6px; 
}
.MainMenu_SubMenu { 
z-index: 1000; 
cursor: pointer; 
cursor: hand; 
background-color: #4C4B4B; 
filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
border-bottom: #404040 0px solid; 
border-left: #FF8080 0px solid; 
border-top: #FF8080 0px solid; 
border-right: #404040 0px solid; 
height:30px;	
} 
.MainMenu_MenuBreak
{
    border-bottom: #363535 1px solid;
    border-left: #363535 0px solid;
    border-top: #363535 1px solid; 
    border-right: #363535 0px solid;
    background-color: #363535;
    height: 3px;
}
/* Elements we don't really need to see */
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_RootMenuArrow {
	display: none;
}
.MainMenu_MenuArrow {
	display: none;
}

