/****************************************************************************
 *  /themes/default/css/ie_global.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 $
 *  
****************************************************************************/

/******************************************************/
/* HTML tag styles                                    */
/******************************************************/

body {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: #666666;
  background: #ffffff; 
  height: 100%;
  margin: 0px;
  padding: 0px;
}
table {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  cell-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}
td, th, tr {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  vertical-align: top;
  border: 0px solid #000000;
}

/********* form and related tag styles *********/
form { font-size: 12px;}
.button {
  background-color: #191f51;
  border: 1px solid #666666;
  border: 1px solid #e6eff4;
  font-size: 11px ;
  color: #ffffff;
}
.button_mo {
  background-color: #ff9900;
  border: 1px solid #e6eff4;
  font-size: 11px ;
  color: #ffffff;
}
.smalltext {
  font-size: 9px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.page-index {
  font-size: 10px;
}

/***********************************************/
/* Steven Styles                             */
/***********************************************/
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #339966;
}
.content01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.vision {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.vision_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
  font-weight: bold;
}
