body {
	background-color : #FFFFFF;
	font-family : serif; 
	font-size : 10pt; 
	color : black;
        line-height: 1.3;
	margin-top : 10px;
	margin-left : 50px;
	margin-right : 50px;
}

p {
        font-family : serif;
        font-size : 10pt;
        line-height: 1.3;
}

blockquote {
        font-family : Sans-Serif;
        font-size : 10pt;
        line-height: 1.1;
	border : thin solid gray;
	background-color : lightyellow;
	padding : 3px;
}

p.caption {
        font-family : Sans-Serif;
        font-size : 10pt;
        line-height: 1;
	text-align : center;
}

p.copy {
        font-family : Sans-Serif;
        font-size : 8pt;
	color : gray;
        line-height: 1;
	text-align : right;
}

a:link {
        color : #FF0000;
}

a:visited {
        color : #909090;
}

a:hover {
	color : #090909;
}

strong {
        font-weight : bold;
}

dl {
        font-family : Sans-Serif;
}

h1 {
        font-family : Sans-Serif;
        font-size : 14pt;
        font-weight : 900;
}

h2 {
        font-family : Sans-Serif;
        font-size : 12pt;
        font-weight : 800;
}

h3 {
        font-family : Sans-Serif;
        font-size : 11pt;
        font-weight : 700;
}

h4 {
        font-family : Sans-Serif;
        font-size : 10pt;
        font-weight : 600;
}

li {
        font-family : Sans-Serif;
        font-size : 9pt;
}

ol {
        font-family : Sans-Serif;
        font-size : 9pt;
}

ul {
        font-family : Sans-Serif;
        font-size : 9pt;
}

code {
        font-family : monospace;
}

pre {
        font-family : monospace;
        line-height: 1;	
}

.menu {
        text-align : left;
}

.img { 
	text-align: center; 
}

.ss {
        font-family : Sans-Serif;
        font-size : 8pt;
        line-height: 1;
}

.ss-menu {
        font-family : Sans-Serif;
        font-size : 8pt;
	border-collapse: collapse;
	border: 1px dashed #aaa;
	padding: 5px;
	background: #f5f5f5
}

.borders-all {
    border-collapse: collapse;
    border: 1px solid #aaa;
    padding: 0px;
}

.borders-all TD {
    border-collapse: collapse;
    border: 1px solid #aaa;
    padding: 2px;
}

.borders-all TH {
    border-collapse: collapse;
    border: 1px solid #aaa;
    padding: 3px;
    background: #ddd
}

