html { min-width: 800px; }

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: 'Trebuchet MS', Helvetica, Tahoma, arial, sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	padding: 1em 1px 3em 1px;
	margin: 0;
}

img {
	border: 0px;
}

a {  }
a:hover {  }
a:active {  }

p { line-height: 140%; }

h1,h2 {
	font-weight: bold;	
	font-style: italic;
}

h1 {
	font-size: 380%;
	margin: 0;
	letter-spacing: -5px;
}

h1 span {
}

h1 a { text-decoration: none; }
h1 a:hover { 
	border-bottom-width: 1px;
	border-bottom-style: dotted; 
}

h2 {
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid; 
	margin: 0;
}

h3 {
	font-size: 200%;
	padding-bottom: 2px;
	margin: 0;
	text-align: center;
}

p.note {	
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
	height: 15px;
	padding: 4px;
}
.external[href^="http://"]:not([href*="w3.org"]) { 
	background: url(../images/external.gif) no-repeat 100%; 
	padding: 0 14px 0 0; 
}
.external:hover[href^="http://"]:not([href*="w3.org"]) { 
	background: url(../images/external.gif) no-repeat 100%; 
	padding: 0 14px 0 0; 
}
.external:visited[href^="http://"]:not([href*="w3.org"]) { 
	background: url(../images/external.gif) no-repeat 100%; 
	padding: 0 14px 0 0; 
}