@charset "UTF-8";
.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.newsheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.artworkintrotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 140px;
	padding-left: 140px;
}
.artworkdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
.artwork-grouptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.pinklink {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #F3F;
	font-size: 14px;
}
.links-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.links2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F3F;
	text-decoration: none;
}

a.rollover_artwork {
	display: block;
	width: 157px;
	height: 40px;
	text-decoration: none;
	background: url("/images/new_menu_artwork.gif");
	}
a.rollover_artwork:hover {
	background-position: 0 -40px;
	}
a.rollover_artwork:active {
	background-position: 0 -80px;
	}
a.rollover_artwork_selected {
	display: block;
	width: 157px;
	height: 40px;
	text-decoration: none;
	background: url("/images/new_menu_artwork.gif");
	background-position: 0 -120px;
	}
	

a.rollover_cv {
	display: block;
	width: 55px;
	height: 40px;
	text-decoration: none;
	background: url("/images/new_menu_cv.gif");
	}
a.rollover_cv:hover {
	background-position: 0 -40px;
	}
a.rollover_cv:active {
	background-position: 0 -80px;
	}
a.rollover_cv_selected {
	display: block;
	width: 55px;
	height: 40px;
	text-decoration: none;
	background: url("/images/new_menu_cv.gif");
	background-position: 0 -120px;
	}

a.rollover_current {
	display: block;
	width: 155px;
	height: 40px;
	text-decoration: none;
	background: url("/images/new_menu_current.gif");
	}
a.rollover_current:hover {
	background-position: 0 -40px;
	}
a.rollover_current:active {
	background-position: 0 -80px;
	}
a.rollover_current_selected {
	display: block;
	width: 155px;
	height: 40px;
	text-decoration: none;
	background: url("/images/new_menu_current.gif");
	background-position: 0 -120px;
	}
	
a.rollover_contact {
	display: block;
	width: 155px;
	height: 40px;
	text-decoration: none;
	background: url("/images/new_menu_contact.gif");
	}
a.rollover_contact:hover {
	background-position: 0 -40px;
	}
a.rollover_contact:active {
	background-position: 0 -80px;
	}
a.rollover_contact_selected {
	display: block;
	width: 155px;
	height: 40px;
	text-decoration: none;
	background: url("/images/new_menu_contact.gif");
	background-position: 0 -120px;
	}
	
.displace {
	position: absolute;
	left: -5000px;
	}
.blueborder {
	border: 2px solid #00F;
}
.redborder {
	border: 2px solid #F00;
}
