html { min-width: 600px; }

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	background: white ; /*#EDEBE3*/
	color: #333;
	padding: 1em 20px 3em 20px;
	margin: 0;
}

a { color: color: #06C; }	/* color: #06C; */
a:hover { color: #333; }	/* color: #333; */
a:active { color: #000; }	/* color: #000; */

p { line-height: 110%; font-size: 11px; margin: 5px;}
p.small{ line-height: 100%; font-size: 10px; margin: 5px;}

p#right260{line-height: 110%; font-size: 11px; margin: 5px; float: right; width: 260px;}
p#left260{line-height: 110%; font-size: 11px; margin: 5px; float: left; width: 260px;}
p#right180{line-height: 110%; font-size: 11px; margin: 5px; float: right; width: 180px;}
p#left180{line-height: 110%; font-size: 11px; margin: 5px; float: left; width: 180px;}

h1,h2,h3 {
	font-family: verdana; /*trebuchet ms;*/
	font-weight: bolt;
	color: #333;
}

h1 {
	font-size: 20px;
	margin: 0;
}

h3 {
	font-size: 12px;
	margin: 0;
	font-weight: normal;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	font-size: 13px; /*140%*/
	padding-bottom: 1px;
	border-bottom: 1px solid #CCC;
	margin: 0;
}

p.note {
	background: #EEE;
	padding: 4px; /*2*/
	font-family: tahoma;
	font-size: 11px; /*85%*/
	line-height: 120%;
	margin: 0; /*margin-top: 0;*/	
}

