BODY
{
    BACKGROUND: white;
    COLOR: black;
    FONT-FAMILY: Verdana, Garmond, Helvetica, sans serif;
    FONT-SIZE: 10pt;
}

.Title          
{ 
  font-family: Verdana;
  font-weight: bold; 
  font-variant: small-caps; 
  font-size: 36pt; 
  color:#0000FF;
  text-align: center;
}

.Author         
{ 
  font-family: Verdana;
  font-weight: bold; 
  font-variant: small-caps; 
  font-size: 18pt; 
  color:#0000FF;
  text-align: right;
 }

.Article         
{ 
  font-family: "Bookman Old Style", Garmond, "Times New Roman", "Times";
  font-size: 12pt; 
 }

.TOC            
{ 
	font-family: Verdana; 
	font-variant: small-caps; 
	font-size: 10pt; 
	color:#0000FF;
	border: 1px solid #C0C0C0; 
	padding-left: 4px; padding-right: 4px; 
	padding-top: 1px; padding-bottom: 1px 
 }

.Figure
{
	border: 1px solid #C0C0C0; 
	padding-left: 4px; padding-right: 4px; 
	padding-top: 4px; padding-bottom: 4px 
}

.Caption        
{ 
	font-family: Verdana; 
	font-size: 8pt; 
	text-align: justify;
	color: black;
	padding-left: 4px; padding-right: 4px; 
	padding-top: 4px; padding-bottom: 4px 
}

.Caption.Headline
{
	FONT-WEIGHT: bolder;
}

.sPath
{
	FONT-FAMILY: Courier New, monospace;
	FONT-VARIANT: small-caps;
}
    
.Quote
{
	text-align: Justify;
	margin-left: 5%;
	margin-right: 5%;   
	padding-top: 4px; padding-bottom: 4px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0; 
}

p.Code, li.Code, div.Code
{
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:"Courier New";
}


p.CodeFile, li.CodeFile, div.CodeFile
{
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:"Courier New";
	
}

p.CodeFileBlockDelimiter, li.CodeFileBlockDelimiter, div.CodeFileBlockDelimiter
{
	margin:0in;
	margin-bottom:.0001pt;
	background:yellow;
	font-size:10.0pt;
	font-family:"Courier New";
	font-weight:bold;
}

p.CodeFileBlock, li.CodeFileBlock, div.CodeFileBlock
{
	margin:0in;
	margin-bottom:.0001pt;
	background:#FFFFCC;
	font-size:10.0pt;
	font-family:"Courier New";
}
