a		{
		color: #0000DD;
		text-decoration:none;
		}
a:hover {color:#FF0000}
a:visited {color:#0000AA}
a.white	{color=#FFFFFF;
		font-size:11px;
		font-family: "Trebuchet MS", Arial; }

.sjtext {font-family: "Trebuchet MS", Arial;
		font-size: 10pt;
		color: #000000;
		}
.color	{font-weight: bold;
		color:#3300cc}
.sj1	 {	font-family: "Trebuchet MS", Arial;
		font-size: 13pt;
		font-weight: bold;
		}
.sjitalic	{font-family: "Times New Roman";
		font-size: 10pt;
		font-weight: bold;
		font-style: italic;
		color: #777777}
		}
.title	{font-family: "Trebuchet MS", Arial;
		font-size: 13pt;
		font-weight: bold;
		}
.sjheading {font-family: "Trebuchet MS", Arial;
		font-size: 13pt;
		font-weight: bold;
		color: #0000FF;
		font-variant: small-caps;
		}
.sjsubheading	{font-family: "Times New Roman";
		font-size: 12pt;
		font-weight: bold;
		font-style: italic;
		color: #0000FF}
		}
.sjsmall {font-family: "Times New Roman";
		font-size: 9pt;
		}
/* scroller background: iframe BODY object */
.Back {
	background: white;
}
/* style to be applyed to all items' bodies - DIV
	all local stylesheets of external files if any are to be ignored */
.ItemBody {
	font-family: Times New Roman, Times;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
}


/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 2px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	font-style: normal; 
	padding: 2px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 0px solid #aa0000;
	background: #bb0000;
}
.m0l0oover {
	text-decoration : none;
	border : 0px solid #aa0000;
	background: #ff0000;
}

/* level 1 inner */
.m0l1iout {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;	
	font-weight: normal;
	font-style: normal;
	padding: 4px;
	color: #ffffff;
}
.m0l1iover {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	padding: 4px;
	color: #ffffff;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #3366cc;
	filter: alpha(opacity=95);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #ff0000;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}