body{
	background-color:#ffffff;
	background: url(images/issibg3.jpg) repeat;
	margin-top:1%;
	/*margin-left:250px;
	margin-right:250px;*/
	text-align:center;
	font-size:9pt;
	/*font-family:lucida sans;
	font-style: normal;*/
	font-family: bookman old style;
	font-weight:lighter;
}

/*body.news {
	margin-left:auto;
	margin-right:auto;
}
*/
body.issi{
	text-align:center;
	margin-top:1%;
	/*background-color:#666666;*/
}
p, li.text{
	text-align:justify;
/*	margin-top: 15pt;*/
	margin:15pt;
	line-height:2;
}
p.news {
	text-align:left;
	margin-right:5pt;
	margin-top:5pt;
	margin-bottom:0pt;
	line-height:normal;
}
p.footer{
	text-align:center;
}
p.footer{
	margin-left:5pt;
	margin-right:5pt;
	margin-top:5pt;
	margin-bottom:0pt;
}

h1{
	font-size:22pt;
	font-style:italic;
}

h2, h3{
	font-family: bookman old style;
	font-weight:lighter;
	text-align:center;
	margin-top:10pt;
}
h2{
	font-size:18px;
}
h3{
	font-size:14px;
	/*font-weight:bold;*/
}
h4{
	font-family: bookman old style;
	font-size:12px;
	font-weight:lighter;
}

h1, h2, h3, h4, h5, h6, a, p.footer, body.news, font.highlight, li.bullets2  {
	/*color:#205090;*/
	color:#330000;
}

li.files{
	overflow:visible;
	margin-left:30pt;
	margin-right:30pt;
	text-indent:-5pt;
	list-style-image: url(images/file.jpg); 
	margin-top:10pt;
	font-weight:bold;
	text-align:left;
}

li.bullets, li.text{
	overflow:visible;
	margin-left:30pt;
	margin-right:30pt;
	text-indent:-5pt;
}
li.text{
	list-style-image: url(images/arrow.gif); 
	text-align:justify;
}
li.bullets{
	list-style-image: url(images/arrow.gif); 
	margin-top:10pt;
	font-weight:bold;
	text-align:left;

}
li.bullets_ind{
	overflow:visible;
	margin-left:60pt;
	margin-right:60pt;
	text-indent:-5pt;
	list-style-image: url(images/arrow.gif); 
	margin-top:10pt;
	font-weight:normal;
	text-align:left;

}

li.bullets2{
	list-style:none;
	background-color:#CCCCCC;
	/*list-style-image: url(images/arrow.gif); */
	overflow:visible;
	margin-left:30pt;
	margin-right:30pt;
	text-indent:-5pt;
	margin-top:10pt;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
}

li.bullets3{
	list-style-image: url(images/arrow.gif); 
	overflow:visible;
	margin-left:50pt;
	margin-right:30pt;
	text-indent:-5pt;
	margin-top:10pt;
	text-align:left;
	font-weight:normal;
}

a, a:hover{
	font-weight:bold;
	text-decoration:none;
}

table{
	padding:20;
	background-color:#ffffff;
	width:696px;
	height:100%;
	border-collapse:	collapse;
}

table.chart{
	width:auto;
	text-align:left;
	padding:15pt;
	margin:15pt;
	background-color:#CCCCCC;
	border:#000000 thin solid;
}
th.chart{
	background-color: #666666;
	color:#FFFFFF;
	border:#000000 thin solid;
	}
tr.chart{
	vertical-align:top;
}
td.chart{
	border:#000000 thin solid;
}
	
font.reg{
	color:#000000; font-weight:normal;
}
font.highlight {
	font-weight:bold;
}
font.message {
	color: #ff0000;
	font-size: 10pt;
}
div.list{
	width: 100%;
	height: 300px;
	/*overflow: auto;*/
	text-align:left;
}
ul.empmenu{
	font-weight:bold;
	font-size:12px;
	margin-right:30pt;
	margin-left:30pt;
	text-align:left;
}
ul.list{ 
	list-style-image: url(images/arrow.gif); 
	overflow:hidden;
	margin-right:30pt;
	margin-left:30pt;
	text-align:left;
	height:15pt;
	margin-top:0;
}
	
ul.droplist{
	list-style-image: url(images/arrow_down.gif); 
	overflow:visible;
	margin-right:30pt;
	text-align:left;
	margin-top:0;
	margin-left:30pt;
}	

.mainmenustyle{
	width:696px;
	font-weight: bold;
}
.mainmenustyle:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.mainmenustyle ul{
	border: 1px solid #BBB;
	width: 100%;
	background: url(images/chromebg.gif)  repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.mainmenustyle ul li{
	display: inline;
}

.mainmenustyle ul li a{
	color: #494949;
	font-size:9pt;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	/*border-right: 1px solid #DADADA;*/
}

.mainmenustyle ul li a:hover{ 
	background: url(images/chromebg-over.gif) bottom repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	text-align:left;
	color: #494949;
	font-size:9pt;
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	color: #494949;
	font-size:9pt;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;

}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}
.dropmenudiv a:hover, .mainmenustyle ul li a:hover, a:hover{
		/*color:#0099FF;*/
	color:#990000;
}


