/*body.html, body.html p
{
	background-color: #D0D0D0;
	font-family: Courier;
	font-size:10px;
}

body.wysiwyg, body.wysiwyg p, body.wysiwyg td
{
	font-size:x-small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body.wysiwyg h3 { margin-top: -8px; margin-bottom: 4px; }

a:link { font-weight: normal; text-decoration: none; color: #CC0000; }
a:visited { font-weight: normal; text-decoration: none; color: #CC0000; }
a:hover, a:active { font-weight: normal; text-decoration: underline; color: #CC0000; }
*/

.highlight { background-color:yellow; color:#000;padding:1px;font-weight: bold;}
.warning { color:Red }

#maincontent .blockquote
{
	display: block;
margin: 10px 0;
padding-right: 28px;
background: url(images/blockquote-bg-close.gif) no-repeat bottom right;
}
#maincontent .blockquote p
{
padding-top: 4px;
text-indent: 28px;
background: url(images/blockquote-bg-open.gif) no-repeat 0 0;
}

#maincontent .pullout
{
	display: block;
	margin: 5px 0;
	padding-right: 75px;
	font-size: 17pt;
}