/* 
----------------------------------------------------------------------------
Copyright Einstein Industries 2004. Used with Permission.                             
May not be duplicated or reproduced.


Please check for cross-browser compatibility prior to making changes
MINIMUM BROWSER CHECK :: IE5.x/IE6/Op7/NS7/Safari


CSS Document - layout.css
---------------------------------------------------------------------------- */


/* global styles
 * ------------------------------------------------- */
body { background: #fff; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; margin: 0; }
p, a:link, a:visited, ul, li, h1, h2, h3 { font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; }
h1, h2, h3 { font-size:14px; font-weight:bold; }
h2 { font-size:13px; }
h3 { font-size:12px; }
h1 span, h2 span, h3 span { display:none; }
a:link, a:visited { text-decoration:underline; }
a:hover, a:active { color:#f69000; } 

p.header1, p.header2, p.header3 { font-size:14px; font-weight:bold; }
p.header1 { font-size: 14px }
p.header2 { font-size: 13px }
p.header3 { font-size: 12px }


/* only used a few times on index page
 * ------------------------------------------------- */
.table-header-middle { background: url("img/slices/table_r1_c3.gif") repeat-x; height:18px; }
.table-bg { background-color:#ccc; }




/* main classes
 * ------------------------------------------------- */
table.main {
	width: 760px;
	border-color: #000033;
	border-style: solid;
	border: 2px;
}


table.flash {
	width: 214px;
	border-color: #000033;
	border-style: solid;
	border: 2px;
}


table.flash2 {
	width: 315px;
	border-color: #000033;
	border-style: solid;
	border: 2px;
}


.brody_img {
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-top: 3px;
}


 
.footer {
  width:720px;
  margin:0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
 }


.footer p {
  margin: 6px 0 0 0;
 }