/* Style sheet for App Notes page */

/* basic elements */
body {
	margin: 0;
	padding: 0px;
	background:white;
	font-size: 12pt;
	line-height: 133%;
	color: #000000;
	font-family: times, serif;
}

a:link, a:active, a:hover {
	text-decoration:none;
	font-weight:normal
	color:#000;
}
img {border: 0; padding:0; margin:2%;}

h1 {color: #000; font-weight: bold; font-size: 18pt; line-height:1.2em}

h2 { color: #000; font-size: 16pt; line-height: 1.2em}

h3 { color: #000; font-size: 14pt;}
h4 { color:#000; font-size: 14pt;}
p { color:#000; font-size: 12pt;}

/* frame */
#container {
	position:relative;
	display:block;
}

/* header */
#header {
	display:none;
}

#header p{
	font-size:10px;
	color:#fff;
	text-align:left;
	width:35%;
	float:right;
	padding:10px 5px 0 0;
}

#flashheader {
	display:none;
}

/*begin menu CSS*/
#menu {
	display:none;
}

#menuback {
	display:none;
}
/*end menu CSS*/

/*begin right column CSS*/
#columnright {
	display:none;
}

#columnrightback {
	display:none;
}



/*begin text body CSS*/
#textbody {
	background: transparent none;
	width:auto;
	padding:1em 0 0 0;
	margin:0 5% 0 5%;
	border:0;
}

#textbody td{
	color:#000;
	font-size:12pt;
}
/*end text body CSS*/

