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*/

#greetings {
font-family: trebuchet ms;
	color: #000000;
}

body {
	background: #FFFFFF;
	color: #333;
	padding: 1em 20px 3em 20px;
	margin: 0;
}

a { color: #010101; }
a:hover { color: #19c919; }
a:active { color: #c9c919; }

p { line-height: 140%; }

h1,h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #000000;
}

h1 {
	font-size: 180%;
	margin: 0;
}

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

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

p.note {
	background: #eee;
	padding: 4px;
	font-family: tahoma;
	font-size: 100%;
	line-height: 130%;
	margin-top: 0;
}


pre.sum {
	background: #f6f6f6;
	padding: 4px;
	font-family: tahoma;
	font-size: 100%;
	line-height: 130%;
	margin-top: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

}



p.sum {
	background: #889969;
	padding: 4px;
	font-family: tahoma;
	font-size: 100%;
	line-height: 130%;
	margin-top: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3C5060;
	border-right-color: #3C5060;
	border-bottom-color: #3C5060;
	border-left-color: #3C5060;
}

p.sumfp {
	background: #889969;
	padding: 4px;
	font-family: tahoma;
	font-size: 110%;
	line-height: 130%;
	margin-top: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3C5060;
	border-right-color: #3C5060;
	border-bottom-color: #3C5060;
	border-left-color: #3C5060;
}
