@import url("global.css");

h1, h2 {
color: #ff9900;
}

h1 {
font-size: 12pt;
font-variant: small-caps;
}

h2 {
font-size: 10pt;
}

.medium {
font-size: 10pt;
}

#exhibit1,
#exhibit2, 
#exhibit3,
#exhibit4,
#exhibit5,
#exhibit6
{margin: 30px 0 0 40px;}

#exhibit1
{margin-top: 20px;}

#exhibit2, 
#exhibit3,
#exhibit4,
#exhibit5,
#exhibit6
{border-top: 1px dotted silver;}

p {
margin: 0 30px 10px 0;
}

h2 {
margin-top: 10px;
margin-bottom: 0;
}

.floatright {
clear: all;
float: right;
margin: 0 40px 0 10px;
color: white;
border: 0;
padding: 0;
}

.floatleft {
clear: all;
float: left;
margin: 0 10px 0 0px;
color: white;
border: 0;
padding: 0;
}



