body {
	margin:0px;
	font-family: Arial;
	font-size: 9pt;
}

/* Links in rootline menu are always gray with
   no underline except on mouse rollover */
#rootline_menu a:link {color:#e4323c; text-decoration:none;font-size:9pt;} 
#rootline_menu a:visited {color:#e4323c; text-decoration:none;font-size:9pt;}
#rootline_menu a:hover {color:#0000fe; text-decoration:none; font-size:9pt;}

/* main menu */
#mainmenu_spacer {
	width:20px;
}

/* Rootline menu below the page main menu */
#top_page_rootline_menu {
	font-family: helvetica, arial, sans-serif;
	font-size:12px;
	color:#808080;
	vertical-align:middle;
	width:100%;
	height:20px;
}

/* Spacer between rootline menu and page content */
#rootline_content_spacer {
	height:5px;
}

/* Table cell for page content */
#page_content_cell {
	text-align:left;
	vertical-align:top;
	height:100%;
}

#page_content_area {
	font-family: arial, sans-serif;
	font-size:10pt;
	color:#000000;
	height:95%;
	margin-right:0px;
	margin-left:15px;
	margin-top:0px;
	overflow:auto;
}

/* Simple text formats */
span.underline {
	text-decoration:underline;
}

table
{
    font-family: Arial;
	 font-size: 9pt;
}
p
{
	font-family: Arial;
	font-size: 9pt;
}

h1 {
	font-size:13pt;
	font-weight:bold;
	text-decoration:underline;
}

h2 {
   font-size:12pt;
   font-weight:bold;
   text-decoration:underline;
}

h3 {
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
}

h4 {
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
}


