/* trivialoft.css */

html, body {
	height:auto;
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	color:#4F2265;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:9pt;
	overflow:auto;
	
}

div.article {
	border:2px solid #BC8ABD;
	margin:5px;
	background-color:#E9C4DD;
	position:relative;
}

div.article p
{
	padding:1px;
}

div.article img
{
	border:1px solid black;
	margin:3px;
	position:relative;
	float:right;
}

div.articlefloat {
	height:120px;
	width:160px;
	position:relative;
	text-align:center;
	float:left;
}

div.regular {
	border:2px solid #BC8ABD;
	margin:5px;
	background-color:#E9C4DD;
	float:left;
	position:relative;
	width:195px;
	height:180px;
	text-align:center;
}

div.item {
	background-color:#E9C4DD;
}

div.itemheader {
	font-size:11pt;
	color:#4F2265;
	font-weight:bold;
	border-bottom:1px dashed #8C5A8D;
	padding:2px;
	background-color:#CF83BE;
}

div.itemfooter {
	font-size:11pt;
	color:#4F2265;
	font-weight:bold;
	border-top:1px dashed #8C5A8D;
	padding:2px;
	background-color:#CF539E;
}

div.sidebox {
	border:2px solid #BC8ABD;
	margin:5px;
	background-color:#E9C4DD;
	text-align:center;
	color:#4F2265;
}

div.sideheader {
	text-align:center;
	font-size:10pt;
	color:#4F2265;
	font-weight:bold;
	border-bottom:1px dashed #8C5A8D;
	padding:2px;
	background-color:#CF83BE;
}

div.sidefooter { 
	text-align:center;
	font-size:10pt;
	color:#4F2265;
	font-weight:bold;
	border-top:1px dashed #8C5A8D;
	padding:2px;
	background-color:#CF83BE;
}

a, a:visited, a:link {
	color:#4F2265;
	margin:1px;
}

#clearer {
	clear:both;
	line-height:0px;

}

.postedBy {
	font-style:italic;
	font-size:7pt;
}
