body, p, a, ul, li {
	font-family: arial,verdana,helvetica;
	}
	
body {
	line-height: 1.3;
	}
	
p {
	color: ffffff;
	font-size: 12px;
	line-height: 1.3;
	font-weight: normal;
	}
html>body p {
	font-size: 12px;
	line-height: 1.2;
	}
	
/* content links */	
a 	{ 
	color:  CC9933; 
	font-size: 12px;
	text-decoration: underline;
	}
html>body a {
	font-size: 13px;
	}

a:hover { 
	color:  cccccc; 
	font-size: 12px;
	text-decoration: none;
	}
html>body a:hover {
	font-size: 13px;
	}

/* Navigation links on left side  */	
a.navlink 	{ 
	color: E92C08; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

a:hover.navlink { 
	color: 999091; 
	font-size: 12px;
	text-decoration: underline;
	}

/* 3 links on left  */	
a.trans { 
	color:  999091;
	font-size: 12px;
	line-height: 1.2; 
	text-decoration: underline;	
	}

a.trans:hover { 
	color:  E92C08;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: none;	 
	}

/* unordered lists */		
#one-em ul {
		font-size: 12px;
		line-height: 1.3;
		margin-left: 1.3em;
		margin-right: 1.7em;
		padding-left: 0;
		color: ffffff;
		list-style-type: disc;
		}
html>body #one-em ul {
		font-size: 13px;
		}
		
#one-em2 ul {
		font-size: 12px;
		line-height: 1.3;
		margin-right: 0px;
		padding-right: 0px;
		margin-left: 1.3em;
		padding-left: 0px;
		color: ffffff;
		list-style-type: disc;
		}
html>body #one-em2 ul {
		font-size: 13px;
		}
		
#one-em3 ul {
		font-size: 12px;
		color: ffffff;
		line-height: 1.4;
		margin-left: 2em;
		margin-right: 1.7em;
		padding-left: 0;
		list-style-type: disc;
		}
html>body #one-em3 ul {
		font-size: 13px;
		}

/* 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 0px;
		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 */