/* 
================================
Skin styles for DotNetNuke
================================
*/ 

.h1
{
	font-weight: bolder;
	font-size: 15px;
	color: #0050A3;
	font-family: Arial;
	letter-spacing: -1pt;
}

.h2
{
	font-weight: bolder;
	font-size: 12px;
	color: #ffffff;
	font-family: arial;
}


.body
{
	font-weight: lighter;
	font-size: 12px;
	color: #333333;
	font-family: tahoma;
}
  
.body1
{
	font-weight: lighter;
	font-size: 10px;
	color: #ffffff;
	font-family: tahoma;
}



.style2 {
	font-family: arial;
	font-size: 12px;
}
a:visited {
	color: #990099;
}
.style3 {
	color: #990099;
	font-weight: bold;
	font-family: Times New Roman
}
.style4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}
.style7 {font-size: 14px; font-family: "Times New Roman", Times, serif;}
.style9 {font-size: 12px; font-family: "Times New Roman", Times, serif; }  





.MainMenu_MenuContainer
{
	padding-bottom: 5px;
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #9DA9C0 0px solid; 
	border-bottom: #9DA9C0 0px solid; 
	border-top: #9DA9C0 0px solid; 
	border-right: #9DA9C0 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: ffffff; 
	font-size: 9pt; 
	font-weight: normal; 
	 
	background-color: Transparent;
	font-family: Tahoma; 
}

.MainMenu_MenuIcon {
	background-color: #9DA9C0;
	border-left: #9DA9C0 0px solid; 
	border-bottom: #9DA9C0 0px solid; 
	border-top: #9DA9C0 0px solid; 
	border-right: #9DA9C0 0px solid;
	cursor: hand;
	width: 0px; 
	height: 0px;
	
}

.MainMenu_SubMenu {
	background-color: 9DA9C0; 
	border-left: #9DA9C0 1px solid; 
	border-bottom: #9DA9C0 1px solid; 
	border-top: #9DA9C0 1px solid; 
	border-right: #9DA9C0 1px solid;
	cursor: none; 
	cursor: hand; 
	filter:none; 
}


.MainMenu_MenuItemSel {
	background-color: Transparent;
	color: white; 
	font-weight: normal; 
	
	
		
}

.MainMenu_MenuArrow {
	border-right: #9DA9C0 1px solid; 
	border-bottom: #9DA9C0 1px solid; 
	border-top: #9DA9C0 0px solid;
	border-left: #9DA9C0 1px solid; 
	
	
}

