/*  JLP Styles
*/

/* padding values: top right bottom left */
body {
	margin: 0px, 0px, 0px, 0px;
	background: #FFFFFF;
	color: #000000;
	font-size: 18pt;
	font-family: times;
}

p {
	font-family: times;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}

a:link { color:#0066CC; text-decoration:underline;  font-weight:bold;}
a:visited { color:#777777; text-decoration:underline;  font-weight:bold;}
a:hover { color:#CC3300; text-decoration:underline;  font-weight:bold}
a { text-decoration: none; }

pre {
	font-family: times new roman;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
}

hr	{
		margin-top: 0.5em;
		margin-bottom: 0.0em;		
	}

h1 {
	font-family: times new roman;
	color: #0000ff;
	font-weight: bold;
	font-style: normal;
	font-family: times;
	font-size: 17pt;
	margin-top: 0.em;
	margin-bottom: 0.5em;	
}

h2 {
	font-family: Times new roman;
	font-size: 16pt;
	margin-top: 1.5em;
	margin-bottom: .5em;
	font-style:normal;	
	font-weight:bold;
	color: #0000FF;
}

h3 {
	font-family: times new roman;
	font-size: 14px;
	margin-top: 1.5em;
	margin-bottom: .5em;
	font-style:italic;
	font-weight:bold;
	color: #000000;
}

h4 {
	font-family: times new roman;
	font-size: 15pt;
	margin-top: 1.0em;
	margin-bottom: .5em;
	font-style:normal;	
	font-weight:normal;
	color: 	#000000;
}

h5 {
	font-family: times new roman;
	font-size: 12pt;
	margin-top: .5em;
	margin-bottom: .5em;
	font-style:italic;	
	font-weight:bold;
	color: navy;	
}

h6 {
	font-family: arial;
	font-size: 12pt;
	margin-top: .5em;
	margin-bottom: .5em;
	font-style:italic;	
	font-weight:bold;
	color: #000000;	
}








blockquote {
	margin: 0em 0em 0em 2em;
	padding: 5px 0px 5px 0px;
}

/* The background of table header cells is grey, and the text is bottom-aligned. */
th {
	background: #cccccc;
	text-align: center;
	font-size: 17px;
	font-family: times;
	font-weight: bold
	vertical-align: top;
}

/* The text in normal table cells is top-aligned. */
td {
	vertical-align: top;
	font-size: 12px;
	font-family: times;
}

/* padding values: top right bottom left */
ul,
ol {
	font-family: times;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	margin-left: 1.5em;	
	font-size: 12px;	
	padding: 0px 0px 0px 20px;	
}

ol {
	list-style-type: 1;
}

ul {
	list-style-type: square;
}

li {
	margin-top: 0.5em;
	margin-bottom: 0em;
	font-size: 12px;		
}


	




