/* Last updated 2011-08-12 for W.O. 10912 */

/* NOTES / EXAMPLES */
/* Figure fonts on HTML font size = POINTS (2=10,3=12,4=14,5=18,6=24). */
/* dummy - set up to fix problem of browsers ignoring first style definition */
/* StdBody1,StdHdg1-3 - bailbond pages */
/* StdBody2 - TOP link at bottom of long pages */
/* StdBody3 - body of most pages */
/* StdBody4 - left-hand column */
/* StdFont2 - footer links, help links, sub-text, and copyright */
/* StdFont4 - home page address, page sub-headings */
/* StdFont5 - most page headings */
/* StdFont7 - text under people pictures */
/* StdFont8 - warning messages */
/* StdFont9 - indicates sort order on forms results page */
/* StdFont10 - imbedded light-grey text (in description on search results pages) */
/* StdFont11 - imbedded text (form links label on site search results page) */
/* StdFont12 - outage text, etc. in left-hand column of all pages */
/* StdFont13 - grey text, posting note under News & Notices (left-hand column) */
/* StdFont14 - column headings for chat board, bold */
/* StdFont15 - links for chat board */
/* StdFont16 - blue text, used for representing an actual link */
/* StdFont17 - red text, small attention notice/help */
/* StdFont18 - red, bold text */
/* StdFont19 - white, bold text */

/* dummy - DO NOT USE */
.dummy { }
    
/* bailbond agent page header - line 1 */
.StdHdg1 {
	font-weight: bold;
	font-size: 20pt;
}

/* bailbond agent page header - line 2 */
.StdHdg2 {
	font-weight: bold;
	font-size: 16pt;
}

/* bailbond agent page header - line 3 */
.StdHdg3 {
	font-size: 11pt;
}

/* standard page font - footer links, help links, sub-text, and copyright */
.StdFont2, .StdFont2 TD {
	font-size: 10pt;
}

/* standard page font - home page address, page sub-headings */
.StdFont4, .StdFont4 TD {
	font-size: 14pt;
	color: navy;
}

/* standard page font - most page headings */
.StdFont5 {
	font-weight: bold;
/*	font-size: 18pt;*/
	font-size: 175%;
}

/* standard page font - text under people pictures */
.StdFont7 {
	font-size: 16pt;
}

/* standard page font - warning messages */
.StdFont8, .StdFont8 TD {
	font-size: 14pt;
	color: red;
}

/* standard page font - indicates sort order on forms results page */
.StdFont9 {
	font-weight: bold;
	color: #8194B6;
}

/* standard page font - small grey text (imbedded text (in description on search results pages)) */
.StdFont10 {
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica;
	color: #8d8d8d;
}

/* standard page font - light blue text (imbedded text (form links label on site search results page)) */
.StdFont11 {
	color: #4a56fa;
}

/* standard page font - outage text, etc. in left-hand column of all pages */
.StdFont12, .StdFont12 TD {
	font-size: 11pt;
}

/* standard page font - posting note under News & Notices (left-hand column) */
.StdFont13, .StdFont13 TD {
	font-size: smaller;
	color: gray;
}

/* standard page font - column headings for chat board */
.StdFont14, .StdFont14 TD {
	font-weight: bold;
}

/* standard page font - links for chat board */
.StdFont15, .StdFont15 TD {
	font-size: 10pt;
	font-weight: bold;
}

/* standard page font - blue text (used for representing an actual link) */
.StdFont16 {
	color: #082ece;
}

/* standard page font - red text, small attention notice/help */
.StdFont17, .StdFont17 TD {
	font-size: 10pt;
	color: red;
}

/* standard page font - red text, small attention notice/help */
.StdFont18, .StdFont18 TD {
	font-weight: bold;
	color: red;
}

/* standard page font - white text, section headings with dark background */
.StdFont19, .StdFont19 TD {
	font-weight: bold;
	color: white;
}

/* standard page font - white text, section headings with dark background */
.StdFont20, .StdFont20 TD {
	text-align: right;
}

/* bailbond agent page body */
.StdBody1, .StdBody1 TD {
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica;
}

/* standard page body (TOP link) */
.StdBody2 {
}

/* standard page body (most pages) */
.StdBody3, .StdBody3 TD 
{
	text-align: left;
}

