body, p, a, ul, li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	
body {
	line-height: 18px;
	}
	
p {
	font-size: 11px;
	color: #3b3b3e;
	/*margin: 10px 15px 0 15px;*/
	line-height: 13px;
	}
	
html>body p {
	font-size: 11px;
	line-height: 15px;
	}
	
/* content links */	

a 	{ 
	color: #009;
	text-decoration: none;
	font-size: 11px;
	}
html>body a {
	color: #009;
	text-decoration: none;
	font-size: 11px;
	}

a:hover { 
	color: #009; 
	font-size: 11px;
	text-decoration: underline;
	}
html>body a:hover {
	font-size: 11px;
	}

/* Navigation links on left side  */	
a.navlink 	{ 
	color:  #009; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}

a:hover.navlink { 
	color:  #fff; 
	font-size: 11px;
	text-decoration: underline;
	}

/* 3 links on left  */	
a.trans { 
	color:  #fff;
	font-size: 11px;
	line-height: 1.2; 
	text-decoration: none;	
	}

a.trans:hover { 
	color:  #009;
	font-size: 11px;
	line-height: 1.2; 
	}

/* unordered lists */		
#one-em ul {
		font-size: 11px;
		line-height: 13px;
		margin-left: 1.2em;
		margin-right: 1em;
		padding-left: 0;
		list-style-type: square;
		}
html>body #one-em ul {
		font-size: 11px;
		}

#one-em2 ul {
		font-size: 11px;
		line-height: 13px;
		margin-right: 0px;
		padding-right: 0px;
		margin-left:1.2em;
		padding-left: 0px;
		list-style-type: square;
		}
html>body #one-em2 ul {
		font-size: 11px;
		}	
		
#one-em3 ul {
		font-size: 11px;
		line-height: 13px;
		margin-left: 2em;
		margin-right: 1em;
		padding-left: 0;
		list-style-type: square;
		}
html>body #one-em3 ul {
		font-size: 11px;
		}

.bulleted {
	list-style-image: url(../images/translation/bullet.gif);
	list-style-type: square;
}

.bulleted li {
	margin-bottom: 10px;
	padding: 0;
}


/* start special CSS for photo rollovers */		
.photo-title  {
		color: #000000;
		font-family: arial,verdana,helvetica;
		font-size: 11px;
		font-weight: bold;
		text-align: right;
		position: absolute;
		top: 198px;
		left: 50%;
		width: 117px;
		height: 13px;
		z-index: 99;
		padding: 1px 1px 1px 0;
		visibility: hidden;
		}
		
.title-container  {
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		z-index:98;
		padding:1px 1px 1px 0px;
		}
				
/* end special CSS for photo rollovers */	
