td, body   { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; 
  } 
 
.artHeadline, .artHeading  { 
  font-size: 18px; 
  font-weight: bold; 
  color: #666666; 
  } 
 
 .artText   { 
  font-size: 12px; 
  } 
  
.artSubheading  { 
  font-size: 14px; 
  font-weight: bold; 
  color: #666666; 
  } 
  
.artLeadin  { 
  font-size: 12px; 
  font-weight: normal; 
  color: #666666; 
  font-style: italic; 
  } 
  
.artCredit   { 
  font-size: 11px;
  font-style: italic; 
  color: #999999; 
  }
  
.artBold  { 
  font-size: 11px; 
  font-weight: bold; 
  color: #000000; 
  }
  
.artCaption  { 
  font-size: 11px; 
  font-style: italic; 
  color: #333333;
  } 
/***********************************************
The following styles are used for the list table 
that is used to display all the the articles.
************************************************/
.artlistHeadings 	{
	font-size: 18px;
	font-weight: bold;
	color: #DDDDDD;
	background-color: #666666;
	}
.artlistColumnTops 	{  
	font-weight: bold; 
	color: #333333; 
	background-color: #CCCCCC;
	}
	
.artLinks, a:link.artLinks, a:active.artLinks, a:visited.artLinks {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

a:hover.artLinks {
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
} 

/**************** End Styles *****************/
.artItalic  { 
  font-size: 11px; 
  font-style: italic; 
  color: #000000; 
  }
  
blockquote {
	margin: 0px 5px;
	padding: 1px;
}
.artLinks {
	color: #336699;
	text-decoration: none;
}

a:link.artLinks, A:visited.artLinks, A:active.artLinks, A:hover.artLinks { 
	color: #336699;
	text-decoration: none;
} 

.artListTable {
	border: thin solid #666666;
}

.artRow1 {
	background-color: #FFFFFF;
}

.artRow2 {
	background-color: #DDDDDD;
}
.artBreadcrumb {
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
}

a:link.artBreadcrumb, a:visited.artBreadcrumb, a:active.artBreadcrumb, a:hover.artBreadcrumb { 
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none; 
} 
.artNumber {
	font-weight: bold;
	color: #666666;
}

