/**
 * CSS file:		screen.css
 * last modified:	10/01/04
 */

/* general page style */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* general font and table style */
body, td, th, h1, small {
    font-family: "Arial", Helvetica, Verdana;
	color: #767676;
	font-size: 11px;
	font-align: left;
}

/* general link style */
A:link {
	color: #B2B293;
	text-decoration: none;
} A:visited {
	color: #B2B293;
	text-decoration: none;
} A:hover {
	color: #B2B293;
	text-decoration: underline;
} A:active {
	color: #B2B293;
	text-decoration: none;
}

.smallfont {
  font-family: "Arial", Helvetica, Verdana;
	color: #B2B293;
	font-size: 9px;
}

.copy {
  font-family: "Arial", Helvetica, Verdana;
	color: #D2D2AE;
	font-size: 9px;
}

/* redlink */
.redlink {
	color: #FF3000;
} .redlink A:link {
	color: #FF3000;
} .redlink A:visited {
	color: #FF3000;
	text-decoration: none;
} .redlink A:hover {
	color: #FF3000;
	text-decoration: underline;
} .redlink A:active {
	color: #FF3000;
	text-decoration: none;
}

/* redlink */
.newslink {
	color: #4F4F43;
	padding: 5px 0px 0px 0px;
} .newslink A:link {
	color: #4F4F43;
} .newslink A:visited {
	color: #4F4F43;
} .newslink A:hover {
	color: #B2B293;
	text-decoration: underline;
} .newslink A:active {
	color: #FF3000;
	text-decoration: none;
}

/* subheadline */
.subheadline {
  font-family: "Arial", Helvetica, Verdana;
	color: #767676;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.10em;
}

/* texttable */
table.texttable {
	/* ... */
} table.texttable tr {
	/* ... */
} table.texttable td {
	margin: 0px;
	/*letter-spacing: 0.05em;*/
	line-height: 14pt;
} table.texttable td.leftblock {
	padding-right: 10px;
} table.texttable td.rightblock {
	padding-left: 10px;
}

.textcontent {
	line-height: 14pt;
}

table.refstable {
} table.refstable tr {
} table.refstable td {
	padding: 3px 0px 0px 0px;
	line-height: 14pt;
	letter-spacing: 0.035em;
}

table.newsblock {
} table.newsblock tr {
} table.newsblock td {
    font-family: "Arial", Helvetica, Verdana;
	font-size: 10px;
	color: #4F4F43;
	letter-spacing: 0.035em;
} table.newsblock td.head {
	background-color: #D2D2AE;
	padding: 2px 0px 2px 15px;
} table.newsblock td.content {
	padding: 5px 0px 0px 0px;
}

.listdot {
	font-size: 9px;
}

.strippedline {
	background-image: url(../images/strippedline.gif);
	background-repeat: repeat-y;
}
