﻿
.articleTitle
{
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:#a50021;
	font-size:16pt;

}
UL LI {
	list-style:inside;
}

pre
{
	padding:10px;
	background:#eee;
	margin:0 10px 0 15px;
	display:block;
	white-space:pre-line;
	font-size:8pt;
	font-family:"Courier New",Courier,monospace;
	font-weight:normal;
	border:1px #524d52 solid;
	/*	overflow-x:scroll; */
	width:640px;
	color:#000000;

}

.wcmCustom-H1
{
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:#a50021;
	font-size:14pt;
}

.wcmCustom-H2
{
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:#2c456a;
	font-size:12pt;	
}

.wcmCustom-H3
{
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:#524D52;
	font-size:11pt;	
}

.wcmCustom-Normal
{
	font-family:"Verdana";
	color:#4f4c4d;
	font-size:8pt;	
	font-weight:normal;
}

.wcmCustom-Code
{
	padding:10px;
	background:#eee;
	margin:0 10px 0 15px;
	display:block;
	white-space:pre;
	font-size:8pt;
	font-family:"Courier New",Courier,monospace;
	font-weight:normal;
	border:1px #524d52 solid;
	width:640px;
	color:#000000;
	
}

.wcmCustom-Error
{
	color:#f00;
	font-size:8pt;	
	padding-top: 10px;
	padding-left:30px;
}

.wcmCustom-Image-Text-Wrap-Left
{
    padding: 0px 20px 5px 5px;
    float: left;
}

.wcmCustom-Image-Text-Wrap-Right
{
    padding: 0px 5px 5px 20px;
    float: right;
}

.wcmCustom-Right-Column-Title
{
	font-family: Verdana, Arial;
	display:block;
    font-size: 7pt;
    font-weight: bold;
    color: #4F4C4D;
    padding: 0px 3px 2px 3px;
    background-color: #dde1e7;
    border: solid 1px #c8c8c8;
}

/* style for printing */
@media print
{
  .wcmCustom-H2{ font-size: 14pt;}  
  .wcmCustom-H2{ font-size: 12pt;}
  .wcmCustom-Normal{ font-size: 10pt;}
  .wcmCustom-Code{ font-size: 10pt;}
  .wcmCustom-Error{ font-size: 10pt;}
  pre{ font-size: 10pt;}
}

