/* Copyright (c) 1998-2003 Network Accessibility Project.  All rights reserved. */
/* 2006/05 Takayuki Watanabe */
/* $Id: default.css,v 1.4 2003/10/29 05:32:52 max Exp $ */

html {
  height: auto;
  width: auto;
}

body {
  margin-left: 2em;
  margin-right: 2em;
}

h1 {
	border-bottom:thick solid #069; 
	margin-top: 1ex;	
	text-align: center;
}

h2 {
	font-size:1.4em;
	border-bottom:3px solid #069;
	margin-top: 6ex;	
	margin-bottom: 3ex;	
}

h3 {
	font-size:1.3em; 
	border-bottom:double #003399; 
	margin-top: 6ex;	
	margin-right: 10ex;
}

h4 {
	font-size:1.2em; 
	border-bottom:thin dashed #0066FF; 
	margin-top: 5ex;	
	margin-right: 40ex;
}

h5 {
	font-size:1.1em; 
	margin-top: 3ex;	
}
	
*.flushright { text-align: right; }
*.center { text-align: center; }

.box
{
	margin: 2ex 5em 2ex 2em;
	padding: 0.5em;
	border: 1px solid #FFCC33;
	font-weight: bold;
}

.comment {
	background: #FFFFCC;
	border: thin solid #009900;
}

.formbox
{
	margin: 1em;
	padding: 1em 1em 1em 3em;
	border: thin solid #FF9900;
	width: 40em;
}

.visiblebox
{
	margin: 0em;
	padding: 0.1em ;
	border: thin solid #FF9900;
	width: 40em;
}

ul.nobullet  {
	list-style: none;
}

dt {
	font-weight: bold;
}



/* ------- */
@media print {
body {
	font-size: 10.5pt;
	font-family: Times New Roman, Times, serif;
}

a.printURL:after {
	content:" ("attr(href)")";
}

a:link { color:black; text-decoration: none; }
a:visited { color:black; text-decoration: none; }

div.PrintHidden {
  display: none;
}

h2.pagebreak {
	page-break-before: always;
}
}


