body, p, a, ul, li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	
body {
	line-height: 1.3;
    background: url(../images/cmn_background.gif) repeat;
	}
	
/* font css for for content: identical to p tag */		
p {
	color: #000000;
	font-size: 11px;
	line-height: 1.3;
	}
html>body p {
	font-size: 11px;
	}
	
/* content links */		
a 	{ 
	color: #990000; 
	font-size: 11px;
	text-decoration: none;
	}
html>body a {
	font-size: 11px;
	}

a:hover { 
	color: #006633; 
	font-size: 11px;
	text-decoration: underline;
	}
html>body a:hover {
	font-size: 11px;
	}
	
/* Navigation links on left side  */		
a.navlink 	{ 
	color: #ffffff; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

a:hover.navlink { 
	color: #f6ddb9; 
	font-size: 12px;
	text-decoration: underline;
	}

/* 3 links on left  */	
a.trans { 
	color: #f6ddb9;
	line-height: 1.2; 
	text-decoration: none;
	}

a.trans:hover { 
	color: #ffffff;
	line-height: 1.2; 
	}
	
a.trans1 { 
	color: #095222;
	line-height: 1.2; 
	text-decoration: underline;
	}

a.trans1:hover { 
	color: #095222;
	line-height: 1.2; 
	text-decoration: none;
	}	

/* unordered lists */			
#one-em ul {
		font-size: 11px;
		line-height: 1.3;
		margin-left: 1.3em;
		margin-right:1.7em;
		padding-left: 0;
		list-style-type: disc;
		color: #000000;
		}
html>body #one-em ul {
		font-size: 11px;
		}
		
#one-em2 ul {
		font-size: 11px;
		line-height: 1.3;
		margin-right: 0px;
		padding-right: 0px;
		margin-left: 1.3em;
		padding-left: 0;
		color: #000000;
		list-style-type: disc;
		}
html>body #one-em2 ul {
		font-size: 11px;
		}
		
#one-em3 ul {
		font-size: 11px;
		color: #000000;
		line-height: 1.3;
		margin-left: 2em;
		margin-right: 1.3em;
		padding-left: 0;
		list-style-type: disc;
		}
html>body #one-em3 ul {
		font-size: 11px;

		}
	
/* 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: 0 ;
		left: 0 ;
		width: 100%;
		z-index: 98;
		padding:1px 1px 1px 0;
		}
/* end special CSS for photo rollovers */	