/* general */
BODY, TD, DIV, SELECT, INPUT, TEXTAREA {
	font-family: Verdana;
	font-size: 10px;
	color: black;
}

/* media releases */
DIV.media_releases {
	background-color: #f5f5f6;
	font-size: 9px;
}

DIV.media_releases DIV.release DIV.date {
	font-weight: bold;
	font-size: 9px;
	color: #da4619;
	margin-bottom: 3px;
}

DIV.media_releases DIV.release DIV.body {
	text-align: justify;
}

DIV.media_releases DIV.release DIV.more {
	text-align: right;
	margin-bottom: 10px;
}

/* footer */
TD.footer {
	background-color: white;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
}

TD.footer A {
	color: #666666;
}

/* forms */
TABLE.form TD.tag {
	text-align: right;
}

TABLE.form SPAN.required {
	color: red;
	padding-left: 5px;
}