/*  PAYDAY LOAN INDUSTRY WATCH STYLE SHEET */

/*  C O L O R   S P E C S  */
/*  Green               #00723F */
/*  Green HgLt.         #87C49D */
/*  Green Pale          #D7E9DC */
/*  Green Faded         #EFF7F1 */
/*  Green More Back     #F0F8F1 */

/*  Yellow              #CECA0E */
/*  Yellow HgLt.        #F8F6C2 */
/*  Yellow Pale         #F5F5DA */
/*  Yellow Faded        #FCFCF1 */
/*  Yellow More Back    #F6F8DE */

/*  Orange              #DF6D27 */
/*  Orange HgLt.        #FEDCC6 */
/*  Orange Pale         #FFF3EA */
/*  Orange Faded        #FFF9F6 */
/*  Orange More Back    #FEDCC6 */

/*  Brown               #A88702 */
/*  Brown HgLt.         #DFCC83 */
/*  Brown Pale          #F4ECD3 */
/*  Brown Faded         #FAF7EC */
/*  Brown More Back     #F7EBD4 */

/*  Red                 #9D0621 */
/*  Red HgLt.           #E1CDCC */
/*  Red Pale            #F3ECEA */
/*  Red Faded           #FBF7F6 */
/*  Red More Back       #FDE8E9 */

/*  Purple              #412986 */   
/*  Purple HgLt.        #D9D7E7 */
/*  Purple Pale         #F0EFF6 */
/*  Purple Faded        #F8F7FB */
/*  Purple More Back    #F2EEF6 */

/*  Blue                #007FA9 */
/*  Blue HgLt.          #D9EEF8 */
/*  Blue Pale           #F2F8FC */
/*  Blue Faded          #FAFDFF */
/*  Blue More Back      #F3FAFE */

/*  Charcoal            #6E7072 */
/*  Charcoal HgLt.      #DCDDDE */
/*  Charcoal Pale       #E6E6E6 */
/*  Charcoal Faded      #FAFAFA */
/*  Charcoal More Back  #F2F2F2 */





/*  T D   C E L L   S T Y L E S  */

.headerWrappingCell_green {
    background-color:   #00723F;
    }

.headerWrappingCell_yellow {
    background-color:   #CECA0E;
    }
    
.headerWrappingCell_orange {
    background-color:   #DF6D27;
    }

.headerWrappingCell_brown {
    background-color:   #A88702;
    }
    
.headerWrappingCell_red {
    background-color:   #9D0621;
    }
    
.headerWrappingCell_purple {
    background-color:   #412986;
    }
    
.headerWrappingCell_blue {
    background-color:   #007FA9;
    }
    
.headerWrappingCell_charcoal {
    background-color:   #6E7072;
    }



.headerRuleCell_green {
    background-color:   #FFFFFF;
    }
    
.headerRuleCell_yellow {
    background-color:   #F8F6C2;
    }
    
.headerRuleCell_orange {
    background-color:   #FEDCC6;
    }
    
.headerRuleCell_brown {
    background-color:   #DFCC83;
    }
    
.headerRuleCell_red {
    background-color:   #E1CDCC;
    }
    
.headerRuleCell_purple {
    background-color:   #D9D7E7;
    }
    
.headerRuleCell_blue {
    background-color:   #D9EEF8;
    }
    
.headerRuleCell_charcoal {
    background-color:   #DCDDDE;
    }
    


.floaterHeader_green {
    border-bottom:		#00723F 1px solid;
    }

.floaterHeader_yellow {
    border-bottom:		#CECA0E 1px solid;
    }
    
.floaterHeader_orange {
    border-bottom:		#DF6D27 1px solid;
    }

.floaterHeader_brown {
    border-bottom:		#A88702 1px solid;
    }
    
.floaterHeader_red {
    border-bottom:		#9D0621 1px solid;
    }
    
.floaterHeader_purple {
    border-bottom:		#412986 1px solid;
    }
    
.floaterHeader_blue {
    border-bottom:		#007FA9 1px solid;
    }
    
.floaterHeader_charcoal {
    border-bottom:		#6E7072 1px solid;
    }




.floaterBody_green {
    background:			#FFFFFF;
    border-bottom:		#00723F 1px solid;
    }

.floaterBody_yellow {
    background:			#FFFFFF;
    border-bottom:		#CECA0E 1px solid;
    }
    
.floaterBody_orange {
    background:			#FFFFFF;
    border-bottom:		#DF6D27 1px solid;
    }

.floaterBody_brown {
    background:			#FFFFFF;
    border-bottom:		#A88702 1px solid;
    }
    
.floaterBody_red {
    background:			#FFFFFF;
    border-bottom:		#9D0621 1px solid;
    }
    
.floaterBody_purple {
    background:			#FFFFFF;
    border-bottom:		#412986 1px solid;
    }
    
.floaterBody_blue {
    background:			#FFFFFF;
    border-bottom:		#007FA9 1px solid;
    }
    
.floaterBody_charcoal {
    background:			#FFFFFF;
    border-bottom:		#6E7072 1px solid;
    }
    


.tableWrapper_green {
    border:				#00723F 1px solid;
    }

.tableWrapper_yellow {
    border:				#CECA0E 1px solid;
    }
    
.tableWrapper_orange {
    border:				#DF6D27 1px solid;
    }

.tableWrapper_brown {
    border:				#A88702 1px solid;
    }
    
.tableWrapper_red {
    border:				#9D0621 1px solid;
    }
    
.tableWrapper_purple {
    border:				#412986 1px solid;
    }
    
.tableWrapper_blue {
    border:				#007FA9 1px solid;
    }
    
.tableWrapper_charcoal {
    border:				#6E7072 1px solid;
    }
    



.tableLabelText_green {
    font-size:          1.0em;
    font-weight:        normal;
    line-height:        1.4em;
    color:				#00723F;
    }

.tableLabelText_yellow {
    font-size:          1.0em;
    font-weight:        normal;
    line-height:        1.4em;
    color:				#CECA0E;
    }
    
.tableLabelText_orange {
    font-size:          1.0em;
    font-weight:        normal;
    line-height:        1.4em;
    color:				#DF6D27;
    }

.tableLabelText_brown {
    font-size:          1.0em;
    font-weight:        normal;
    line-height:        1.4em;
    color:				#A88702;
    }
    
.tableLabelText_red {
    font-size:          1.0em;
    font-weight:        normal;
    line-height:        1.4em;
    color:				#9D0621;
    }
    
.tableLabelText_purple {
    font-size:          1.0em;
    font-weight:        normal;
    line-height:        1.4em;
    color:				#412986;
    }
    
.tableLabelText_blue {
    font-size:          1.0em;
    font-weight:        normal;
    line-height:        1.4em;
    color:				#007FA9;
    }
    
.tableLabelText_charcoal {
    font-size:          1.0em;
    font-weight:        normal;
    line-height:        1.4em;
    color:				#6E7072;
    }



    
.tableNoteText {
    font-size:          0.7em;
    font-weight:        normal;
    line-height:        1.2em;
    color:				#6E7072;
    }



.tableBoldText_green {
    font-size:          0.8em;
    font-weight:        bold;
    line-height:        1.2em;
    color:				#00723F;
    }

.tableBoldText_yellow {
    font-size:          0.8em;
    font-weight:        bold;
    line-height:        1.2em;
    color:				#CECA0E;
    }
    
.tableBoldText_orange {
    font-size:          0.8em;
    font-weight:        bold;
    line-height:        1.2em;
    color:				#DF6D27;
    }

.tableBoldText_brown {
    font-size:          0.8em;
    font-weight:        bold;
    line-height:        1.2em;
    color:				#A88702;
    }
    
.tableBoldText_red {
    font-size:          0.8em;
    font-weight:        bold;
    line-height:        1.2em;
    color:				#9D0621;
    }
    
.tableBoldText_purple {
    font-size:          0.8em;
    font-weight:        bold;
    line-height:        1.2em;
    color:				#412986;
    }
    
.tableBoldText_blue {
    font-size:          0.8em;
    font-weight:        bold;
    line-height:        1.2em;
    color:				#007FA9;
    }
    
.tableBoldText_charcoal {
    font-size:          0.8em;
    font-weight:        bold;
    line-height:        1.2em;
    color:				#6E7072;
    }



.tableNormalText_green {
    font-size:          0.8em;
    font-weight:        normal;
    line-height:        1.2em;
    color:				#00723F;
    }

.tableNormalText_yellow {
    font-size:          0.8em;
    font-weight:        normal;
    line-height:        1.2em;
    color:				#CECA0E;
    }
    
.tableNormalText_orange {
    font-size:          0.8em;
    font-weight:        normal;
    line-height:        1.2em;
    color:				#DF6D27;
    }

.tableNormalText_brown {
    font-size:          0.8em;
    font-weight:        normal;
    line-height:        1.2em;
    color:				#A88702;
    }
    
.tableNormalText_red {
    font-size:          0.8em;
    font-weight:        normal;
    line-height:        1.2em;
    color:				#9D0621;
    }
    
.tableNormalText_purple {
    font-size:          0.8em;
    font-weight:        normal;
    line-height:        1.2em;
    color:				#412986;
    }
    
.tableNormalText_blue {
    font-size:          0.8em;
    font-weight:        normal;
    line-height:        1.2em;
    color:				#007FA9;
    }
    
.tableNormalText_charcoal {
    font-size:          0.8em;
    font-weight:        normal;
    line-height:        1.2em;
    color:				#6E7072;
    }




.tableDataText {
    font-size:          0.8em;
    font-weight:        normal;
    line-height:        1.2em;
    color:				#6E7072;
    }


    

.textareabodyWrappingCell_green {
    background-color:   #D7E9DC;
    background-image:   url('images/background_binocs_green.gif');
    background-repeat:  repeat;
    }

.textareabodyWrappingCell_yellow {
    background-color:   #F5F5DA;
    background-image:   url('images/background_binocs_yellow.gif');
    background-repeat:  repeat;
    }
    
.textareabodyWrappingCell_orange {
    background-color:   #FFF3EA;
    background-image:   url('images/background_binocs_orange.gif');
    background-repeat:  repeat;
    }

.textareabodyWrappingCell_brown {
    background-color:   #F4ECD3;
    background-image:   url('images/background_binocs_brown.gif');
    background-repeat:  repeat;
    }
    
.textareabodyWrappingCell_red {
    background-color:   #F3ECEA;
    background-image:   url('images/background_binocs_red.gif');
    background-repeat:  repeat;
    }
    
.textareabodyWrappingCell_purple {
    background-color:   #F0EFF6;
    background-image:   url('images/background_binocs_purple.gif');
    background-repeat:  repeat;
    }
    
.textareabodyWrappingCell_blue {
    background-color:   #F2F8FC;
    background-image:   url('images/background_binocs_blue.gif');
    background-repeat:  repeat;
    }
    
.textareabodyWrappingCell_charcoal {
    background-color:   #E6E6E6;
    background-image:   url('images/background_binocs_charcoal.gif');
    background-repeat:  repeat;
    } 
 


.footerWrappingCell_green {
    background-color:   #00723F;
	color:				#FFFFFF;
	font-size:			0.8em;
	line-height:		1.6em;
	}

.footerWrappingCell_yellow {
    background-color:   #CECA0E;
	color:				#FFFFFF;
	font-size:			0.8em;
	line-height:		1.6em;
	}
    
.footerWrappingCell_orange {
    background-color:   #DF6D27;
	color:				#FFFFFF;
	font-size:			0.8em;
	line-height:		1.6em;
	}

.footerWrappingCell_brown {
    background-color:   #A88702;
	color:				#FFFFFF;
	font-size:			0.8em;
	line-height:		1.6em;
	}
    
.footerWrappingCell_red {
    background-color:   #9D0621;
	color:				#FFFFFF;
	font-size:			0.8em;
	line-height:		1.6em;
	}
    
.footerWrappingCell_purple {
    background-color:   #412986;
	color:				#FFFFFF;
	font-size:			0.8em;
	line-height:		1.6em;
	}
    
.footerWrappingCell_blue {
    background-color:   #007FA9;
	color:				#FFFFFF;
	font-size:			0.8em;
	line-height:		1.6em;
	}
    
.footerWrappingCell_charcoal {
    background-color:   #6E7072;
	color:				#FFFFFF;
	font-size:			0.8em;
	line-height:		1.6em;
	}
	
	
	
.findalenderInputAreaWrapper {
    border:   #007FA9 1px solid;
    }

    
    

/*  T E X T   S T Y L E S  */

body {
    font-size:          0.8em;
    font-weight:        normal;
    line-height:        1.5em;
    text-align:         justify;
	font-family:        Arial, Helvetica, sans-serif;
    padding-bottom:     0px;
	padding-top:        0px;
	padding-left:       0px;
	padding-right:      0px;
	margin:             0px;
	color:              #555555;
	}

body.green {
    background-color:   #00723F;
    }

body.yellow {
    background-color:   #CECA0E;
    }
    
body.orange {
    background-color:   #DF6D27;
    }

body.brown {
    background-color:   #A88702;
    }
    
body.red {
    background-color:   #9D0621;
    }
    
body.purple {
    background-color:   #412986;
    }
    
body.blue {
    background-color:   #007FA9;
    }
    
body.charcoal {
    background-color:   #6E7072;
    }


H1 {
    font-size:          1.8em;
    font-weight:        normal;
    line-height:        1.2em;
    padding-bottom:     0.7em;
	padding-top:        0em;
	padding-left:       0em;
	padding-right:      0em;
	margin:             0em;
    color:				#FFFFFF;
    }

H1.green {
    color:				#00723F;
    }

H1.yellow {
    color:				#CECA0E;
    }
    
H1.orange {
    color:				#DF6D27;
    }

H1.brown {
    color:				#A88702;
    }
    
H1.red {
    color:				#9D0621;
    }
    
H1.purple {
    color:				#412986;
    }
    
H1.blue {
    color:				#007FA9;
    }
    
H1.charcoal {
    color:				#6E7072;
    }


    
h2 {
    font-size:          1.5em;
    font-weight:        normal;
    line-height:        1.2em;
    padding-bottom:     0.8em;
	padding-top:        0em;
	padding-left:       0em;
	padding-right:      0em;
	margin:             0em;
    color:				#FFFFFF;
    }

H2.green {
    color:				#00723F;
    }

H2.yellow {
    color:				#CECA0E;
    }
    
H2.orange {
    color:				#DF6D27;
    }

H2.brown {
    color:				#A88702;
    }
    
H2.red {
    color:				#9D0621;
    }
    
H2.purple {
    color:				#412986;
    }
    
H2.blue {
    color:				#007FA9;
    }
    
H2.charcoal {
    color:				#6E7072;
    }


    
H3 {
    font-size:          1.3em;
    font-weight:        normal;
    line-height:        1.1em;
    padding-bottom:     0.7em;
	padding-top:        0em;
	padding-left:       0em;
	padding-right:      0em;
	margin:             0em;
    color:				#FFFFFF;
    }

H3.green {
    color:				#00723F;
    }

H3.yellow {
    color:				#CECA0E;
    }
    
H3.orange {
    color:				#DF6D27;
    }

H3.brown {
    color:				#A88702;
    }
    
H3.red {
    color:				#9D0621;
    }
    
H3.purple {
    color:				#412986;
    }
    
H3.blue {
    color:				#007FA9;
    }
    
H3.charcoal {
    color:				#6E7072;
    }

H3.emailthis {
    font-size:          1.3em;
    font-weight:        normal;
    line-height:        1.3em;
    padding-bottom:     0em;
	padding-top:        0em;
	padding-left:       0em;
	padding-right:      0em;
	margin:             0em;
    color:				#6E7072;
    }

H4  {
    font-size:          1.3em;
    font-weight:        normal;
    line-height:        1.4em;
    padding-bottom:     0em;
	padding-top:        1.0em;
	padding-left:       0em;
	padding-right:      0em;
	margin:             0em;
    color:				#6E7072;
    }

H4.green {
    color:				#00723F;
    }

H4.yellow {
    color:				#CECA0E;
    }
    
H4.orange {
    color:				#DF6D27;
    }

H4.brown {
    color:				#A88702;
    }
    
H4.red {
    color:				#9D0621;
    }
    
H4.purple {
    color:				#412986;
    }
    
H4.blue {
    color:				#007FA9;
    }
    
H4.charcoal {
    color:				#6E7072;
    }
    
p  {
    font-size:          1.1em;
    font-weight:        normal;
    line-height:        1.7em;
	font-family:        Arial, Helvetica, sans-serif;
    padding-bottom:     1.2em;
	padding-top:        0em;
	padding-left:       0em;
	padding-right:      0em;
	margin:             0em;
	color:              #555555;
    }
    
p.sitemap {
    line-height:        1.3em;
    padding-bottom:     0.5em;
    padding-left:       1.0em;
    }
    
.fineprint {
    font-size:          0.9em;
    line-height:        1.4em;
    }
    
.indent  {
	padding-top:        0em;
	padding-left:       2em;
	padding-right:      2em;
	margin:             0em;
    }    


form  {
    padding-bottom:     0.5em;
	padding-top:        0.5em;
	padding-left:       0em;
	padding-right:      0em;
	margin:             0em;
    }


input, textarea {
    font-size:          1.0em;
    font-family:        Courier, 'Courier New', serif;
    line-height:        1.2em;
    padding-bottom:     0em;
	padding-top:        0em;
	padding-left:       0em;
	padding-right:      0em;
	margin:             0em;
	color:              #333333;
	border:             #333333 1px solid;
    }


ul, ol {
    font-size:          1.1em;
    font-weight:        normal;
    line-height:        1.7em;
	color:              #555555;
    } 
    
    
ul.tightList, ol.tightList {
	margin-top:         0em;
    } 

ul.tightListLocation {
    padding-left:       0.0em;
	margin:             0em;
    font-size:          0.9em;
    font-weight:        normal;
    line-height:        1.8em;
	color:              #555555;
	list-style-type:    none;
    } 
 
.resultHeader {
    font-size:          1.5em;
    font-weight:        normal;
    line-height:        1.2em;
    padding-bottom:     0em;
	padding-top:        0em;
	padding-left:       0em;
	padding-right:      0em;
	margin:             0em;
    color:			   #007FA9;
    }


.processItemCellTitle_green {
    font-size:          0.8em;
    font-weight:        bold;
    line-height:        1.4em;
    color:				#00723F;
    }

.processItemCellTitle_yellow {
    font-size:          0.8em;
    font-weight:        bold;
    line-height:        1.4em;
    color:				#CECA0E;
    }
    
.processItemCellTitle_orange {
    font-size:          0.8em;
    font-weight:        bold;
    line-height:        1.4em;
    color:				#DF6D27;
    }

.processItemCellTitle_brown {
    font-size:          0.8em;
    font-weight:        bold;
    line-height:        1.4em;
    color:				#A88702;
    }
    
.processItemCellTitle_red {
    font-size:          0.8em;
    font-weight:        bold;
    line-height:        1.4em;
    color:				#9D0621;
    }
    
.processItemCellTitle_purple {
    font-size:          0.8em;
    font-weight:        bold;
    line-height:        1.4em;
    color:				#412986;
    }
    
.processItemCellTitle_blue {
    font-size:          0.8em;
    font-weight:        bold;
    line-height:        1.4em;
    color:				#007FA9;
    }
    
.processItemCellTitle_charcoal {
    font-size:          0.8em;
    font-weight:        bold;
    line-height:        1.4em;
    color:				#6E7072;
    }





/*  L I N K   S T Y L E S  */

A:link {
	text-decoration:    underline;
	font-weight:        normal;
	color:              #000000;
	}


A:active {
	text-decoration:    underline;
	font-weight:        normal; 
	color:              #000000;
	}


A:visited {
	text-decoration:    underline; 
	font-weight:        normal;
	color:              #000000;
	}


A:hover {
	text-decoration:    underline; 
	font-weight:        normal;
	color:              #FF0000;
	}


A.anchor:link,
A.anchor:active,
A.anchor:visited {
    text-decoration:    none;
    }
A.anchor:hover {
    text-decoration:    none;
    color:				#CECA0E;
    }


A.nav_btm_green:link,
A.nav_btm_green:active,
A.nav_btm_green:visited {
    text-decoration:    none;
    color:              #FFFFFF;
    }
A.nav_btm_green:hover {
    text-decoration:    underline;
    color:              #AAAAAA;
    }
   
A.nav_btm_selected_green:link,
A.nav_btm_selected_green:active,
A.nav_btm_selected_green:visited {
    text-decoration:    none;
    color:              #00723F;
    }
A.nav_btm_selected_green:hover {
    text-decoration:    underline;
    color:              #FF0000;
    }


A.nav_btm_yellow:link,
A.nav_btm_yellow:active,
A.nav_btm_yellow:visited {
    text-decoration:    none;
    color:              #FFFFFF;
    }
A.nav_btm_yellow:hover {
    text-decoration:    underline;
    color:              #333333;
    }
   
A.nav_btm_selected_yellow:link,
A.nav_btm_selected_yellow:active,
A.nav_btm_selected_yellow:visited {
    text-decoration:    none;
    color:              #CECA0E;
    }
A.nav_btm_selected_yellow:hover {
    text-decoration:    underline;
    color:              #FF0000;
    }
    

A.nav_btm_orange:link,
A.nav_btm_orange:active,
A.nav_btm_orange:visited {
    text-decoration:    none;
    color:              #FFFFFF;
    }
A.nav_btm_orange:hover {
    text-decoration:    underline;
    color:              #333333;
    }
   
A.nav_btm_selected_orange:link,
A.nav_btm_selected_orange:active,
A.nav_btm_selected_orange:visited {
    text-decoration:    none;
    color:              #DF6D27;
    }
A.nav_btm_selected_orange:hover {
    text-decoration:    underline;
    color:              #FF0000;
    }

A.nav_btm_brown:link,
A.nav_btm_brown:active,
A.nav_btm_brown:visited {
    text-decoration:    none;
    color:              #FFFFFF;
    }
A.nav_btm_brown:hover {
    text-decoration:    underline;
    color:              #333333;
    }
   
A.nav_btm_selected_brown:link,
A.nav_btm_selected_brown:active,
A.nav_btm_selected_brown:visited {
    text-decoration:    none;
    color:              #A88702;
    }
A.nav_btm_selected_brown:hover {
    text-decoration:    underline;
    color:              #FF0000;
    }
 
A.nav_btm_red:link,
A.nav_btm_red:active,
A.nav_btm_red:visited {
    text-decoration:    none;
    color:              #FFFFFF;
    }
A.nav_btm_red:hover {
    text-decoration:    underline;
    color:              #AAAAAA;
    }
   
A.nav_btm_selected_red:link,
A.nav_btm_selected_red:active,
A.nav_btm_selected_red:visited {
    text-decoration:    none;
    color:              #9D0621;
    }
A.nav_btm_selected_red:hover {
    text-decoration:    underline;
    color:              #FF0000;
    }
    

A.nav_btm_purple:link,
A.nav_btm_purple:active,
A.nav_btm_purple:visited {
    text-decoration:    none;
    color:              #FFFFFF;
    }
A.nav_btm_purple:hover {
    text-decoration:    underline;
    color:              #AAAAAA;
    }
   
A.nav_btm_selected_purple:link,
A.nav_btm_selected_purple:active,
A.nav_btm_selected_purple:visited {
    text-decoration:    none;
    color:              #412986;
    }
A.nav_btm_selected_purple:hover {
    text-decoration:    underline;
    color:              #FF0000;
    }

A.nav_btm_blue:link,
A.nav_btm_blue:active,
A.nav_btm_blue:visited {
    text-decoration:    none;
    color:              #FFFFFF;
    }
A.nav_btm_blue:hover {
    text-decoration:    underline;
    color:              #AAAAAA;
    }
   
A.nav_btm_selected_blue:link,
A.nav_btm_selected_blue:active,
A.nav_btm_selected_blue:visited {
    text-decoration:    none;
    color:              #007FA9;
    }
A.nav_btm_selected_blue:hover {
    text-decoration:    underline;
    color:              #FF0000;
    }


A.nav_btm_charcoal:link,
A.nav_btm_charcoal:active,
A.nav_btm_charcoal:visited {
    text-decoration:    none;
    color:              #FFFFFF;
    }
A.nav_btm_charcoal:hover {
    text-decoration:    underline;
    color:              #CCCCCC;
    }
   
A.nav_btm_selected_charcoal:link,
A.nav_btm_selected_charcoal:active,
A.nav_btm_selected_charcoal:visited {
    text-decoration:    none;
    color:              #6E7072;
    }
A.nav_btm_selected_charcoal:hover {
    text-decoration:    underline;
    color:              #FF0000;
    }


A.title_link_green:link,
A.title_link_green:active,
A.title_link_green:visited {
    text-decoration:    underline;
    color:              #00723F;
    }
A.title_link_green:hover {
    text-decoration:    underline;
    color:              #FF0000;
    }
   
A.title_link_yellow:link,
A.title_link_yellow:active,
A.title_link_yellow:visited {
    text-decoration:    underline;
    color:              #CECA0E;
    }
A.title_link_yellow:hover {
    text-decoration:    underline;
    color:              #FF0000;
    }
       
A.title_link_orange:link,
A.title_link_orange:active,
A.title_link_orange:visited {
    text-decoration:    underline;
    color:              #DF6D27;
    }
A.title_link_orange:hover {
    text-decoration:    underline;
    color:              #FF0000;
    }

A.title_link_brown:link,
A.title_link_brown:active,
A.title_link_brown:visited {
    text-decoration:    underline;
    color:              #A88702;
    }
A.title_link_brown:hover {
    text-decoration:    underline;
    color:              #FF0000;
    }
    
A.title_link_red:link,
A.title_link_red:active,
A.title_link_red:visited {
    text-decoration:    underline;
    color:              #9D0621;
    }
A.title_link_red:hover {
    text-decoration:    underline;
    color:              #FF0000;
    }
       
A.title_link_purple:link,
A.title_link_purple:active,
A.title_link_purple:visited {
    text-decoration:    underline;
    color:              #412986;
    }
A.title_link_purple:hover {
    text-decoration:    underline;
    color:              #FF0000;
    }

A.title_link_blue:link,
A.title_link_blue:active,
A.title_link_blue:visited {
    text-decoration:    underline;
    color:              #007FA9;
    }
A.title_link_blue:hover {
    text-decoration:    underline;
    color:              #FF0000;
    }
   
A.title_link_charcoal:link,
A.title_link_charcoal:active,
A.title_link_charcoal:visited {
    text-decoration:    underline;
    color:              #6E7072;
    }
A.title_link_charcoal:hover {
    text-decoration:    underline;
    color:              #FF0000;
    }


A.definition_link_brown:link,
A.definition_link_brown:active,
A.definition_link_brown:visited {
    font-style:         italic;
    text-decoration:    none;
    color:              #A88702;
    }
A.definition_link_brown:hover {
    font-style:         italic;
    text-decoration:    none;
    color:              #FF0000;
    }
    
    
A.definition_link_charcoal:link,
A.definition_link_charcoal:active,
A.definition_link_charcoal:visited {
    font-style:         italic;
    text-decoration:    none;
    color:              #6E7072;
    }
A.definition_link_charcoal:hover {
    font-style:         italic;
    text-decoration:    none;
    color:              #FF0000;
    }