/* general style*/
body {
	text-align: left;
	padding: 0;
	margin: 0;
	background: #fff;
}
/* normal links */
a { text-decoration: none; color: #000; }

/* HTML tags style */
blockquote {
	font-style: italic;
}
h1, h2, h3, h4, p, ul, ol, table, blockquote, dl {
	text-align: left;
	line-height: 1.4em;
	font-family: Times, serif;
	font-size: 12pt;
	color: #000;
}
/* list */
ul {
	margin: 1em 1em 1em 2em;
	line-height: 1.6em;
	font-size: 100%;
}
ul li {
	list-style-type: disc;
	list-style-position: outside;
}
ol {
	margin: 1em 1em 1em 2em;
	line-height: 1.6em;
	font-size: 100%;
}
ol li {
	list-style-position: outside;
}
/* end list */

h1 { font-size: 130%; }
h2 { font-size: 115%; }
h3 { font-size: 105%; }
h4 { font-size: 100%; }
table {
	border-collapse: collapse;
	border: 1px #F0F0F0 solid;
}
th,td {
	border: 1px #F0F0F0 solid;
	padding: 2px;
}
pre {
	font-family: monospace, sans-serif;
	padding-left: 5px;
	background: #F7F7F7;
	border-left: 3px dashed #CCCCCC;
}
tt {
	font-family: monospace, sans-serif;
	background: #eee;
}
img {
	border: none;
}
form p {
  text-align: right;
  vertical-align: top;
}
/* class, id style */
.noprint, #navigation, hr, #footer, #logo, #logo2, #office, #fla { display: none; }
