@charset "ISO-8859-1";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 13px
}
h1 {
	font-size: 22px;
}
h2 {
	font-weight: normal;
	font-size: 19px;
}

img {
	border-style: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FF9;
}

/* left Navigation */
#leftNav {
	font-size: 14pt;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* layout styles */
.clickPhoto  {
	color: #858384;
	margin-bottom: 10px;
}
.pageText {
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.pageText p {
	line-height: 24px;	
}