.txt11 { font-size:12px;}

.txt10red {
	font-size: 10px;
	font-family: Arial;
	color: 7f0119;
}

.txt11bold {
	font-size: 12px;
	font-weight: bold;
}

.txt11purple { 
	font-size: 11px;
	font-family: Arial;
	color: 674464;
}

.txt11red { 
	font-size: 11px;
	font-family: Arial;
	color: 7f0119;
}

.txt12purple { 
	font-size: 12px;
	font-family: Arial;
	color: 674464;
}

.txt12red { 
	font-size: 12px;
	font-family: Arial;
	color: 7f0119;
}

.txt12redbold { 
	font-size: 12px;
	font-family: Arial;
	color: 7f0119;
	font-weight: bold;
}


.headLineWhite {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.txtRed {color: #7f0119;}

/*MENU*/
.MainMenu_MenuContainer {
	background-color: #7f0119;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:30px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	height:30px;
}
.MainMenu_MenuIcon {
	background-color: #cad5ea; 
	border-left: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	}
.MainMenu_SubMenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #000000; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height:30px;
	text-align:center;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_RootMenuItem
{
	height:30px;
	text-align:center;
}
.MainMenu_RootMenuItemActive 
{
     background-color: #000000;
     height:30px;
     text-align:center;
}



