body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
}

/* image styles */
	
.centeredImage {
    text-align:center;
    margin-top:80px;
    margin-bottom:0px;
    padding:0px;
    }
    
.centeredImage2 {
    text-align:center !important;
    margin-top:115px;
    margin-bottom:0px;
    padding:0px;
    }
	
.centeredImage3 {
    text-align:center !important;
    margin-top:135px;
    margin-bottom:0px;
    padding:0px;
    }
	
.centeredImage4 {
    text-align:center !important;
    margin-top:75px;
    margin-bottom:0px;
    padding:0px;
    }




/* PARAGRAPH STYLES */

p.p1 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	text-align:left;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 14px;
}
p.caption {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 50px;
	font-weight: normal;
	line-height: 14px;
	text-align:center;
	text-decoration: none;
	margin-top: 250px;
	margin-bottom: 12px;
}
p.caption2 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	margin-top: 12px;
	margin-bottom: 12px;
}
p.center {
	line-height: 14px;
	text-align:center;
	margin-bottom: 14px;
	margin-top: 0px;
}
p.subnav {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	text-align:left;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 14px;
}



/* LINKS */

a.underline:link {
	color: #000000;
	text-decoration: none;
}
a.underline:visited {
	color: #000000;
	text-decoration: none;
}
a.underline:active {
	color: #000000;
	text-decoration: none;
}
a.underline:hover {
	color: #000000;
	text-decoration: underline;
}

a.line:link {
	color: #000000;
	text-decoration: underline;
}
a.line:visited {
	color: #000000;
	text-decoration: underline;
}
a.line:active {
	color: #000000;
	text-decoration: underline;
}
a.line:hover {
	color: #000000;
	text-decoration: underline;
}

a.underline_white:link {
	color: #ffffff;
	text-decoration: none;
}

a.underline_white:visited {
	color: #ffffff;
	text-decoration: none;
}

a.underline_white:active {
	color: #ffffff;
	text-decoration: none;
}

a.underline_white:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.subnav:link {
	color: #000000;
	text-decoration: none;
}

a.subnav:visited {
	color: #000000;
	text-decoration: none;
}

a.subnav:active {
	color: #000000;
	text-decoration: none;
}

a.subnav:hover {
	color: #000000;
	text-decoration: underline;
}

a.grey:link {
	color: #999999;
	text-decoration: none;
}

a.grey:visited {
	color: #999999;
	text-decoration: none;
}

a.grey:active {
	color: #999999;
	text-decoration: none;
}

a.grey:hover {
	color: #999999;
	text-decoration: underline;
} 


/* EMs */

em.copyright {
	font-size: 10px;
	font-family: verdana, sans-serif;
	text-decoration: none;
	font-style: normal;
	color:ffffff;
}
em.preview_nav {
	font-style: normal;
	color:#ffffff;
	background-color:#000000;
}
em.underline {
	font-style: normal;
	text-decoration:underline;
	color:000000;
}
em.grey {
	font-style: normal;
	text-decoration:unone;
	color:999999;
}

