/* Filename: regency.css , currently rough overview of style sheet definition */


	







OL {
	list-style:decimal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color : #000000;
	font-size: 9pt;
	text-decoration: none;
	text-align: left
}
UL {
	list-style-type : square;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color : #000000;
	font-size: 9pt;
	text-decoration: none;
	text-align: left
}

.tabnav,
a.tabnav, 
a.tabnav:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}  
a.tabnav:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
a.tabnav:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	}

/* Paragraph and related definitions */
/* P Tag defines general text style for all site content text */
P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color : #000000;
	font-size: 9pt;
	text-decoration: none;
}

DIV {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color : White;
	font-size: 10pt;
	text-decoration: none;
}

/* .copy class defines text style for Copyright and Terms of Use footer on all pages. */
.copy {
	font-family: Arial, Helvetica, sans-serif, Franklin Gothic Heavy;
	font-weight: normal;
	color : White;
	font-size: 9pt;
	text-decoration: none;
	text-align: right
}

/* .sibar class defines text style for sidebar/related links on right side of page and captions or related links on left side */
.sibar {
font-family: Arial, Helvetica, sans-serif, Franklin Gothic Heavy;
font-weight: normal; 
color : #000000;
font-size: 7.5pt;
text-decoration: none;
text-align: center
}



/* Header Definitions */

/* H6 Tag used to identify text style for breadcrumbs*/
H6 {
font-family: Arial, Helvetica, sans-serif, Franklin Gothic Heavy;
font-weight: bold; 
color : #000000;
font-size: 7.5pt;
text-decoration: none; 
text-align: left
}

/* H3 Tag used to identify text style for Forward Nav menu picks and their text line, .fornav class of the A type changes the link properties for the actual Forward Nav link */
H3 {
font-family: Arial, Helvetica, sans-serif, Franklin Gothic Heavy;
font-weight: normal; 
color : #000000;
font-size: 9pt;
text-decoration: none; 
text-align: left
}

/* H1 Tag used to identify text style for page title */
H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #725593;
	font-size: 13pt;
	text-decoration: none;
	text-align: left
}

 
/* Anchor definitions */

/* .revnav class tag, modifies color and behavior of reverse (breadcrumb) navigation links, not size as size is determined by the paragraph default */
.revnav,
a.revnav {
	font : normal 7.5pt Verdana Geneva Arial Helvetica sans-serif;
}
a.revnav:link {
	color: #333333;
	}  
a.revnav:visited {
	color: #333333;
	}
a.revnav:hover {
	color: #CC9933;
	}
a {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
}
a:link {
	color: #725593;
	font-weight: bolder;
	text-decoration: none;
}  
a:visited {
	color: #725593;
	font-weight: bolder;
	text-decoration: none;
}  
a:hover {
	color: #725593;
	font-weight: bolder;
	text-decoration: underline;
}
	
	
	
/* .fornav class modifies color and behavior of forward navigation links, not size as size is determined by the paragraph default */
.fornav,
a.fornav, 
a.fornav:link {
	color: #725593;
	font-weight: bolder;
	text-decoration: none;
}  
a.fornav:visited {
	color: #725593;
	font-weight: bolder;
	text-decoration: none;
}  
a.fornav:hover {
	color: #725593;
	font-weight: bolder;
	text-decoration: underline;
}
	
/* .docnav class tag modifies color and behavior of links to related non-html documents contained in our site */
.docnav,
a.docnav, 
a.docnav:link {
	color: #0066CC;
	}  
a.docnav:visited {
	color: #333333;
	}
a.docnav:hover {
	color: #CC9933;
	}

/* .byenav ... links that leave our site*/
.byenav,
a.byenav, 
a.byenav:link {
	color: #0066CC;
	}  
a.byenav:visited {
	color: #333333;
	}
a.byenav:hover {
	color: #CC9933;
	}

/* .connav class tag modifies color and behavior of links going to other pages in the site structure, but NOT forward navigation */											
.connav,
a.connav, 
a.connav:link {
	color: #0066CC;
	}  
a.connav:visited {
	color: #333333;
	}
a.connav:hover {
	color: #CC9933;
	}

/* .innav up and down page navigation */											
.innav,
a.innav, 
a.innav:link {
	color: #725593;
	text-decoration: none;
	}  
a.innav:visited {
	color: #725593;
	text-decoration: none;
	}
a.innav:hover {
	color: #725593;
	text-decoration: underline;
	}

/* .mailnav links to send email */
.mailnav
a.mailnav, 
a.mailnav:link {
	color: #0066CC;
	}  
a.mailnav:visited {
	color: #333333;
	}
a.mailnav:hover {
	color: #CC9933;
	}

	
	
	
	
/* Reference Material */
  .NAVSCORESnfl { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold; 
		color: #000000; 
		font-size: 10px;}
	.NAVSCORESnfl A {color: #ffffff;}
	.NAVSCORESnfl A:LINK {color: #ffffff;}
	.NAVSCORESnfl A:VISITED {color: #ffffff;} 
	.NAVSCORESnfl A:HOVER {color: #A50400;}
	
.NavBoldBlack,
a.NavBoldBlack, 
a.NavBoldBlack:link, 
a.NavBoldBlack:visited		{
					font-family: 		verdana, arial, sans-serif;
					font-size: 			10px;
					font-weight:		bold;
					color:				#000000;													
					}