/* COMMON CLASSES */

	body				{ margin-left: 0px; margin-right: 0px; margin-top: 0px}
	img                 { border-width: 0px }
	hr					{ color: #00367D; border: plain; height: 1 }
	tr					{font-size: 11px; font-family: "Syntax", sans-serif;}

	a:link				{ }
	a:hover				{ }
	a:visited			{ }
	a:active			{ }
	
	.Wrap				{ width: 750px }
	
	.leftColumn			{ background-color: #FFFFFF; width: 200px; padding-left: 15px; padding-top: 5px; padding-bottom: 5px}
	.middleColumn		{ padding: 5px ;}
	.rightColumn		{}
	.leftColumnSep		{ width: 1px; background-color: #CCCCCC }
	.rightColumnSep		{}		

/* DATABASE DISPLAY CLASSES (nBranch) */

	.content			{ font-size: 11px; font-family: "Syntax", sans-serif;} /* Standard content 						*/
	.smallContent		{ font-size: 10px; font-family: Verdana, Arial, sans-serif;} /* For sub-notes, descriptions 				*/
	.header				{ } /* Main titles, page names 					*/
	.title				{ } /* Paragraph titles, sub-titles 			*/

	.separator			{ } /* Horizontal separating line				*/
	
	.siteMap 			{ font-size: 12px; font-family: Verdana, Arial, sans-serif; font-weight: bold; padding: 4px, 4px, 4px, 4px }
	.siteMapTitle 		{ font-size: 15px; font-face: Arial, Helvetica, Sans-serif; font-weight: bold }
	
	

/* COMPONENT CLASSES */

	.mcPrinterFriendly 	{ font-size: 11px; font-family: "Syntax", sans-serif; color: #00367D; text-decoration: none; }

	.mcSearchInput		{ font-size: 10px; font-family: Verdana, Arial, sans-serif; color: #001F47;  border: 1px outset #0068CD; height: 19px; margin-left: 17px;  width: 115px;}
	.mcSearchButton		{ font-size: 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; color: #0049AC; border: 1px outset #0068CD; height: 19px; margin-left: 5px; background-color: #f1f1f1;}
	.searchTitle		{ font-size: 16px; font-family: "Syntax", sans-serif; font-weight: bold; color: #00367D;}

	.mcFormInput		{ }
	.mcFormSelect		{ }
	.mcFormButton		{ }
	.mcFormRadio		{ }
	.mcFormCheck		{ }
	
	.copyright			{ padding-left: 20px; font-size: 11px; font-family: "Syntax", sans-serif; color: #808080; }
	
/* NAVIGATION CLASSES */

	.menuBarHolder 		{ background-color: #CCCCCC ; height: 24px }
	.menuBarHolderLight { background-color: #FFFFFF ; height: 1px  }
	.menuBarHolderDark	{ background-color: #999999 ; height: 1px  }
	
	.subBar				{ background-color: #EDEDED ; height: 25px }
	.subBarLight		{ background-color: #FFFFFF ; height: 1px  }
	.subBarDark			{ background-color: #CCCCCC ; height: 1px  }
	
	.botBar				{ background-color: #EDEDED ; height: 25px }
	.botBarLight		{ background-color: #CCCCCC ; height: 1px  }
	.botBarDark			{ background-color: #EDEDED ; height: 1px  }
	
	.mcCrumbsOff		{ font-size: 11px; font-family: "Syntax", sans-serif; font-weight: bold; color: #00367D; text-decoration: none } /* Past breadcrumbs 				*/
	.mcCrumbsOn			{ font-size: 11px; font-family: "Syntax", sans-serif; font-weight: bold  } /* Current page 					*/
	.mcCrumbsHolder		{ margin-left: 20px }
	
<!-- nbranch start{  }
.nSearchBox 			{ font-family: "Syntax", sans-serif; font-size: 9px; background-color: #000000; border-color: #666666 #FFFFFF #FFFFFF #666666; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.nContent 				{ font-family: "Syntax", sans-serif; font-size: 11px}
.nTitle 				{ font-family: "Syntax", sans-serif; font-size: 16px; font-weight: bold; color: #00367D}
.nSubTitle 				{ font-family: "Syntax", sans-serif; font-weight : bold;  font-size: 12px; color: #000000; text-decoration: none}
.nLink 					{ font-family: "Syntax", sans-serif; font-size: 12px; color: #00367D; text-decoration: none; font-weight: bold;}
.nLinkSelected 			{ font-family: "Syntax", sans-serif; font-size: 11px; color: #666666}
.nItem 					{ font-family: "Syntax", sans-serif; font-weight : bold; font-size: 14px; font-weight: normal; color: #000000}
.nFieldTitle 			{ font-family: "Syntax", sans-serif; font-weight : bold; font-size: 12px; font-weight: normal; color: #000000}

<!-- nbranch end{  }
