/* **************************** CLIENT SPECIFIC ******************************** */
/* LINKS */
td {
	font-family: Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 7.5pt;
	font-weight: normal;
	line-height: 150%;
}

.link-normal { 
		color: #996633;
		text-decoration: underline; 
        }

a:hover.link-normal {
	color : #001F33;
	text-decoration: underline;
	       }		   



	
/* TEXT */
	
.footer-1     {
	font-family: Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 7.5pt;
	font-weight: normal;
}

.text-normal     {
	font-family: Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 7.5pt;
	font-weight: normal;
	line-height: 150%;
} 
	
.text-subtitle    {
	font-family: Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	line-height: 120%;
} 


.text-address    {
	font-family: Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	color: #26262B;
	font-size: 7.5pt;
	font-weight: normal;
} 

/* used for list items in the static pages */				
.list-unordered    {
	list-style-position: outside;
	margin-left: 11px;
	padding-left: 8px;
	padding-right: 8px;
	list-style-image: url('/images/bullet1.gif');
	list-style-type: square;	
}

/* used for list items in the static pages */				
.listitem-unordered    {
	margin-bottom: 3px;
}


/* ***************************** END CLIENT SPECIFIC ******************************* */
