body {
	font: 0.8em/1.5 Tahoma, Helvetica, Arial, sans-serif;
	color: #000;
}
/*.forBlind, .hidden, */
.noPrint {
	display: none;
}
#main {
	margin: 1em 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1em 0;
}

/**********************************************************************


    BLOCK


**********************************************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	font-weight: bold;
}
h1, h2 {
	font-size: 160%;
}
h3 {
	font-size: 142%;
}
h4 {
	font-size: 129%;
}
h5 {
	font-size: 117%;
}
p {
	margin-bottom: 0.8em;
}
ul {
	margin-bottom: 1.2em;
}
ul li {
	margin: 0 0 0.3em 0.2em;
	padding-left: 1em;
}
ol {
	margin-bottom: 1.2em;
	list-style: decimal;
}
ol li {
	margin-left: 3.2em;
}
address {
	margin-bottom: 0.8em;
	font-style: normal;
}
table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-width: 3px 0;
	border-style: solid;
	border-color: #666;
}
caption {
	padding: 0 0 0.5em 0;
	font-size: 142%;
	font-weight: bold;
	text-align: left;
}
th, td {
	border-width: 1px 0;
	border-style: solid;
	border-color: #999;
	padding: 6px 10px 5px 10px;
	text-align: center;
}
th {
	font-weight: bold;
}
th.row {
	font-size: 117%;
}
tbody th {
	text-align: left;
}

/**********************************************************************


    HTML INLINE


**********************************************************************/
a {
	color: #000;
}
/*
:after {
	font-size: 80%;
}
#content a:link:after, #content a:visited:after, #footer a:link:after, #footer a:visited:after {
	content:"  " attr(href) "";
}
*/
a img {
	border: 0;
}
small {
	font-size: 85%;
}
sup, sub {
	font-size: 85%;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
strong {
	font-weight: bold;
}
ins {
	text-decoration: none;
}

/**********************************************************************


    FORM


**********************************************************************/
form {
	margin-bottom: 1em;
}
fieldset {
	border: 1px solid #999;
	padding: 1em;
}
legend {
	font-size: 129%;
	font-weight: bold;
}
label {
	font-weight: bold;
	text-transform: uppercase;
}
input.text, select, textarea, button {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #000000;
	background: #ffffff;
}
input.text, select, textarea {
	width: 95%;
	border: 1px solid #666;
}
textarea {
	overflow: auto;
}
button {
	border: 1px solid #666;
	background: #eee;
}
.noBullet, .noBullet li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
