/*** text ***/
h1 {	font-family: "Times New Roman", serif;
		font-variant: small-caps; }
		
/* css class from previous site - use only in accounts/ directory */		
.small-font { font-size: 90%; }
.small-font a { text-decoration: underline; }

*.sm {	font-size:small; }

*.label {
	font-weight: bold;
	font-family: "Times New Roman", serif;
	font-variant: small-caps; }

span.footer {
	color: #222222;
	line-height: 130%;
	font-weight: bold;
	font-family: "Times New Roman", serif;
	font-variant: small-caps; }
	
span.copyright {
	font-size:x-small;
	font-family: "Times New Roman", serif;
	font-variant: small-caps; }
		
.border-yellow {
	border: 3px solid #FFA042;
	margin: 4px 4px 10px;
	padding: 2px;
}

/*************************************
 * BEGIN: employment tree text style */		
	#tree {
		float: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	#tree a {
		color: #000;
		text-decoration: none;
	}
	#tree img {
		border: 0px;
		width: 19px;
		height: 16px;
	}
/* END: employment tree text style 
 *********************************/		


/*****************************
 * BEGIN: begin link style   */
	*:link {	color: #222222;
			text-decoration: none; }
	a.underline {
			text-decoration: underline; }
	div.subnav .sublink:link{
			text-decoration: underline; }
	div.subnav .sublink:visited{
			text-decoration: underline; }
	span.small-font :link { 
			text-decoration: underline; }
	*:visited { color: #222222; 
			text-decoration: none; }
	*:hover {	color: #333333;
			text-decoration: underline; }
	*:active {	color: #333333;
			text-decoration: underline; }
/* END: default link style
 *********************************/

