/* 1.38/22 * pixel = em */


body {
	font-family: times new roman,times,serif;
	text-align: left;
	font-size: 12pt;
	line-height: 18pt
}

form {
	margin: 0;
	padding: 0;
	text-align:left;
}

fieldset {
	border: 0;
	padding:0;
	margin: 0;
}



#font-control {
	/*nearly the same values as #outer*/
	display:none;
}


#bottom {
	display:none;
}


/*****************************************nav-dropdown****************************/
#main_menu {
	display:none;
}

p {
	font-size: 12pt;
	line-height: 18pt;
	margin:0 0 18pt 20pt;
	
}

h1 {
	font-size: 14pt;
	font-weight: bold; 
	margin: 0 0 18pt 0;	
}

h2 {
	font-size: 12pt;
	font-weight: bold; 
	margin: 0 0 12pt 0;		

}

h3 {
	font-size: 12pt;
	font-weight: bold; 
	margin: 0 0 0 20pt;	
}

a[href]:after {
 content:" <"attr(href)">";
 color:#888;
 background-color:inherit;
 font-style:italic;
 size:80%;
} 