/* body style*/

body {
	color: #666666;
	background: #FFFFFF;
	background-position:center;
 	background-repeat:repeat-y; 
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color:#D5D4CB;
        scrollbar-arrow-color:#D5D4CB;
        scrollbar-base-color:#D5D4CB;
        scrollbar-track-color:#D5D4CB;
        scrollbar-darkshadow-color:#D5D4CB;
        scrollbar-face-color:#FFFFFF;
        scrollbar-highlight-color:#D5D4CB;
        scrollbar-shadow-color:#D5D4CB;
}

/* td, p style*/

td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 150%;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	line-height: 130%;
	text-align: justify;
}


/*navigation style*/

a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

a:hover {font-weight: normal; text-decoration: underline;}

a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

/*misc*/

.details {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 120%;
}


.intro {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 120%;
}


.home1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 130%;
}

.home2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	line-height: 160%;
}

.photographer {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 120%;
}

.years {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 200%;
}


.photographer-list {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 150%;
}


.exhibitions {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	line-height: 120%;
}


.subtitle {
	font-family: arial, helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #666666;
	line-height: 120%;
}


.text {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 140%;
}

.white {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 150%;
}


