/* www.erichsimmers.com "Standard" 1.1 (11 December 2008) */

body {
	font: 16px "Gill Sans", Arial, sans-serif;
	background: #000000; 
}

p {
	font-size: 100%;
	text-align: justify;
}

p.large {
	font-size: 110%;
	text-align: left;
	font-weight: bold;
}

p.section {
	font-size: 110%;
	font-variant: small-caps;
	font-weight: bold;
}

table.header {
	background: #FFFFFF; 
	text-align: center;
	width: 75%;
	border-color: #000000;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
	margin: auto;
}

table.navigation {
	background: #FFFFFF; 
	text-align: center;
	font-variant: small-caps;
	width: 75%;
    border-color: #000000;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
	margin: auto;
}

table.body {
	background: #FFFFFF; 
	width: 75%;
	margin: auto;
}

div.title {
	font-size: 200%;
	font-variant: small-caps;
}

div.subtitle {
	font-size: 150%;
	font-style: italic;
}

strong {font-weight: bold; }

em {font-style: italic; }

tr.headings {
	font-size: 150%;
	font-variant: small-caps;
}

img.left { 
    float: left; 
    margin: 4px; 
}

img.right { 
    float: right; 
    margin: 4px; 
}