/* AA - 02/10/03 */
/* BASIC FIELDS */
	TABLE
	{
		border-style: none;
	}

/* Small fonts (black) Used in search results, property detail, cart and other listing displays */
	TR
	{
		color: #000000;
		font-family: arial;
	}

	TD
	{
		padding : 0px;
	}

/* BACKGROUND COLORS */
/* Main background (navy) for page header and page footer */
.bgNavyBar
{
	background : #0040A8;
}

/* Background blue bar displayed in task calendar */
.bgBlueCalendarBar
{
	background : #000080;
	border-collapse: collapse
}

/* Background wheat bar displayed in page header (temporarily replacing with blue--wheat should be phased out) */
.bgWheatBar
{
	background : #ACC3E5;
}

/* Background white bar displayed in page header */
.bgWhiteBar
{
	background : #FFFFFF;
}

/* Background blue color */
.bgBlueBar
{
	background : #D3E0F4;
}

/* Background blue color (same as bgBlueBar)*/
.bgSolidBlue
{
	background : #D3E0F4;
}

/* Background light blue color, used instead of white for cart, lookups, listings etc. */
.bgLightBlueBar
{
	background : #F2F8FF;
}

/* Background dark blue color, would replace wheat header */
.bgDarkBlueBar
{
	background : #ACC3E5;
}

/* Background Orange color, Contacts Cart */
.bgOrangeBar
{
	background : #FAD864;
}

/* Blue Horizontal Line, would replace all gray lines */
	.hrLine
	{
		height : 0.1pt;
		color : #0040A8;
	}

/* BUTTONS */
/* Regular Buttons */
.mButton
{
	font-size : 9pt;
	font-weight : normal;
	font-family : arial;
	text-decoration : none;
	color : #000000;
}

/* NOTE: This doesn't seem to work? */
.mButton:hover
{
	font-size : 9pt;
	font-weight : normal;
	font-family : arial;
	text-decoration : none;
	color : #A80000;
}

/* "Check all" Buttons */
.sButton
{
	font-size : 9pt;
	font-weight : normal;
	font-family : arial;
	text-decoration : none;
}

/* REQUIRED AND NOT REQUIRED FIELDS */
/* small bold fonts (red) used in listing input and status information for required fields */
.sRequiredText
{
	font-size : 8pt;
	font-weight : normal;
	color : #A80000;
	font-family : arial;
	text-decoration : none;
}

/* small bold fonts (black) used in listing input and status information for not required fields */
.sNotRequiredText
{
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* medium bold fonts (red) used in listing input and status information for required fields */
.mRequiredTextB
{
	font-size : 10pt;
	font-weight : bold;
	color : #A80000;
	font-family : arial;
	text-decoration : none;
}

/* medium bold fonts (black) used in listing input and status information for not required fields */
.mNotRequiredTextB
{
	font-size : 10pt;
	font-weight : bold;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}


/* HYPERLINKS */
/* small normal fonts (blue) for all small hyperlinks used in listing number */
.sBlueLink
{
	font-size : 8pt;
	font-weight : normal;
	color : #0161FC;
	font-family : arial;
	text-decoration : underline;
	
}

.sBlueLink:hover
{
	font-size : 8pt;
	font-weight : normal;
	color : #A80000;
	font-family : arial;
	text-decoration : underline;
}


/* small bold fonts (blue) for all small hyperlinks used in listing number */
.sBlueLinkB
{
	font-size : 8pt;
	font-weight : bold;
	color : #0161FC;
	font-family : arial;
	text-decoration : underline;
}

.sBlueLinkB:hover
{
	font-size : 8pt;
	font-weight : bold;
	color : #A80000;
	font-family : arial;
	text-decoration : underline;
}


/* small normal fonts (black) for all small hyperlinks */
.sBlackLink
{
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	font-family : arial;
	text-decoration : underline;
}

.sBlackLinkNotUnderlined
{
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

.sBlackLink:hover
{
	font-size : 8pt;
	font-weight : normal;
	color : #A80000;
	font-family : arial;
	text-decoration : underline;
}

/* small bold fonts (orange) hyperlinks used in contacts menu */
.sOrangeLinkB
{
	font-size : 8pt;
	font-weight : bold;
	color : #FAD864;
	font-family : arial;
	text-decoration : underline;
}

/* small normal fonts (red) for all small hyperlinks */
.sRedLink
{
	font-size : 8pt;
	font-weight : normal;
	color : #A80000;
	font-family : arial;
	text-decoration : underline;
}

.sRedLinkB
{
	font-size : 8pt;
	font-weight : bold;
	color : #A80000;
	font-family : arial;
	text-decoration : underline;
}

/* small fonts (white) */
.sWhiteLink
{
	font-size : 8pt;
	font-weight : normal;
	color : #FFFFFF;
	font-family : arial;
	text-decoration : underline;
}

/* small bold fonts (white) */
.sWhiteLinkB
{
	font-size : 8pt;
	font-weight : bold;
	color : #FFFFFF;
	font-family : arial;
	text-decoration : underline;
}

/* Medium bold fonts (red) for run expiration utility hyperlink */
.mRedLinkB
{
	font-size : 10pt;
	font-weight : bold;
	color : #A80000;
	font-family : arial;
    text-decoration : underline;
}

/* Medium normal fonts (blue) for medium hyperlinks in tax search results */
.mBlueLink
{
	font-size : 10pt;
	font-weight : normal;
	color : #0161FC;
	font-family : arial;
	text-decoration : underline;
}

.mBlueLink:hover
{
	font-size : 10pt;
	font-weight : normal;
	color : #A80000;
	font-family : arial;
	text-decoration : underline;
}


/* Medium bold fonts (blue) for all medium hyperlinks in listing detail */
.mBlueLinkB
{
	font-size : 10pt;
	font-weight : bold;
	color : #0161FC;
	font-family : arial;
	text-decoration : underline;
}

.mBlueLinkB:hover
{
	font-size : 10pt;
	font-weight : bold;
	color : #A80000;
	font-family : arial;
	text-decoration : underline;
}


/* Medium bold fonts (white) */
.mWhiteLinkB
{
	font-size : 10pt;
	font-weight : bold;
	color : #FFFFFF;
	font-family : arial;
	text-decoration : underline;
}

/* Big bold fonts (blue) for hyperlinks in listing agent and office information */
.bBlueLinkB
{
	font-size : 12pt;
	font-weight : bold;
	color : #0161FC;
	font-family : arial;
	text-decoration : underline;
}

.bBlueLinkB:hover
{
	font-size : 12pt;
	font-weight : bold;
	color : #A80000;
	font-family : arial;
	text-decoration : underline;
}

/* Medium bold fonts (black) for all menu hyperlinks */
.mBlackMenuB
{
	font-size : 10pt;
	font-weight : bold;
	color : #000000;
	font-family : arial;
	text-decoration : underline;
}

.mBlackMenuB:hover
{
	font-size : 10pt;
	font-weight : bold;
	color : #A80000;
	font-family : arial;
	text-decoration : underline;
}

/* COMBINED CLASS */
/* This class used in listing cart */
.bgWhiteBarsBlackText
{
	background : #FFFFFF;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* This class used in PUGS Custom Displays */
.bgWhiteBarsBlackTextB
{
	background : #FFFFFF;
	font-size : 8pt;
	font-weight : bold;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Two classes combined to form one navy bar and small bold white text used on Additional Criteria and Listing Input pages */
.bgNavyBarsWhiteTextB
{
	background : #0040A8;
	font-size : 8pt;
	font-weight : bold;
	color : #FFFFFF;
	font-family : arial;
	text-decoration : none;
}

/* Two classes combined to form one, dark blue bar and small bold black text used in search results, cart, property detai and all listing displays for header*/
.bgDarkBlueBarsBlackTextB
{
	background : #ACC3E5;
	font-size : 8pt;
	font-weight : bold;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Two classes combined to form one, dark blue bar and small black text */
.bgDarkBlueBarsBlackText
{
	background : #ACC3E5;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Two classes combined to form one, gold bar and medium bold black text */
.bgGoldBarsBlackTextB
{
	background : #FAD864;
	font-size : 10pt;
	font-weight : bold;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}
/* Two classes combined to form one, gold bar and medium bold black text */
.bgGoldBarsBlackText
{
	background : #FAD864;
	font-size : 10pt;
	font-weight : nornal;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}
/* Two classes combined to form one, gold bar and medium bold black text */
.bgGoldBarsRedTextB
{
	background : #FAD864;
	font-size : 10pt;
	font-weight : bold;
	color : #A80000;
	font-family : arial;
	text-decoration : none;
}

/* Two classes combined to form one, dark blue bar and medium normal black text used in listing detail*/
.bgDarkBlueBarmBlackText
{
	background : #ACC3E5;
	font-size : 10pt;
	font-weight : normal;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Two classes combined to form one, dark blue bar and bold normal black text used in additional phone info*/
.bgDarkBlueBarmBlackTextB
{
	background : #ACC3E5;
	font-size : 10pt;
	font-weight : bold;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Two classes combined to form one, light blue bar and small normal black text used in 
	search results, cart, property detail and all listing displays for detail*/
.bgLightBlueBarsBlackText
{
	background : #F2F8FF;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}
/* Used in Statistical Charts Submenu*/
.bgLightBlueBarsBlackTextB
{
	background : #F2F8FF;
	font-size : 8pt;
	font-weight : bold;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}
/* Used in search results for unnapproved listings */
.bgYellowBarsBlackText
{
	background : lightyellow;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}
/* Used in additional criteria */
.bgYellowBarsBlackTextB
{
	background : lightyellow;
	font-size : 8pt;
	font-weight : bold;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}
/* Used in Financial Tools calculator */
.bgLightBlueBarmBlackText
{
	background : #F2F8FF;
	font-size : 10pt;
	font-weight : normal;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}
/* Used in Statistical Charts */
.bgLightBlueBarmBlackTextB
{
	background : #F2F8FF;
	font-size : 10pt;
	font-weight : bold;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Two classes combined to form one, white bar and small normal black text used in 
	search results, cart, property detail and all listing displays for detail*/
.bgWhiteBarsBlackText
{
	background : white;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Used in Financial Tools calculator */
.bgWhiteBarmBlackText
{
	background : white;
	font-size : 10pt;
	font-weight : normal;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Used in PUGS Custom Displays */
.bgWhiteBarmBlackTextB
{
	background : white;
	font-size : 10pt;
	font-weight : bold;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Used Contact Groups/Cart */
.bgOrangeBarmBlueTextB
{
	background : #FAD864;
	font-size : 10pt;
	font-weight : bold;
	color : #0040A8;
	font-family : arial;
	text-decoration : none;
}

/* Used Contact Groups/Cart */
.bgBlueBarmOrangeTextB
{
	background : #0040A8;
	font-size : 10pt;
	font-weight : bold;
	color : #FAD864;
	font-family : arial;
	text-decoration : none;
}
/* Used Contact Groups/Cart */
.mOrangeTextB
{
	font-size : 10pt;
	font-weight : bold;
	color : #FAD864;
	font-family : arial;
	text-decoration : none;
}

/* Transparent background*/
.bgTransparent
{
	background-color : transparent;
}

/* MISC. FONTS (without any color defined) */
/* Small normal fonts (without any color defined) used for IDX colors */
.sText
{
	font-size : 8pt;
	font-weight : normal;
	font-family : arial;
	text-decoration : none;
}

.sTextB
{
	font-size : 8pt;
	font-weight : bold;
	font-family : arial;
	text-decoration : none;
}

/* Small bold fonts (without any color defined) used for status colors */
.sStatusTextB
{
	font-size : 8pt;
	font-weight : bold;
	font-family : arial;
	text-decoration : none;
}

/* Medium bold fonts (without any color defined) used for status colors in status information */
.mStatusTextB
{
	font-size : 10pt;
	font-weight : bold;
	font-family : arial;
	text-decoration : none;
}

/* Medium normal fonts (without any color defined) used for idx fonts definition */
.mStatusText
{
	font-size : 10pt;
	font-weight : normal;
	font-family : arial;
	text-decoration : none;
}

/* 10 pt italic arial for IDX disclaimer*/
.mBlackTextI
{
	font-size : 10pt;
	font-weight : normal;
	font-style : italic;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}


/* SMALL FONTS - SIZE 8 OR SMALLER */

/* Small bold fonts (wheat) in page header and footer */
/* NOTE: This tag should be phased out */
.sWheatTextB
{
	font-size : 8pt;
	font-weight : bold;
	color : #F5DEB3;
	font-family : arial;
	text-decoration : none;
}

/* Small normal fonts (navy) in search, staff and office reports */
.sNavyText
{
	font-size : 8pt;
	font-weight : normal;
	color : #0040A8;
	font-family : arial;
	text-decoration : none;
}

/* Small bold fonts (navy) in tax search */
.sNavyTextB
{
	font-size : 8pt;
	font-weight : bold;
	color : #0040A8;
	font-family : arial;
	text-decoration : none;
}

/* Small italic fonts (navy) in search, staff and office reports */
.sNavyTextI
{
	font-size : 8pt;
	font-weight : normal;
	font-style : italic;
	color : #0040A8;
	font-family : arial;
	text-decoration : none;
}

/* Small normal fonts (white) used in page footer, reverse prospecting */
.sWhiteText
{
	font-size : 8pt;
	font-weight : normal;
	color : #FFFFFF;
	font-family : arial;
	text-decoration : none;
}

/* Small bold fonts (white) */
.sWhiteTextB
{
	font-size : 8pt;
	font-weight : bold;
	color : #FFFFFF;
	font-family : arial;
	text-decoration : none;
}

/* Small bold fonts (white) that ident 15 pixels. Used in Contacts */
.sWhiteTextBIndent
{
	font-size : 8pt;
	font-weight : bold;
	color : #FFFFFF;
	font-family : arial;
	text-decoration : none;
	padding-left: 15px;
}


/* Small normal fonts (black) used in search */
.sBlackText
{
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Small bold fonts (black) used in menus */
.sBlackTextB
{
	font-size : 8pt;
	font-weight : bold;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Small italic fonts (black) used in page footer */
.sBlackTextI
{
	font-size : 8pt;
	font-weight : normal;
	font-style : italic;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Small bold & italic fonts (black) used in Browser Warning message, etc */
.sBlackTextBI
{
	font-size : 8pt;
	font-weight : bold;
	font-style : italic;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Small normal fonts (red) used in listing detail, office, agent modify, listing input */
.sRedText
{
	font-size : 8pt;
	font-weight : normal;
	color : #A80000;
	font-family : arial;
	text-decoration : none;
}

/* Small bold fonts (red) used in task manager */
.sRedTextB
{
	font-size : 8pt;
	font-weight : bold;
	color : #A80000;
	font-family : arial;
	text-decoration : none;
}

/* Small normal fonts (blue) used in listing detail and search results */
/* NOTE: We will be phasing out this style and reassigning s/mBlueLink to links on these pages and s/mNavyText to non-links */
.sBlueText
{
	font-size : 8pt;
	font-weight : normal;
	color : #0000FF;
	font-family : arial;
	text-decoration : none;
}

/* Small bold fonts (blue) used in page instructions with a triangle before it */
.sBlueTextB
{
	font-size : 8pt;
	font-weight : bold;
	color : #0000FF;
	font-family : arial;
	text-decoration : none;
}

/* small bold fonts (orange) used in contacts menu */
.sOrangeTextB
{
	font-size : 8pt;
	font-weight : bold;
	color : #FAD864;
	font-family : arial;
	text-decoration : none;
}

/* Small bold fonts (7pt) used for Home & Log Off links */
/* NOTE: We will be reassigning Home/Log Off the HomeLogOffText style */
.sBlueText7
{
	font-size : 7pt;
	font-weight : normal;
	color : #0040A8;
	font-family : arial;
	text-decoration : none;
}

/* Small bold fonts (7pt) used for Home & Log Off links */
/* NOTE: We will be reassigning Home/Log Off the HomeLogOffText style */
.sBlueText8B
{
	font-size : 8pt;
	font-weight : bold;
	color : #0040A8;
	font-family : arial;
	text-decoration : none;
}

.sBlueText8B:hover
{
	font-size : 8pt;
	font-weight : bold;
	color : #cc2200;
	font-family : arial;
	text-decoration : none;
}

/* Small normal fonts (green) used in reverse prospecting*/
.sGreenText
{
	font-size : 8pt;
	font-weight : normal;
	color : #008771;
	font-family : arial;
	text-decoration : none;
}

/* Small bold fonts (green) links */
.sGreenLinkB
{
	font-size : 8pt;
	font-weight : bold;
	color : #008771;
	font-family : arial;
	text-decoration : underline;
}

.sGreenLink
{
	font-size : 8pt;
	font-weight : normal;
	color : #008771;
	font-family : arial;
	text-decoration : underline;
}

/* Small bold fonts (green) used in reverse prospecting for school districts*/
.sGreenTextB
{
	font-size : 8pt;
	font-weight : bold;
	color : #008771;
	font-family : arial;
	text-decoration : none;
}

/* Small normal fonts (purple). Used in Contacts for the rejected counter, and in Prospect Cart for comments. */
.sPurpleText
{
	font-size : 8pt;
	font-weight : normal;
	color : 7600a8;
	font-family : arial;
	text-decoration : none;
}

/* Small normal fonts (purple). Used in Contacts for the rejected counter, and in Prospect Cart for comments. */
.sPurpleTextB
{
	font-size : 8pt;
	font-weight : bold;
	color : 7600a8;
	font-family : arial;
	text-decoration : none;
}

/* Small normal fonts (purple) links used in Contacts */
.sPurpleLink
{
	font-size : 8pt;
	font-weight : normal;
	color : 7600a8;
	font-family : arial;
	text-decoration : underline;
}

.sPurpleLinkB
{
	font-size : 8pt;
	font-weight : bold;
	color : 7600a8;
	font-family : arial;
	text-decoration : underline;
}

/* Small normal fonts (brown) used in reverse prospecting*/
.sBrownText
{
	font-size : 8pt;
	font-weight : normal;
	color : #A52A2A;
	font-family : arial;
	text-decoration : none;
}

/* Small bold fonts (brown) used in loading window*/
.sBrownTextB
{
	font-size : 8pt;
	font-weight : bold;
	color : #A52A2A;
	font-family : arial;
	text-decoration : none;
}

/* MEDIUM FONTS - SIZE 9-10 */
/* Medium 10pt bold fonts (gray) used in status information */
.mDisabledTextB
{
	font-size : 10pt;
	font-weight : bold;
	color : #808080;
	font-family : arial;
	text-decoration : none;
}

/* SMALL FONTS - SIZE 8 */
/* Small 8pt bold fonts (gray) used in status information */
.sDisabledTextB
{
	font-size : 8pt;
	font-weight : bold;
	color : #808080;
	font-family : arial;
	text-decoration : none;
}

/* Medium 9pt normal fonts (black) used in Lehigh Tax Detail */
.mBlackText9
{
	font-size : 9pt;
	font-weight : normal;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Medium 9pt bold fonts (black) used in Lehigh Tax Detail */
.mBlackText9B
{
	font-size : 9pt;
	font-weight : bold;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Medium bold fonts (grey) used in property detail for vcr */
/* NOTE: We will be phasing this style out in favor of mDisabledTextB */
.mGreyTextB
{
	font-size : 10pt;
	font-weight : bold;
	color : #808080;
	font-family : arial;
	text-decoration : none;
}

/* Medium normal fonts (black) used for comboboxes fill in for various options, user guidelines */
.mBlackText
{
	font-size : 10pt;
	font-weight : normal;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Medium bold italic fonts (white) used in page header */
.mWhiteTextB
{
	font-size : 10pt;
	font-weight : bold;
	color : #FFFFFF;
	font-family : arial;
	text-decoration : none;
}

/* Medium bold fonts (black) used for links and labels */
.mBlackTextB
{
	font-size : 10pt;
	font-weight : bold;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Medium normal fonts (red) used in tax search results */
.mRedText
{
	font-size : 10pt;
	font-weight : normal;
	color : #A80000;
	font-family : arial;
	text-decoration : none;
}

/* Medium bold fonts (red) used for warnings and required fields */
.mRedTextB
{
	font-size : 10pt;
	font-weight : bold;
	color : #A80000;
	font-family : arial;
	text-decoration : none;
}

/* Medium normal fonts (navy) used in listing input */
.mNavyText
{
	font-size : 10pt;
	font-weight : normal;
	color : #0040A8;
	font-family : arial;
	text-decoration : none;
}

/* Medium bold fonts (navy) used for search criteria and prospect labels in search results and hotsheet change types */
.mNavyTextB
{
	font-size : 10pt;
	font-weight : bold;
	color : #0040A8;
	font-family : arial;
	text-decoration : none;
}

/* Medium normal fonts (blue) */
/* NOTE: We will be phasing out blue text in forms and replacing with mNavyText */
.mBlueText
{
	font-size : 10pt;
	font-weight : normal;
	color : #0000FF;
	font-family : arial;
	text-decoration : none;
}

/* Medium bold fonts (blue) used for results in financial tools */
.mBlueTextB
{
	font-size : 10pt;
	font-weight : bold;
	color : #0000FF;
	font-family : arial;
	text-decoration : none;
}

/* Medium bold fonts (green) used in reverse prospecting*/
.mGreenTextB
{
	font-size : 10pt;
	font-weight : bold;
	color : #008771;
	font-family : arial;
	text-decoration : none;
}
 
/* medium bold fonts (brown) used in loading window*/
.mBrownTextB
{
	font-size : 10pt;
	font-weight : bold;
	color : #A52A2A;
	font-family : arial;
	text-decoration : none;
}

/* BIG FONTS - SIZE 12 OR BIGGER */
/* Big bold fonts (navy) used for program lables, left side of screen */
.bNavyTextB
{
	font-size : 12pt;
	font-weight : bold;
	color : #0040A8;
	font-family : arial;
	text-decoration : none;
}

/* Big normal fonts (white) used for IDX search color choices */
.bWhiteText
{
	font-size : 12pt;
	font-weight : normal;
	color : #FFFFFF;
	font-family : arial;
	text-decoration : none;
}

/* Big bold fonts (white) used in Page Title bar */
.bWhiteTextB
{
	font-size : 12pt;
	font-weight : bold;
	color : #FFFFFF;
	font-family : arial;
	text-decoration : none;
}

/* Big normal fonts (black) used for IDX search color choices */
.bBlackText
{
	font-size : 12pt;
	font-weight : normal;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Big bold fonts (black) used for agent and office name, email screen */
.bBlackTextB
{
	font-size : 12pt;
	font-weight : bold;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Big normal fonts 14 pt (black) used in North Texas Tax */
.bBlackText14
{
	font-size : 14pt;
	font-weight : bold;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Big bold fonts 14 pt (black) used in North Texas Tax */
.bBlackText14B
{
	font-size : 14pt;
	font-weight : bold;
	color : #000000;
	font-family : arial;
	text-decoration : none;
}

/* Big bold fonts (red) used in incomplete listings menu */
.bRedTextB
{
	font-size : 12pt;
	font-weight : bold;
	color : #A80000;
	font-family : arial;
	text-decoration : none;
}

/* Big bold fonts (brown) used in loading window */
.bBrownTextB
{
	font-size : 18pt;
	font-weight : bold;
	color : #A52A2A;
	font-family : arial;
	text-decoration : none;
}

/* This is the New Style for the New Title Text */
.bGreyText14BI
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #6e7580;
	font-family: Arial;
	text-decoration : none;
}

.NavBar
{
	font-weight: bold;
	font-size: 9pt;
	color: #0040A8;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	height: auto;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.NavBar:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: #cc2200;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	height: auto;
	text-align: center;
	vertical-align: middle;
	text-decoration: underline;
}

.NavBarDisabled
{
	font-weight: bold;
	font-size: 9pt;
	color: #0040A8;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	height: auto;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	cursor : default;
}

/* Used for Home & Log Off links */
.HomeLogOffText
{
	font-size : 8pt;
	font-weight : bold;
	color : #0040A8;
	font-family : arial;
	text-decoration : none;
}

.HomeLogOffText:hover
{
	font-size : 8pt;
	font-weight : bold;
	color : #cc2200;
	font-family : arial;
	text-decoration : none;
}

/* Used for Home & Log Off links */
.HomeNMText
{
	font-size : 8pt;
	font-weight : bold;
	color : #FFFFFF;
	font-family : arial;
	text-decoration : none;
}

.HomeNMText:hover
{
	font-size : 8pt;
	font-weight : bold;
	color : #cc2200;
	font-family : arial;
	text-decoration : none;
}

/* Medium normal fonts (blue) */
/* NOTE: We will be phasing out blue text in forms and replacing with mNavyText */
.mBlueTabB
{
	font-size : 13px;
	font-weight : bold;
	color : #0000FF;
	font-family : arial;
	text-decoration : none;
}

/* Used Contact Groups/Cart */
.mOrangeTabB
{
	font-size : 13px;
	font-weight : bold;
	color : #FAD864;
	font-family : arial;
	text-decoration : none;
}
