img.arrowlg {
	margin: 0 3px 0 6px;
}

body, p, a, ul, li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	
body {
	line-height: 1.3;
    background: url(../images/pal_background.gif) repeat;
	}
	
p {
	color: #444444;
	font-size: 11px;
	line-height: 1.3;
	font-weight: normal;
	}
html>body p {
	font-size: 11px;
	line-height: 1.2;
	}

/* content links */	
a 	{ 
	color: #f54a91;
    font-size: 11px;
	text-decoration: none;
	}
html>body a {
	font-size: 11px;
	}

a:hover { 
	color: #f54a91;
    font-size: 11px; 
	text-decoration: underline;
	}
html>body a:hover {
	font-size: 11px;
	}

/* Navigation links on left side  */	
a.navlink 	{ 
	color: #f54a91; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}

a:hover.navlink { 
	color: #ffffff; 
	font-size: 11px;
	text-decoration: underline;
	}

/* 3 links on left  */	
a.trans { 
	color: #ffffff;
	font-size: 11px;
	line-height: 1.2; 
	text-decoration: underline;	
	}

a.trans:hover { 
	color: #f54a91;
	font-size: 11px;
	line-height: 1.2;
	text-decoration: underline;	 
	}

/* unordered lists */		
#one-em ul {
		font-size: 11px;
		line-height: 1.3;
		margin-left: 1.2em;
		margin-right: 1.3em;
		padding-left: 0;
		color: #444444;
		list-style-type: disc;
		}
html>body #one-em ul {
		font-size: 11px;
		}
		
#one-em2 ul {
		font-size: 11px;
		line-height: 1.3;
		margin-right: 0;
		padding-right: 0;
		margin-left: 1.4em;
		padding-left: 0;
		color: #444444;
		list-style-type: disc;
		}
html>body #one-em2 ul {
		font-size: 11px;
		}
		
#one-em3 ul {
		font-size: 11px;
		color: #444444;
		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: 47.3%;
		width: 150px;
		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 */	




.bulleted {
    
	padding: 0 0 5px 17px;
    line-height: 17px;
    list-style-image: url(../images/bullet.gif);
    list-style-type: square;
}
html>body .bulleted {
    padding: 0 0 5px 15px;
    }

.bulleted li {
    line-height: 16px;
	margin: 0;
	padding: 0;
    }

