/* PublishDoc style sheet v0.1 */

/* NOTES:
a) 

*/

/* BODY */

body {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 4px;
	margin-top: 0px;
	}


/* SECTIONS */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 13pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #005B70;
	margin-top: 0px;
	margin-bottom: 4px;
}


/* PARAGRAPHS */

p {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
/* Keep listitems closer together */
li p {
	margin-left : 0px;
	margin-top : 3px;
	margin-bottom : 3px;
	}

pre {
	color: #008000;
	}
	
code {
	color: #008000;
	}
	
a.menuIndent {
	margin-left: 10px;
}

a.menuIndent1 {
	margin-left: 20px;
}

a.menuIndent2 {
	margin-left: 30px;
}

a.menuIndent3 {
	margin-left: 40px;
}

a.menuIndent4 {
	margin-left: 50px;
}
	
	
/* LISTS */

ol ol {
	list-style-type: lower-alpha;
	}
	

/* LINKS */

a:link {
	text-decoration: none;
	color: #0000FF;
	}
	
a:visited {
	text-decoration: none;
	color: #0000FF;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #FF0000;
	}
	

/* IMAGES */

img.centered {
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
div.center {
	text-align:center;
	}

	
/* TABLES */

table { 
	border: thin  #000000 solid; 
	border-collapse: collapse;
	}

/* Header row */	
thead tr  {
	background-color: #008000;
	}

/* Header paragraphs */
thead tr td p {
	font-weight: bold;
	color: #FFFFFF;
	}
	
td {
	border: thin  #000000 solid;
	}

/* Cell lists */
td ol, td ul {
	margin-left : 20px;
	}

/* Cell paragraph */	
td p {
	margin: 2px;
	}


/* MISCELLANEOUS */
	
/* Rules for overLib presentation */
div.overLib {
	font-size: 8pt;
	}