/* Main Background for header, footer, pmt receipt, web error msg */
.bgMain  {
background : #FFFFFF;
}
/* Background Bar displayed throughout */
.bgbar  {
background : #E1D8C3;
}
/* Background white & smoke used for A/R and store displays for easier reading of lines */
.bgWhite  {
background : White;
}
.bgSmoke  {
background : whitesmoke;
}
ul {
	list-style-image:url(fame/images/bullet.gif);
	}
a:link {
	color: #0066A1;
	text-decoration: none;
	}
a:visited {
	text-decoration: underline;
	color: #0066A1;
	}
a:hover {
	text-decoration: none;
	color: #0066A1;
	}
a:active {
	text-decoration: underline;
	color: #002664;
	}
/* Small Black Footer text for footer1, footer2 and footer3 (Size 1) */ 
.Footer {
font-size : 8pt;
font-weight : normal;
color : #666666;
font-family : Verdana;	
text-decoration : none;
}


/* Small Fonts Verdana BOLD (Size 1) */
	/* Small Black BOLD text in wheat bar, input field comments, A/R radio button */
.sText {
font-size : 8pt;
font-weight : bold;
color : #000000;
font-family : Verdana;	
text-decoration : none;
}
	/* Small Blue BOLD hyperlinks (credit cards, select an office) */
.sTextBlue {
font-size : 8pt;
font-weight : bold;
color : #0066A1;
font-family : Verdana;	
text-decoration : none;
}
	/* Small Brown BOLD text from Payment receipt, payment void and in emails */
	/* Note:  changing email, invoice or receipt attachments text must also */
	/* be made directly to the html */
.sTextBrown {
font-size : 8pt;
font-weight : bold;
color : #B6735C;
font-family : Verdana;	
text-decoration : none;
}
	/* Small Wheat BOLD text in header and footer */
.sTextWheat {
font-size : 8pt;
font-weight : bold;
color : #FAEBAA;
font-family : Verdana;	
text-decoration : none;
}
	/* Small White BOLD text in Store BUY column */
.sTextWhite {
font-size : 8pt;
font-weight : bold;
color : White;
font-family : Verdana;	
text-decoration : none;
}


/* Small Fonts Verdana Normal (Size 1) */
	/* Small Black text in Web Log Transaction Report */
.snText {
font-size : 8pt;
font-weight : normal;
color : #000000;
font-family : Verdana;	
text-decoration : none;
}
	/* Small Blue text for email password  */
.snTextBlue {
font-size : 8pt;
font-weight : normal;
color : #0066A1;
font-family : Verdana;	
text-decoration : none;
}
	/* Small Red text for login, top of calendars, Agent notice, Broadcast notice*/	
.snTextRed {
font-size : 8pt;
font-weight : normal;
color : #B6735C;
font-family : Verdana;	
text-decoration : none;
}


/* Medium font Verdana BOLD (Size 2) */
	/* Medium Black BOLD text used throughout */
.bText {
font-size : 10pt;
font-weight : bold;
color : #002664;
font-family : Verdana;	
text-decoration : none;
}
	/* Medium Blue BOLD text for Hyperlinks and some total amounts */
.bTextBlue {
font-size : 10pt;
font-weight : bold;
color : #0066A1;
font-family : Verdana;	
text-decoration : none;
}
	/* Medium Brown BOLD text for payment and Emails */
	/* Note:  changing email, invoice or receipt attachments text must also be */
	/* made directly to the html */
.bTextBrown {
font-size : 10pt;
font-weight : bold;
color : #B6735C;
font-family : Verdana;	
text-decoration : none;
}
	/* Medium Wheat BOLD text in header and footer */
.bTextWheat {
font-size : 10pt;
font-weight : bold;
color : #FAEBAA;
font-family : Verdana;	
text-decoration : none;
}
	/* Medium Marine BOLD text used throughout */
.bTextMarine {
font-size : 10pt;
font-weight : bold;
color : #0066A1;
font-family : Verdana;	
text-decoration : none;
}
	/* Medium Red BOLD text for error display, forced checkbox, warning msgs */
.bTextRed {
font-size : 10pt;
font-weight : bold;
color : #B6735C;
font-family : Verdana;	
text-decoration : none;
}
	/* Medium White BOLD text for header titles and payment receipt */
.sBannerText {
font-size : 10pt;
font-weight : bold;
color : White;
font-family : Verdana;	
text-decoration : none;
}


/* Medium Font Verdana Normal (Size 2) */
	/* Medium Black text for input fields */
.input {
font-size : 10pt;
font-weight : normal;
color : #000000;
font-family : Verdana;	
line-height : normal;
}
	/* Medium Black text used throughout */
.nnText {
font-size : 10pt;
font-weight : normal;
color : #666666;
font-family : Verdana;	
text-decoration : none;
}

.nnText a {
font-weight: normal;
}
.nnText a:link {
color: #0066A1;
text-decoration: none;
}
.nnText a:visited {
color: #0066A1;
text-decoration: none;
}
.nnText a:hover {
color: #0066A1;
text-decoration: underline;
}
.nnText a:active {
color: #0066A1;
text-decoration: none;
} 


	/* Medium Blue text used by View account and other miscellaneous displays */
.nnTextBlue {
font-size : 10pt;
font-weight : normal;
color : #0066A1;
font-family : Verdana;	
text-decoration : none;
}
	/* Medium Marine text for store price display, invoice and receipt attachments */
.nnTextMarine {
font-size : 10pt;
font-weight : normal;
color : #0066A1;
font-family : Verdana;	
text-decoration : none;
}
	/* Medium Red text for Calendars display color */
	/* (This cannot be changed - hard coded in programs) */
.nnTextRed {
font-size : 10pt;
font-weight : normal;
color : #B6735C;
font-family : Verdana;	
text-decoration : none;
}

	
/* Large Font Verdana BOLD (Size 3) */
	/* Large Black BOLD text for Void Payment messages, class or */
	/* event name of items registered for */
.bbText {
font-size : 14pt;
font-weight : bold;
color : #000000;
font-family : Garamond;	
text-decoration : none;
}
	/* Large Blue BOLD text for Send Password message */
.bigTextBlue {
font-size : 14pt;
font-weight : bold;
color : #0066A1;
font-family : Garamond;	
text-decoration : none;
}
	/* Large Marine BOLD text used throughout */
.bigTextMarine {
font-size : 12pt;
font-weight : bold;
color : #0066A1;
font-family : Garamond;	
text-decoration : none;
}
	/* Large Red BOLD text for Void Payment Error msgs, Store error msgs */
.bigTextRed {
font-size : 12pt;
font-weight : bold;
color : #B6735C;
font-family : Garamond;	
text-decoration : none;
}


/* Large Font Verdana Normal (Size 3) */
	/* Large Black text for Main menu custom Title */
.titleText {
font-size : 12pt;
font-weight : normal;
color : #000000;
font-family : Verdana;	
text-decoration : none;
}


/* Extra Large Font Garamond BOLD (Size 4) */
	/* Extra Large Black BOLD text for Office name display in Agents/Offices */
.bigText {
font-size : 14pt;
font-weight : bold;
color : #002664;
font-family : Garamond;	
text-decoration : none;
}
	
/* IMS 8.25 New Look STYLES *******************************************/
/*Page Title Bar Syles*******************************************/

.BannerBackground /*--Defines table attributes for the Banner Background--*/
{
	background-repeat:repeat-x;
	background-color:darkgray;
	border-bottom: 3px outset gray
}
.PageTitle /*--Defines table attributes for the Page Title row--*/
{
	background-color: #0066A1;
	height: 30px;
	vertical-align: middle;
	width: 800px;
}

.PageTitle td /*--Defines the cell formating for the Page Title row--*/
{
	font: normal 18px Verdana;
	color: #FFFFFF;
	white-space:nowrap;
	vertical-align:middle;
}
.Titlebar
{
padding-right: 10px;
}
.Titlebar a,.Titlebar a:visited
{
border: 2px solid #0066A1;
font: bold 10pt Verdana;
padding:2px 4px;
color: #FAEBAA;
text-decoration:none
}
.Titlebar a:hover
{
border: 2px inset #0066A1;
background-color:white;
color:#0066A1;
}
.disclaimer
{
	font : normal 8pt Verdana;
	color : #000000;
	text-decoration : none;
	text-align: center;
}

.sBlueLinkB /* small bold fonts (blue) for all small hyperlinks used in listing number */
{
	font: bold 8pt Verdana;
	color : #0066A1;
	text-decoration : underline;
}

.sBlueLinkB:hover
{
	font : bold 8pt Verdana;
	color : #B6735C;
	text-decoration : underline;
}
/* END IMS 8.25 New Look STYLES *******************************************/

