/****************************************************************************
 *  /themes/default/article.css
 *  -------------------------------------------------------------------------
 *  application   : QuestCMS
 *  begin         : September 27, 2004
 *  copyright     : (C) 2005 Questwork Consulting Limited
 *  email         : support@questwork.com              
 *  
 *  $_id: v 0.1 2004/10/06 11:47:00 don Exp $
 *  
****************************************************************************/

table.article-table {
  width: 100%;
  text-align: left;
}
td.article-text{
  text-align: left;
}

.article-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}
.article-header01 {
	font-family: Helvetica; 
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.article-date01 {
	font-family: Helvetica; 
	font-size: 11px;
	color: #333333;
}
table.article-extra {
  width: 98%;
  text-align: left;
  border: 1px solid #ff6633;
}
td.article-extra-header {
  background: #ff6633 ;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
  font-style: italic;
  color: white;
}
td.article-extra-body {
  background: #ffff00 ;
  text-align: left;
  color: black;
}
