/* **************************** CLIENT SPECIFIC ******************************** */
/* LINKS */
body, table, td {
	font-family: Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
}

a:link { color:#996633; text-decoration:none}
a:visited { color:#996633; text-decoration:none}
a:hover { color:#003333; text-decoration:underline; cursor:default}
a:active { color:#996633; text-decoration:none}

	
/* TEXT */
	
.footer-1     {
	font-size: 10px;
	font-weight: normal;
}

.text-small     {
	font-size: 9px;
} 

.text-header     {
	font-size: 14px;
	font-weight: bold;
} 

	
.text-subtitle    {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
} 


.text-address    {
	color: #26262B;
	font-size: 12px;
	font-weight: normal;
} 

/* used for list items in the static pages */				
.list-unordered    {
	list-style-position: outside;
	margin-left: 12px;
	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 ******************************* */