body {
  margin: 0;
  padding: 10px 0 15px;
  color: #000;
  background-color: #678EC1;
  min-width:990px;
  /* width:expression((document.documentElement.offsetWidth < 1010)? "990px": "auto" );*/
	width:expression((document.documentElement.offsetWidth < 1010)? "100%": "auto" );
  }
  
 .small {font-size:.8em}
 
h2 {
	color: #003366;
	font-size: 1.3em;
	width:98%;
	clear:both;
	line-height:25px;
	border-bottom:1px solid #84A83A;
	margin-bottom:10px;
}
 
div,ul,ol,li,table,td,th,
form,label,input,select,textarea{
  margin: 0; padding: 0;
  font: 12px/15px Arial, Helvetica, sans-serif;
  color:#333;
  }
/*ul,ol,li { list-style-type: none; margin: 0; padding: 0; }*/

img { border: none; }
td { vertical-align: top; }
table.wide, td.wide, th.wide { width: 100%; } /* forces full-width tables where needed - use with care! */
strong  { font-weight: bold; }
a       { color: #000066; font-weight: bold; text-decoration: none; }
a:hover { color: #f60; }

a.orange 
	{
		color:#FE6600;
		text-decoration:underline;
		font-weight:bold;
	}
	
a.orange:hover 
	{
		color:#003399;
		text-decoration:underline;
	}
	
p {line-height:20px}
