body {
    background:white;
    font-family: "Lucida Grande", sans-serif;
    font-size: 11pt;
}

h1 {
    border-bottom: solid #CCCCCC 1px;
}

#bigTitle {
    text-align: center;
    color: #003366;
}

div #bigTitle {
    border-top: solid #CCCCCC 1px;
    border-bottom: solid #CCCCCC 1px;
    margin-bottom: 2em;
}

#bigTitle h1 {
    font-size: 200%;
    border: none;
    margin: 0;
}

#bigTitle p {
    font-variant: small-caps;
    font-size: 90%;
    border: none;
    margin: 0;
}

#titlePage {
    text-align: center;
    margin: 3em;
}

#titlePage .textBlock {
    margin-bottom: 1cm;
}

#footer {
    text-align: center;
    font-size: 80%;
    margin-top: 4em;
}

#fixedFooter {
    text-align: center;
    font-size: 80%;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.note {
    font-style: italic;
    font-size: 80%;
}

div .refwork {
    margin-top: 1.8em;
}

img.inText {
    margin: 1em;
}

A 			{ color: #999966; text-decoration: none; font-weight:bold; }
A:link		{ color: #999966; text-decoration: none; }
A:visited	{ color: #999966; text-decoration: none; }
A:active	{ color: #99CC66;  }
A:hover		{ color: #99CC66;  }
	
h1, h2, h3 {
    margin: 0px;
    padding: 0px;
}


