/* cascading style sheet for www.mattesassociates.com */

BODY
{
	font-family: helvetica, arial, sans-serif;
	background-color: #feda70;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

TH, TD, P
{
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
	text-align: justify;
}

A:link
{
	color: #feda70;
        font-weight: bold;
}

A:visited
{
	color: #ff9900;
        font-weight: bold;
}

A:hover
{
	background-color: #000000;
	color: #ffffff;
}

STRONG
{
	font-weight: bold;
}

LI
{

list-style: url(file:///home/ZuperDee/ZuperCom/job_1/website/images/red.gif) disc;
	line-height: 1.3em;
}

/* ----------- text ------------ */

.defaulttext
{
/* default text style */
	font-size: 12pt;
	font-weight: normal;
	line-height: 1.2;
}
	
.newstext
{
/* news text style */
	font-size: 10pt;
	font-weight: normal;
	padding-bottom: 12px;
}


.smalltext
{
/* small size, larger line-height */
	font-size: 10pt;
	line-height: 1.2em;
}

.smalltext2
{
/* small text with top padding */
	font-size: 10pt;
	padding-top: 8px;
	line-height: 1.2em;
}
	
.smalltext3
{
/* just a size smaller than default */
	font-size: 10pt;
}
	
.smalltext4
{
/* small text with bottom padding */
	font-size: 10pt;
	padding-bottom: 12px;
}

.tinytext
{
/* bottom links */
	font-size: x-small;
	line-height: 1.2em;
}
	
.backgroundtext
{
/* text with a background */
	font-size: 12pt;
	padding: 4px;
}

.script
{
/* little red superscripts */
	font-size: 10pt;
	font-weight: bold;
}
	
.dateline
{
/* date at top of page */
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	padding-bottom: 2px;
}
	
/* --------- headlines ------------ */

.smhead
{
/* links header in grey boxes */
	font-size: 12pt;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 2px;
}
	
.head1
{
	font-size: 12pt;
	color: #660000;
	font-weight: bold;
	padding-bottom: 4px;
}
	
.head2
{
	font-size: 10pt;
	color: #660000;
	font-weight:bold;
	padding-top: 4px;
	padding-bottom:10px;
}

.head3
{
	font-size: 10pt;
	color: #660000;
	font-weight:bold;
	padding-bottom:3px;
}

.head4
{
	font-size: 10pt;
	color: #660000;
	font-weight:bold;
	padding-top:9px;
	padding-bottom:8px;
}
	

/* --------- margins ------------ */
.leftmargin
{
	padding-left: 9px;
}
/* ------------------------------ */
