/* Display */

body	{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", times, serif;
	font-size: 12pt;
	color: black;
	background-color: white; 
	}

#main	{
	width: auto;
	border: 0;
	padding: 0;
	margin: 2%;
	}

#content	{
	width: auto;
	border: 0;
	padding: 0;
	margin: 2%;
	}

.bottombar2	{
	width: auto;
	border: 0;
	padding: 0;
	margin: 2%;
	font-family: "Times New Roman", times, serif;
	font-size: 10pt;
	font-weight: normal;
	}

img {
	display: block;
	border: 0;
	}

a {
	font-weight: normal; 
	text-decoration: underline;
	}

.title	{ 
	font-family: "Times New Roman", times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: black;	
	}			
		
.byline	{ 
	font-family: "Times New Roman", times, serif;
	font-size: 13pt;
	font-weight: normal;
	color: black;
	}

.header	{ 
	font-family: "Times New Roman", times, serif;
	font-size: 13pt;
	font-weight: bold;
	color: black;
	}

.smalltext {
	font-family: "Times New Roman", times, serif;
	font-size: 10pt;
	font-weight: normal;		
	}

.dots {
	font-family: "Times New Roman", times, serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	color: black;
	}


/* Supress */

.ahem {
	display: none;
	}

.topbar1 {
	display:none;
	}

.topbar2 {
	display:none;
	}

.bottombar1 {
	display:none;
	}

form {
	display:none;
	}
