/************************************************************
CSS - StyleSheet for Merge Off-Site
Page: style.css
Developer: Jeffrey M. Johns
Support: jeffrey.johns@mcall.com
Created: 10/15/2004
Modified: N/A
************************************************************
Notes/Comments: This is the stylesheet for use with all the off-site, externally
hosted sections of Merge. If you change or update anything please record
your name, date, and changes made below.
************************************************************
Updates: N/A
************************************************************/

/************************************************************
Redefines of HTML Elements
************************************************************
These are defaults in case anyone forgets to give anything any attributes,
then at least it will somewhat match the rest of the site. You can reconfigure
any HTML element within the specific HTML style attribute tag. So if you want
your column to have a font size of 10px simply do this:
<td style="font-size: 10px;"></td>. The style attribute over-rides any
defined style in a stylesheet.
************************************************************/
body {
	margin: 0px 0px 0px 0px;
}

span, div, table, tr, td, layer {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}
