/* Print CSS */

/* Basic tags ------------------------------------------------------------------------------------------------------------- */

body {
	color: #000000;
	font: 12px "Frutiger", "Univers", "Helvetica Neue", arial, helvetica, sans-serif;
	background: #FFFFFF;
}


a:link, a:visited {
	color: #0099CC;
}

dl {
	margin-bottom: 5px;
}

dt {
	font-weight: bold;
	font-size: 1em;
	font-style: italic;
}

dd {
	padding: 0.2em;
	margin-bottom: 0.2em;
}

em {
	font-weight: bold;
	font-style: normal;
}

img {
	border: none;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px 0px 1.5em 0px;
}

ul, ol {
	margin: 0px 2em 1em 2em;
}

ul {
	list-style: square;
}

h1,h2,h3,h4,h5 {
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	font-weight: normal;
	text-transform: capitalize;
	color: #333333;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.3em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#logoBlock a {
	border-bottom: 1px solid #EBE9ED;
	width: 100%;
	display: block;
}

#pageHeading a, #logoBlock a {
	color: #000000;
	text-decoration: none;	
}

#primaryNavigation {
	display: none;
}


#photosContainer {
	width: 100%;
	overflow: hidden;
}

#pageLinksBlock {
	text-align: center;
}

#photosContainer a {
	float: left;
	display: block;
	width: 65px;
	height: 65px;
	padding: 2px;
	margin: 0px 2px 5px 3px;
	overflow: hidden;
	text-decoration: none;
	background: #FFFFFF url(../images/loading.gif) no-repeat center center;
}

#photosContainer a span {
	display: block;
	width: 65px;
	height: 65px;
	overflow: hidden;
}

#photosContainer a:visited
{
	background: #FFFFFF;
} 

#photosContainer a:hover,
#photosContainer a:active,
#photosContainer a:focus
{
	background: #333333;
}

#footer {
	display: none;
}
