body {
	margin: 100;
	padding: 0;
	font-family: Verdana, sans-serif;
	
	line-height: 1.5em;
	color: #000000;
	
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

/* ---( links )------------------------------- */

a:link {
	color: #49669C;
	text-decoration: none;
	}
a:visited {
	color: #8EA4C2;
	text-decoration: none;
	}
a:hover {
	color: #036;
	text-decoration: none;
	}

/* ---( common elements )------------------------------- */

p {
	margin: 10px 10px 10px 10px;
	padding: 10px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	font-weight: none;
	color: #000000;
	
	
	}
h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #930;
	padding: 0;
	margin: 0;
	}
h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 140%;
	color: #930;
	padding: 0;
	margin: 0 0 1em 0;
	}
h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #930;
	}
h2 a:hover {
	color: #660000;
	}
h2.sub {
	color: #999;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
	}
h2.sub a {
	font-size: 100%;
	color: #999;
	text-decoration: underline;
	}

h1 span, h2 span, h3 span {
	color: #999;
	}
blockquote {

	color: #777;
	font-size: 88%;
	line-height: 20pt;
	text-align: left;
	float: left;
	
	width: 300px;
	border-top: 1px solid #e37009;
	border-bottom: 1px solid #e37009;
	}
blockquote.praise {
	padding: 0 0 10px 23px;
	border-bottom: 1px solid #eee;
	}
code {
	color: #c63;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
	}
code strong {
	color: #930;
	}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted;
	}

strong {
	font-weight: bold;
	}
strike {
	text-decoration: line-through;
	}
address {
	color: #000;
	font-size: 110%;
	line-height: 20pt;
	text-align: left;
	}
	

