/* CSS Document */

html body {
    background-color: white;
    color: black;
    font-family: 'Times New Roman CE', "Georgia CE", "New York CE", "Times CE", Georgia, times, Garamond, serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
}

p {
    text-align: justify;
    text-indent: 2em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

blockquote p {
	text-indent: 0px;
}

ul {
    font-family: Verdana, 'Arial CE', serif;
    margin-left: 5px;
    font-size: .9em;
}
/* links----------------------------------------------- */
a {
	text-decoration: none;
	color: rgb(0,51,204);
	background-color: inherit;
	/*border-bottom: 1px #000 solid;
*/
}
a:hover {
	text-decoration: underline;
}

h1 a, h2 a, h3 a {
	color: inherit;
}
/* ------------------------- header ----------------------- */

#header {
    text-align: center;
    background-image: none;
    height: 30px;
    background-color: transparent;
}

#title {
    display: block;
    height: 30px;
    vertical-align: middle;
    padding-top: 5px;
    color: black;
    visibility: visible;
}

#title em {
    visibility: visible;
}

/* -------------------------- menu ------------------------ */
/*
/images/3.gif
*/

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: none;
}

#header em {
    font-style: normal;
}

#footer {
    display: none;
}

#menu-box {
    display: none;
}

.search {display: none;}

#all {
    width: 190mm;
    margin-left: 10mm;
    margin-right: 10mm;
}

div.article {
    page-break-inside: avoid;
}

div.article h3 {
    page-break-after: avoid;
    page-break-before: auto;
}
