body,td,th {
	font-family: "Lucida Grande", trebuchet, "trebuchet ms", helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}

.style2 {font-family: "Lucida Grande", trebuchet, "trebuchet ms", helvetica, sans-serif;
}

a 	  		{ color: gray; text-decoration: underline; font-weight:normal; }
a:link		{ color: gray; text-decoration: none; }
a:visited	{ color: gray; text-decoration: none; }
a:active	{ color: #FFCC66; }
a:hover		{ color: #FFCC66; }

	
p {
	margin-left: 10%;
	margin-right: 10%;
	font-size: 12px;
	font-family: "Lucida Grande", trebuchet, "trebuchet ms", helvetica, sans-serif;
	text-align: left;
}

ul {
	list-style-type: circle;
	margin-left: 25%;
	margin-right: 25%;
	font-size: 12px;
	font-family: "Lucida Grande", trebuchet, "trebuchet ms", helvetica, sans-serif;
	text-align: left;
}

ol {
	margin-left: 15%;
	margin-right: 15%;
	font-size: 12px;
	font-family: "Lucida Grande", trebuchet, "trebuchet ms", helvetica, sans-serif;
	text-align: left;
}

div.stripe {
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: inherit;
	background: url("../static/jpnearlstripesline.png");
	background-color: black;
	background-repeat: repeat;
	background-position: left;
	
	border: 0px;
	border-bottom-width: 0px;
	border-style: hidden;
}

div.navbar {
	/* position: relative; */
	width: 100%;
	height: 90px;
	margin: 0px;
	padding: inherit;

	background: url("../images/header2.png");
	background-color: white;
	background-repeat: no-repeat;
	background-position: bottom right;
	
	border-left: thin;
	border-right: thin;
	border-top: thin;
	border-color: #666666;
	
	border-bottom-width: 0px;
}



div.navbar a {
	text-decoration: none;
	margin: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	border: 0px;
	border-style: solid;
	//background-color: white;

	color: brown;
	font-size: 10px;
	font-family: "Lucida Grande", trebuchet, "trebuchet ms", helvetica, sans-serif;
}

div.navbar a:hover {
	color: gray;
}

div.images {
	margin-left: 10%;
	margin-right: 10%;
	font-size: 12px;
	font-family: "Lucida Grande", trebuchet, "trebuchet ms", helvetica, sans-serif;
	text-align: center;
}

div.navbar p {
	text-decoration: underline;
	margin: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	border: 0px;
	border-style: solid;
	//background-color: black;
	
	color: gray;
	font-size: 16px;
	font-family: "Lucida Grande", trebuchet, "trebuchet ms", helvetica, sans-serif;
	
}

/*
div.navbar img {
	padding: 0px;
	margin: 0px;
	height: 32px;
	border: none;
	right: 0px;
}
*/

div.subheader {
	/* position: relative; */
	width: 100%;
	height: 30px;
	margin: 0px;
	/* padding-left: 10px;
	padding-right: 10px; */
	background-color: none;
	background-repeat: no-repeat;
	background-position: bottom right;

	border: 0px;
	border-bottom-width: 0px;
	border-style: hidden;
	
	text-align: left;
	text shadow: #CCCCCC 5px;
	
	color: #666666;
	font-size: 14px;
	font-family: "Lucida Grande", trebuchet, "trebuchet ms", helvetica, sans-serif;

	
}



div.subheader p {
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
	border-style: none;
	text-align: left;
	float: left;
	background-color:#CCCCCC;
	
	color: black;
	font-size: 12px;
	font-family: "Lucida Grande", trebuchet, "trebuchet ms", helvetica, sans-serif;
	
}

/*
div.navbar img {
	padding: 0px;
	margin: 0px;
	height: 32px;
	border: none;
	right: 0px;
}
*/

div.box {
	padding-bottom: 10px;
	border: ridge;
	margin-left: 30%;
	margin-right: 30%;
	text-align: center;
	background-color: #CCCCCC;
}

div.box p {
	text-align: center;
}

span.headline {
	text-transform: capitalize;
	font-size: large;
}



