*/ html, body { 
  padding:0px;
  margin:0px;
}



a:link { 
	text-decoration: underline; 
	color: #333399
	}

a:visited { 
	text-decoration: underline; 
	color: #333399;
	}

a:visited.c { 
	font-weight: normal; 
	text-decoration: none; 
	color: #858686;
	}	

a:hover, a:active { 
	color: #F36802;
	}

caption{
	display: none;
}

img{
border:0px none;
}

h1{ 
	color: #F36802;
	font-family: verdana;
	font-size: 18px;
}

/****** specific divs ********/

.visibility {
visibility:hidden;
padding:0;
margin: 0;
}


#container p{
	font-size:85%;
	}


div span.none {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	}


a em {
font-style: normal;
font-weight: normal;
text-decoration: underline;
    }
	
#text ul  {
	margin-left: 0;
	padding-left: 1em;
	padding-bottom: 10px;
	text-indent: -1em;
		list-style-image:  url('/gifs/ic_li.gif'); 
 	list-style-position: inside;
	padding-bottom: 0px; list-style-type:none
	}

#text li {
 padding: 5px 10px;
	}

