/********************************************************************************************/
/* DEFAULT THEME STYLES *********************************************************************/
/********************************************************************************************/

/********************************************************************************************/
/* START DEFAULT CONTENT LAYOUT STYLES ******************************************************/
/********************************************************************************************/
/* The page will be divided into three vertical tables (header, content, footer)            */
/* The content table will be divided based on the current page's request but always one to  */
/* three horizontal cells (TD). Each of these cells will have another table in it that will */
/* take 100% of the cell's width and the table will have an inner cell that will set the    */
/* format for text and background of that column. The outer cell and table styles may set   */
/* some of the formats but generally they will be limited to widths, alignments and borders.*/
/********************************************************************************************/

/* BODY tag default style */
body
{
	color               : #000000;
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	background-color	: #FFFFFF;
}

