/* Stylesheet for e-mail messages in Opera */

BODY { 
	background-color: white;
}
TD {
	align: left;
	vertical-align: top;
}

TABLE.BACKGROUND {
	width: 100%;
}

TABLE.HEADER {
	background-color: #CCCCCC;
	border: none 0px;
}

TBODY.HEADER {
	border: none 0px;
}

TABLE.ATTACHMENT {
	background-color: #CCCCCC;
	border: none 0px;
}

TBODY.ATTACHMENT {
	border: none 0px;
}

SPAN.HEADER {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: black;
}
	
SPAN.ATTACHMENT {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: black;
}

SPAN.HEADERDATA {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: black;
}

PRE.BODY {
	font-family: Lucida Console, Courier New, monospace;
	font-size: 9pt;
	font-weight: normal;
	color: black;
	white-space: -pre-wrap;
}

PRE.VIEWHEADER {
	font-family: Lucida Console, Courier New, monospace;
	font-size: 9pt;
	font-weight: normal;
	color: black;
}

A.ATTACHMENT:hover {
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:hover {
	background: #FFFFCC;
}

