/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
Body {
    background-color: white;
}
.ControlPanel {
	 width: 100%;
	 height: 0px;
    background-color: #F5F5F5;
    border-right: #006699 1px solid; 
    border-top: #006699 1px solid; 
    border-left: #006699 1px solid; 
    border-bottom: #006699 1px solid; 
}
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #006699;
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#006699;
}
A.SkinObject:visited  {
    text-decoration:    none;
    color:#006699;
}
A.SkinObject:active   {
    text-decoration:    none;
    color:#006699;
}
A.SkinObject:hover    {
    text-decoration:    none;
    color:#006699;
}
/* style for module titles */
.Head   {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size:  11pt;
    font-weight:    bold;
    color: #000000;
	 padding-bottom: 5px;
	 padding-top: 3px;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size:  9pt;
    font-weight: bold;
    color: #000000;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size:  8.5pt;
    font-weight:    bold;
    color: #000000;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size: 12px;
    font-weight: normal;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled{
    color: Silver;
}
/* text style used for rendered text which requires emphasis */
.NormalBold{
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size: 9pt;
    font-weight: bold
}
/* text style used for error messages */
.NormalRed {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size: 9pt;
    font-weight: bold;
    color: #ff0000
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size: 9pt;
    font-weight: normal;
}
/* styles used in the FileManager */
.FileManager {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	height:400px;
}
.FileManager_ToolBar {
	border-bottom: #000000 1px solid;
	height:25px;
}
.FileManager_Explorer {
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}
.FileManager_FileList {
	height:100%;
	border: dimgray 1px solid;
	background-color: #ffffff;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}
.FileManager_MessageBox {
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	padding: 25px 25px 25px 25px;
}
.FileManager_Header {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size: 8.5pt;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}
.FileManager_Pager {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size: 8.5pt;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: #696969 1px solid;
    height: 25px;
}
.FileManager_StatusBar {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size: 8.5pt;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}
.FileManager_Item {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size: 8.5pt;
    font-weight: normal;
    color: #000000;
    background-color: #F8F8F8;
    border-top: #000000 1px dashed;
    border-bottom: #000000 1px dashed;
}
.FileManager_AltItem {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size: 8.5pt;
    font-weight: normal;
    color: #000000;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size: 8.5pt;
    font-weight: bold;
    color: #ffffff;
    background-color: #99ffff;
    border-style: none;
}
.FileManagerTreeNode {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size: 8.5pt;
    font-weight: normal;
}
.FileManagerTreeNodeSelected {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size: 8.5pt;
    font-weight: normal;
	background-color: #dcdcdc; 
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #006699;
}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #006699;
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #006699;
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}
/* styles used in the Wizard Framework */
.Wizard {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	height:400px;
	width:650px;
}
.WizardButton {
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
.WizardHeader {
	background: #ffffcc;
	border-bottom: #000000 1px solid;
	height:40px;
}
.WizardFooter {
	border-top: #000000 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: #000000 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText {
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, "sans-serifs";
	height: 300px;
}
.WizardText {
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, "sans-serifs";
}
/* text style used for help text rendered by modules */
.Help {
  border-right: #000000 1px solid;
  padding-right: 2px;
  border-top: #000000 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 8pt;
  padding-bottom: 2px;
  border-left: #000000 1px solid;
  color: #000000;
  padding-top: 2px;
  border-bottom: #000000 1px solid;
  font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
  background-color: #ffff99;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton  {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size: 8.5pt;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #006699;
}
A.CommandButton:visited  {
    text-decoration:    underline;
    color: #006699;
}
A.CommandButton:active   {
    text-decoration:    underline;
    color: #006699;
}
A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
/* button style for standard HTML buttons */
.StandardButton {
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 8.5pt;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
/* GENERIC */
H1  {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size:  13pt;
    font-weight:    bold;
    color: #000000;
	 padding-bottom: 5px;
	 padding-top: 5px;
}
H2  {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size:  12pt;
    font-weight:    bold;
    color: #000000;
	 padding-bottom: 3px;
	 padding-top: 3px;
}
H3  {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size:  11pt;
    font-weight:    bold;
    color: #000000;
	 padding-bottom: 3px;
	 padding-top: 3px;
}
H4  {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size:  10pt;
    font-weight:    normal;
    color: #000000;
	 padding-bottom: 3px;
	 padding-top: 3px;
}
H5, DT  {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size:  9pt;
    font-weight:    bold;
    color: #000000;
}
H6  {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size:  9pt;
    font-weight:    bold;
    color: #000000;
}
TFOOT, THEAD    {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size:  9pt;
    color: #000000;
}
TH  {
    vertical-align: baseline;
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size:  9pt;
    font-weight:    bold;
    color: #000000;
}
TD  {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size:  9pt;
    font-weight:    normal;
    color: #000000;
}

A:link  {
    text-decoration:    none;
	 font-weight: bold;
    color:  #006699;
}
A:visited   {
    text-decoration:    none;
	 font-weight: bold;
    color:  #006699;
}
A:active    {
    text-decoration:    none;
	 font-weight: bold;
    color:  #006699;
}
A:hover {
    text-decoration:    none;
	 font-weight: bold;
    color: #0068CC;
}
SMALL   {
    font-size:  8pt;
}
BIG {
    font-size:  13pt;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
UL LI   {
    list-style-type:    square ;
}
UL LI LI    {
    list-style-type:    disc;
}
UL LI LI LI {
    list-style-type:    circle;
}
OL LI   {
    list-style-type:    decimal;
}
OL OL LI    {
    list-style-type:    lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs"; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs"; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs"; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs"; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #CCCCCC;
}
.TabBg {
    background-color: #000000;
}
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    text-decoration: none;
}
A.SelectedTab:link {
    text-decoration:    none;
    color:#ffffff;
}
A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}
A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}
A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #ffffff;
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    text-decoration: none;
}
A.OtherTabs:link {
    text-decoration:    none;
    color:#ffffff;
}
A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}
A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}
A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}
.ArticleDetailHeader {
	 width: 100%;
	 text-align: left;
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size:  11pt;
    font-weight:    bold;
    color: #000000;
	 background-color: #ffffff;
	 padding-bottom: 10px;
}
.ArticleDetailPicture {
	padding-bottom: 20px;
	padding-right: 20px;	
	float: left;
	width: 120px;
}
.ArticleDetailDesc {
	 float: left;
	 text-align: left;
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size:  9pt;
    font-weight:    bold;
    color: #000000;
	 background-color: #ffffff;
	 padding-bottom: 20px;	
}
.ArticleDetailText {
	 width: 100%;
	 float: left;
	 text-align: left;
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size:  9pt;
    font-weight:    normal;
    color: #000000;
	 background-color: #ffffff;
	 padding-bottom: 20px;	
}
.ArticleListNoImRM {
	
}
.lnkMoreArticles {
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
	float: left;
	padding-left: 4px;
}
/* 
================================
Skin styles for DotNetNuke
================================
*/   
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.pagemastercell {
	padding-left: 40px; 
	padding-right: 40px; 
	padding-top: 10px; 
	padding-bottom: 20px;
}
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #006699;
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    text-decoration: none;
}
.navlogin, .navuser {
	font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
   color: #006699;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: default;
}
.navlogin A:Link, .navlogin A:Active, .navlogin A:Visited,
.navuser A:Link, .navuser A:Active, .navuser A:Visited {
	padding-left: 20px;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;	
   color: #006699;
}
.navlogin A:Hover, .navuser A:Hover {
	padding-left: 20px;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;	
   color: #0068CC;
}
.logopane {
	height: 50px;
}
.bcplaceholder {
	width: 250px;
	height: 40px;
	border-right: #606060 1px dotted; 
	border-bottom: #606060 1px dotted;
	border-left: #606060 1px dotted;
	border-top: #606060 1px dotted;
}
.bcimage {
	border-bottom: #606060 1px dotted;
	border-top: #606060 1px dotted;
}
.navbreadcrumb {
	height: 40px;
	vertical-align: middle;
	border-right: #606060 1px dotted; 
	border-bottom: #606060 1px dotted;
	border-top: #606060 1px dotted;
}
.navbreadcrumbtext {
	vertical-align: middle;
   font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
.navbreadcrumbtext A:Link, .navbreadcrumbtext A:Active, .navbreadcrumbtext A:Visited {
   font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;			
}
.navbreadcrumbtext A:Hover {
   font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;		
}
.righttitle {
	height: 40px;
	padding-left: 15px;
	padding-right: 10px;
	vertical-align: middle;
	border-right: #606060 1px dotted; 
	border-bottom: #606060 1px dotted;
	border-top: #606060 1px dotted;
}
.righttitletext {
   font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
.leftmenucell {
	text-align: left;	
	vertical-align: top;
	border-left: #606060 1px dotted;
	border-right: #606060 1px dotted; 
	border-bottom: #606060 1px dotted;
}
.contentpane {
	width: 600px;
	background-color: transparent;
	border-right: #606060 1px dotted; 
	border-bottom: #606060 1px dotted;
	padding-left: 36px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	}
.rightpane {
	border-bottom: #606060 1px dotted;
	border-right: #606060 1px dotted; 
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 17px;
}
.bottompane {
	width: 100%;
	border-right: #606060 1px dotted; 
	border-bottom: #606060 1px dotted;
	background-color: transparent;
	padding-left: 36px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.bottomtext {
    font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
}
.bottomline {
	border-right: #606060 1px dotted; 
	border-bottom: #606060 1px dotted;
	border-left: #606060 1px dotted;
	text-align: center;
	vertical-align: middle; 
	height: 30px;
}
.navmenu {

}
.MenuHdr0, .MenuItem0 { 
	font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
   color: #006699;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom: 1px dotted #606060;
}
.MenuItem1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
   color: #006699;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	border-bottom: 1px dotted #606060;
}
.MenuItemMouseOver0, .MenuHdrMouseOver0 {
	font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom: 1px dotted #606060;
}
.MenuItemMouseOver1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	border-bottom: 1px dotted #606060;
}
.MenuItemMouseOver0 A:Link, .MenuItemMouseOver0 A:Active, .MenuItemMouseOver0 A:Visited,
.MenuItemMouseOver1 A:Link, .MenuItemMouseOver1 A:Active, .MenuItemMouseOver1 A:Visited,
.MenuHdrMouseOver0 A:Link, .MenuHdrMouseOver0 A:Active, .MenuHdrMouseOver0 A:Visited {
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
   color: #006699;
	cursor: default;
	cursor: pointer; 
}
.MenuItemMouseOver0 A:Hover, .MenuItemMouseOver1 A:Hover, .MenuHdrMouseOver0 A:Hover {
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
   color: #0068CC;
	cursor: default;
	cursor: pointer; 
}
.MenuHdr0 A, .MenuHdr0 A:Link, .MenuHdr0 A:Hover, .MenuHdr0 A:Active, .MenuHdr0 A:Visited, 
.MenuItem0 A, .MenuItem0 A:Link, .MenuItem0 A:Active, .MenuItem0 A:Hover, .MenuItem0 A:Visited, 
.MenuItem1 A, .MenuItem1 A:Link, .MenuItem1 A:Active, .MenuItem1 A:Hover, .MenuItem1 A:Visited
{
	font-family: Tahoma, Verdana, Arial, Helvetica, "sans-serifs";
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
   color: #006699;
	cursor: default;
	cursor: pointer; 
}
.currentheader0, .currentitem0, .currentitem1 { 
	font-size: 9pt;
	font-weight: bold;
	color: #ABF53C;
}
.currentheader0 A, .currentheader0 A:Link, .currentheader0 A:Active, .currentheader0 A:Visited, 
.currentitem0 A, .currentitem0 A:Link, .currentitem0 A:Active, .currentitem0 A:Visited, 
.currentitem1 A, .currentitem1 A:Link, .currentitem1 A:Active, .currentitem1 A:Visited
{
	font-size: 9pt;
	text-decoration: none;
   color: #ABF53C;
	cursor: default;
	cursor: pointer; 
}
.currentheader0 A:Hover, .currentitem0 A:Hover, .currentitem1 A:Hover {
	font-size: 9pt;
	text-decoration: underline;
   color: #0068CC;
	cursor: default;
	cursor: pointer; 
}

