body {
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Helvetica Neue", "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
    line-height: 1.5em;
}

p {
    margin-bottom: 1.2em;
    text-align: justify;
    text-justify: auto;
}

a {
	text-decoration: none;
}

a:hover, a:active {
}

em, strong {
	font-weight: bold;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
    margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal; 
	font-variant: small-caps; 
	text-transform: lowercase;
}

table {
	empty-cells: show;
	border-collapse: collapse;
}

td, th {
	padding: 10px;
}

div.copyright {
    font-size: 0.75em;
    text-transform: uppercase;
    text-align: center;
}

