/* CSS Document 
<head>
<link rel="stylesheet" 
type="text/css" href="jw.css" />
</head>
*/
A:visited {
	TEXT-DECORATION: none
}
A:link {
	TEXT-DECORATION: none		
}
A:hover {
	color:#606060;
	text-decoration:none;
	font-size:14pt;
	font:bold
}
.style1 {
	color:white;
	background-color:#CCCCCC;
	font-size:14pt;
	font-weight:bold
}
.style2 {
	color:#009933;
	font-size:14pt;
	font:bold
}
.style3 {
	color:#000000;
	font-size:12pt;
}
.style4 {
	color:#000000;
	font-size:14pt;
	font-weight:bold
}
.style5 {
	color:#000000;
	font-size:18pt;
	font-weight:bold
}
.style6 {
	color:#009933;
	font-size:12pt;
	font:bold
}
.style29 {
	font-size: 12px;
	text-align:right
}