body	{
display:block;
width: 600px;
margin-left:25px;
background: white;
font-family: Arial,Helvetica,sans-serif;
}

p {
display:block;
width: 600px;
margin-left:25px;
font-size: 10pt;
color: black;
}

p.tiny {
font-size:8pt;
font-style:normal;
}

div.predef {
display:block;
width:500px;
margin-left:50px;
padding: 4px 0px 2px 6px;
font-size:9pt;
color:gray;
background:ivory;
border: 3px ridge #e3e3e3;
}

div.predef2 {
display:block;
width:500px;
margin-left:50px;
padding: 4px 0px 2px 6px;
font-size:9pt;
font-style:italic;
color:gray;
}

span.att {
display:inline;
font-weight:bold;
color:brown;
}

span.att2 {
display:inline;
font-weight:normal;
font-style:italic;
}

div.tiny {
display:block;
width:500px;
margin-left:50px;
font-style: normal;
font-size: 8pt;
color:brown;
}

h1,h2,h3,h4 {
font-weight: normal;
color: darkblue;
}	
h1 {
font-size: 28pt;	
}
h2 {
font-size: 18pt;
}	
h3 {
font-size: 14pt;
}
h4 {
font-size: 12pt;
font-weight:bold;
}

span.subheader {
display:inline;
font-weight:normal;
color:darkblue;
}

span.nb {
display:inline;
border-left:1px solid black;
border-bottom:1px solid black;
margin-left:1px;
padding-left:1px;
font-style:italic;
font-size:10pt;
}

table {
margin-left:25px;
}

th {
padding-left:4px;
font-size:8pt;
font-weight:normal;
text-align:left;
background: #CD4F39;
color: white;
}

td {
padding-left:4px;
font-size: 8pt;
color:black;
background:ivory;
}

.grey {
font-size:8pt;
background:lightgrey;
}

a:link,a:visited,a:active	{
text-decoration: none;
color:blue; 
}
a:hover {
text-decoration:underline;
color:blue; 
}
	
