/*=================================================================
 *  Default Content Page Stylesheet for Unix Platforms
 *  emxUIDefaultContentPage_Unix.css
 *  Version 1.0
 *  Requires: (none)
 *  Last Updated: 3/5/03, Nicholas C. Zakas (NCZ)
 *
 *  This file contains the style definitions for the default content
 *  (home) page. It is used only on that page.
 *
 *  Copyright (c) 1992-2003 MatrixOne, Inc. All Rights Reserved.
 *  This program contains proprietary and trade secret information 
 *  of MatrixOne,Inc. Copyright notice is precautionary only
 *  and does not evidence any actual or intended publication of such program
 * 
 *  
 *=================================================================
 */

/* --------------------------------------------------------------------
// Default Settings 
// -------------------------------------------------------------------- */

/* Background Appearance */
body { 
	background-color: #ffffff; 
}

/* Font Appearance */
body, th, td, p { 
	font: 12pt Times, sans-serif; 
}

/* Link Appearance */
a { 
	color: #003366; 
	text-decoration: none; 
}
a:hover { }

/* --------------------------------------------------------------------
// Main Table Settings 
// -------------------------------------------------------------------- */

/* Table Background Appearance */
table.main { 
	background-color: #C3C4B5; 
}


/* Table Cell Background Appearance */
td.main { 
	background-color: #fffff0; 
	font: 12pt Times, sans-serif; 
	text-align: left; 
	vertical-align: top;
}

td.copyright { 
	background-color: #fffff0; 
	font: 12pt Times, sans-serif; 
	text-align: left; 
	vertical-align: top;
}

td.selector { 
	background-color: #336699; 
	color: #ffffff; 
	font: 12pt Times, sans-serif; 
	vertical-align: top;
}


