.xtxtHighlight
{
	background-color: yellow; 
}

.xtxtUrgent
{
	color: red;
}

.xtxt_image_caption 
{
	font-size: 80%; 
	text-align: center; 
}

div.right 
{
	float: right;
	margin: 10px 10px 0px 20px;
}

div.left
{
	float: left;
	margin: 10px 20px 0px 10px;
}

img.xtxt_image {
	border-width: 0px;
}

div.warning
{
	margin: 10px 0px 10px 0px;
	border: solid 1px black;
	padding: 2px 10px 5px 10px;
	background-color: #fcc;
}

div.example
{
	margin: 10px 0px 10px 0px;
	border: solid 1px black;
	padding: 2px 10px 5px 10px;
	background-color: #ccf;
}

.amountCost
{
	color: #990000;
	font-weight: bold;
}

.amountProfit
{
	color: #009900;
	font-weight: bold;
}

.amountCostEstimate
{
	color: #990000;
	font-weight: bold;
}

.amountProfitEstimate
{
	color: #009900;
	font-weight: bold;
}

.pro
{
	color: #009900;
}

.con
{
	color: #ff0000;
}


/*

dl
{
	margin-top: 12px;
	margin-bottom: 0px;
}

dt
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0px;
	color: Maroon;
}

dd
{
	font-size: 10pt;
	margin-left: 20px;
	margin-bottom: 0px;
	color: Maroon;
}


code
{
	color: #00f;
}



*/








cite
{
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-align: right;
	margin-right: 30px;
}

blockquote
{
padding: 5px;
background-color: #dddddd;
background-image: url(http://files.wiki.sygnal.com/glyphs/quote.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 6px 8px;
border: 1px solid #dbdbce;
font-size: 0.95em;
margin-top: 1em;
margin-right: 1px;
margin-bottom: 1em;
margin-left: 25px;
overflow-x: hidden;
overflow-y: hidden;
color: #000000;
font-style: italic;
}
blockquote p
{
margin-left: 25px;
margin-right: 10px;
}
